surveil/tools/docker/etc/shinken/reactionners/reactionner-master.cfg
aviau 9f7cdee108 Moved Dockerfile to root
Change-Id: Ie4e4b14028aeeba58d20464fc9c5d02846b029ec
2014-08-14 20:57:02 -04:00

40 lines
1.5 KiB
INI

#===============================================================================
# REACTIONNER (S1_Reactionner)
#===============================================================================
# Description: The reactionner is responsible for:
# - Executing notification actions
# - Executing event handler actions
# https://shinken.readthedocs.org/en/latest/08_configobjects/reactionner.html
#===============================================================================
define reactionner {
reactionner_name reactionner-master
address localhost
port 7769
spare 0
## Optionnal
manage_sub_realms 0 ; Does it take jobs from schedulers of sub-Realms?
min_workers 1 ; Starts with N processes (0 = 1 per CPU)
max_workers 15 ; No more than N processes (0 = 1 per CPU)
polling_interval 1 ; Get jobs from schedulers each 1 second
timeout 3 ; Ping timeout
data_timeout 120 ; Data send timeout
max_check_attempts 3 ; If ping fails N or more, then the node is dead
check_interval 60 ; Ping node every N seconds
## Modules
modules
# Reactionner tags are the tag that the reactionner will manage. Use None as tag name to manage
# untaggued notification/event handlers
#reactionner_tags None
# Enable https or not
use_ssl 0
# enable certificate/hostname check, will avoid man in the middle attacks
hard_ssl_name_check 0
## Advanced
realm All
}