Articles in this section

Servers in 360 Monitoring shown as offline with "Please wait ~15 minutes for the server to send more data" message after recent 360 Monitoring update

Plesk 360 Platform 360

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.log file:

    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:

  1. Connect to the server via SSH.

  2. Downgrade certifi module:

    # pip3 install certifi==2024.8.30

  3. Restart 360 Monitoring service:

    # service agent360 restart

Was this article helpful?

Comments

1 comment
Date Votes
  • 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)
     

    0

Please sign in to leave a comment.