Disable Reactor event handler during downtime
Posted: Tue Jan 19, 2016 7:28 am
Hello,
So I made a Reactor event chain that is able to manipulate Windows services. it is able to start, stop, restart one or more service on a host or all members of a hostgroup. I added some code which helps to determine if this event chain is launched with a Nagios event handler. So it accepts the curentservice state and the statetype and will compare this with the requested state type and service state to see if the service is to be started / stopped / restarted.
This works fine, but i'm having the folllowing thought:
As this event chain is triggered every time the state of the service is hard critical, this means we are no longer able to stop the service for longer then 5 minutes. Is there a way to make Nagios XI not execute event handlers when the service / host is in downtime?
I could script this manually and check in the code if the service is in downtime, but it seems logical this should be a global option to not execute event handlers while in downtime?
Grtz
Willem
So I made a Reactor event chain that is able to manipulate Windows services. it is able to start, stop, restart one or more service on a host or all members of a hostgroup. I added some code which helps to determine if this event chain is launched with a Nagios event handler. So it accepts the curentservice state and the statetype and will compare this with the requested state type and service state to see if the service is to be started / stopped / restarted.
This works fine, but i'm having the folllowing thought:
As this event chain is triggered every time the state of the service is hard critical, this means we are no longer able to stop the service for longer then 5 minutes. Is there a way to make Nagios XI not execute event handlers when the service / host is in downtime?
I could script this manually and check in the code if the service is in downtime, but it seems logical this should be a global option to not execute event handlers while in downtime?
Grtz
Willem