From 86c70f319dd771f9a7c0e33465c30a6258be1c01 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 14 May 2011 15:39:48 +0100 Subject: [PATCH] add the eventhandler to static/ Signed-off-by: Stephen Gran --- config/static/eventhandlers.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/static/eventhandlers.cfg 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 +} -- 2.20.1