From 09ca7e6baa9e7c28a147aca5703cb0553cfa84bd Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 8 Feb 2014 11:42:52 +0000 Subject: [PATCH] samhain zombies go CRITICAL, not WARNING Signed-off-by: Stephen Gran --- config/static/eventhandlers.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.20.1