Volatile service check running twice
Posted: Wed Jun 12, 2013 6:50 am
Hi,
I have a volatile service that executes an event handler, it is set to run every 60mins (with retry of 5x5mins)
For some reason that I can't understand, it is running twice in two minutes.
I have another volatile service with the same settings and it is run in 60mins intervals as expected.
Nagios XI 2011R3.2
Thanks for any input.
I have a volatile service that executes an event handler, it is set to run every 60mins (with retry of 5x5mins)
For some reason that I can't understand, it is running twice in two minutes.
I have another volatile service with the same settings and it is run in 60mins intervals as expected.
Code: Select all
2013-06-12 14:39:16SERVICE EVENT HANDLER: Server1;Service1;WARNING;HARD;5;ssh_cmd_event_handler
2013-06-12 14:39:16GLOBAL SERVICE EVENT HANDLER: Server1;Service1;WARNING;HARD;5;xi_service_event_handler
2013-06-12 14:39:15SERVICE NOTIFICATION: support;Server1;Service1;WARNING;xi_service_notification_handler;Count is 98 (Warn=95, Crit=99) Status: Warning.
2013-06-12 14:39:15SERVICE ALERT: Server1;Service1;WARNING;HARD;5;Count is 98 (Warn=95, Crit=99) Status: Warning.
2013-06-12 14:38:05SERVICE EVENT HANDLER: Server1;Service1;WARNING;HARD;5;ssh_cmd_event_handler
2013-06-12 14:38:05GLOBAL SERVICE EVENT HANDLER: Server1;Service1;WARNING;HARD;5;xi_service_event_handler
2013-06-12 14:38:05SERVICE NOTIFICATION: support;Server1;Service1;WARNING;xi_service_notification_handler;Count is 98 (Warn=95, Crit=99) Status: Warning.
2013-06-12 14:38:05SERVICE ALERT: Server1;Service1;WARNING;HARD;5;Count is 98 (Warn=95, Crit=99) Status: Warning.Thanks for any input.