retire da-backup checks
[mirror/dsa-nagios.git] / config / static / eventhandlers.cfg
1 define command{
2         command_name    dsa_event_handler_restart_ekey
3         command_line    /usr/lib/nagios/plugins/dsa-eventhandler-restart-service '$SERVICESTATE$' '$SERVICESTATETYPE$' '$SERVICEATTEMPT$' '$HOSTADDRESS$' WARNING restart-ekey
4 }
5
6 define command{
7         command_name    dsa_event_handler_restart_samhain
8         command_line    /usr/lib/nagios/plugins/dsa-eventhandler-restart-service '$SERVICESTATE$' '$SERVICESTATETYPE$' '$SERVICEATTEMPT$' '$HOSTADDRESS$' CRITICAL restart-samhain
9 }