From: Stephen Gran Date: Sat, 14 May 2011 14:39:48 +0000 (+0100) Subject: add the eventhandler to static/ X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=86c70f319dd771f9a7c0e33465c30a6258be1c01;p=mirror%2Fdsa-nagios.git add the eventhandler to static/ Signed-off-by: Stephen Gran --- diff --git a/config/static/eventhandlers.cfg b/config/static/eventhandlers.cfg new file mode 100644 index 0000000..25aa64b --- /dev/null +++ b/config/static/eventhandlers.cfg @@ -0,0 +1,4 @@ +define command{ + command_name dsa_event_handler_restart_ekey + command_line /usr/lib/nagios/plugins/dsa-eventhandler-restart-service '$SERVICESTATE$' '$SERVICESTATETYPE$' '$SERVICEATTEMPT$' '$HOSTADDRESS$' restart-ekey +}