You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this forum thread, customer would like to be able to disable event handlers during downtime. I don't think we should change the default behavior here, but adding a host/service option that disables event handlers during downtime seems appropriate.
The text was updated successfully, but these errors were encountered:
This is not a good idea...
This change would then stop all "on-state-change" event handlers from being executed during a downtime window.
The handler should be executed when any host or object changes state i.e. global event handlers.
You account for this possibility by adding a step to check the for a downtime depth greater than 0 to your event handler which is meant to operate outside notifications.
$SERVICEDOWNTIME$ $HOSTDOWNTIME$
Are the nagios macros that you'll want to pass as variables to evaluate in your handler.
From this forum thread, customer would like to be able to disable event handlers during downtime. I don't think we should change the default behavior here, but adding a host/service option that disables event handlers during downtime seems appropriate.
The text was updated successfully, but these errors were encountered: