Symptoms
-
Servers in 360 Monitoring shown as offline with "Please wait ~15 minutes for the server to send more data" message
-
The following error is constantly persists in
/var/log/agent360.logfile:2025-04-28 08:45:31,570 ERROR Failed to submit collection: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
-
This article does not help: "no data received" alerts on 360 Monitoring
Cause
Recent update of Python certifi module that now does not accept the current certificate chain from 360 Monitoring Cloudflare SSL.
https://webpros.atlassian.net/browse/CPCLOUD-5567 was created to resolve this issue completely, check it for additional info.
Resolution
Issue was fixed by 360 Monitoring developers.
If in some case the issue persists, apply the next workaround:
-
Connect to the server via SSH.
-
Downgrade
certifimodule:# pip3 install certifi==2024.8.30
-
Restart 360 Monitoring service:
# service agent360 restart
Comments
hi Alexander Davydov I did as you requested still getting the same error
2025-09-14 13:22:07,913 ERROR Failed to submit collection: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:877)
Please sign in to leave a comment.