From: Stephen Gran Date: Sat, 8 Feb 2014 11:42:52 +0000 (+0000) Subject: samhain zombies go CRITICAL, not WARNING X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=09ca7e6baa9e7c28a147aca5703cb0553cfa84bd;p=mirror%2Fdsa-nagios.git samhain zombies go CRITICAL, not WARNING Signed-off-by: Stephen Gran --- diff --git a/config/static/eventhandlers.cfg b/config/static/eventhandlers.cfg index c790128..14258d6 100644 --- a/config/static/eventhandlers.cfg +++ b/config/static/eventhandlers.cfg @@ -5,5 +5,5 @@ define command{ define command{ command_name dsa_event_handler_restart_samhain - command_line /usr/lib/nagios/plugins/dsa-eventhandler-restart-service '$SERVICESTATE$' '$SERVICESTATETYPE$' '$SERVICEATTEMPT$' '$HOSTADDRESS$' WARNING restart-samhain + command_line /usr/lib/nagios/plugins/dsa-eventhandler-restart-service '$SERVICESTATE$' '$SERVICESTATETYPE$' '$SERVICEATTEMPT$' '$HOSTADDRESS$' CRITICAL restart-samhain }