check_email_deliverer_process: Fix typo in process name.

This nagios check has never worked, since it had the wrong process
name from the beginning.
This commit is contained in:
Fabian Tribrunner
2018-12-30 11:53:33 +01:00
committed by Tim Abbott
parent 74ff77d366
commit 4612a84a67

View File

@@ -5,7 +5,7 @@
#"CRITICAL": 2
#"UNKNOWN": 3
SUPERVISOR_STATUS=$(supervisorctl status zulip-workers:zulip-deliver-enqueued-emails 2>&1)
SUPERVISOR_STATUS=$(supervisorctl status zulip-workers:zulip_deliver_enqueued_emails 2>&1)
STATUS=$(echo "$SUPERVISOR_STATUS" | awk '{ print $2 }')