Question
How to disable email notifications from Advanced Monitoring in Plesk?
Answer
-
Go to Tools & Settings > Notifications.
-
Disable the following notifications events:
-
The resource usage threshold has been exceeded
-
The resource usage value is back to normal
-
-
Click OK to apply the changes.
via command-line interface on Plesk for Linux
-
Connect to the server via SSH.
-
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
-
Connect to the server via RDP.
-
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
-