Plesk

How to disable email notifications from Advanced Monitoring in Plesk?

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