Volatile service check running twice

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cellact
Posts: 69
Joined: Mon May 14, 2012 7:00 am

Volatile service check running twice

Post by cellact »

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.

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.
Nagios XI 2011R3.2
Thanks for any input.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Volatile service check running twice

Post by lmiltchev »

Can you post the service definition?

CCM->Services->View Text Config
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked