Le fichier de configuration des paramètres du Synchronizer pouvant être modifiés par les commandes Shinken, il est préférable d'ajuster les paramètres nécessaires dans le fichier suivant : /etc/shinken-user/configuration/daemons/arbiters/arbiter_cfg_overload.cfg
Les paramètres définis dans ce fichier vont écraser ceux dans les fichiers de configuration de l'Arbiter ( voir la page Fichier de configuration ( shinken.cfg ) ).
#**********************************************************************************
# 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 |