#**********************************************************************************
# This file is the overload of the /etc/shinken/shinken.cfg file
# IMPORTANT: You MUST edit this file instead of the /etc/shinken/shinken.cfg
# as the /etc/shinken file can be overwritten by an update
#
# To set a value, just uncomment it and it will take precedence over the
# /etc/shinken/shinken.cfg one
#**********************************************************************************
#==================================================================================
#======== Monitoring and scheduling =========
# Activate this option to allow Event Handler to execute command on any status change, in addition to its normal behavior.
# 0 : Disable (Default)
# 1 : Enable
event_handler__hard_state__trigger_on_any_status_change=0 |