Articles in this section

How to disable email notifications from Advanced Monitoring in Plesk?

Plesk for Windows Plesk for Linux

Applicable to:

  • Plesk for Linux
  • Plesk for Windows

Question

How to disable email notifications from Advanced Monitoring in Plesk?

Answer

  1. Log in to Plesk.

  2. Go to Tools & Settings > Notifications.

  3. Disable the following notifications events:

    • The resource usage threshold has been exceeded

    • The resource usage value is back to normal

  4. Click OK to apply the changes.

via command-line interface on Plesk for Linux
  1. Connect to the server via SSH.

  2. Disable the email notifications:

    • The resource usage threshold has been exceeded:

      # plesk bin notification --update -code ext-monitoring-notification-email_threshold_alert -send2admin false -send2reseller false -send2client false

    • The resource usage value is back to normal:

      # plesk bin notification --update -code ext-monitoring-notification-email_threshold_ok -send2admin false -send2reseller false -send2client false

via command-line interface on Plesk for Windows
  1. Connect to the server via RDP.

  2. Start a command prompt as Administrator.

  3. Disable the email notifications:

    • The resource usage threshold has been exceeded:

      plesk bin notification --update -code ext-monitoring-notification-email_threshold_alert -send2admin false -send2reseller false -send2client false

    • The resource usage value is back to normal:

      plesk bin notification --update -code ext-monitoring-notification-email_threshold_ok -send2admin false -send2reseller false -send2client false

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.