aviau bec55da7d3 Shinken -> Alignak
Change-Id: I6df9e8a823145865cd03ea06d5571a725d1e5891
2015-05-19 10:14:25 -04:00

49 lines
1.1 KiB
INI

[daemon]
# The daemon will chdir into the directory workdir when launched
workdir = /var/run/shinken
logdir = /var/log/shinken
pidfile=%(workdir)s/brokerd.pid
# Using default values for following config variables value:
# Paths, if not absolute paths, are relative to workdir.
#user=shinken ; by default it's the current user
#group=shinken ; by default it's the current group
#host=0.0.0.0
#port=7772
#idontcareaboutsecurity=0
# Set to 0 if you want to make this daemon NOT run
daemon_enabled=1
#-- SSL configuration --
use_ssl=0
#ca_cert=/etc/shinken/certs/ca.pem
#server_cert=/etc/shinken/certs/server.cert
#server_key=/etc/shinken/certs/server.key
#hard_ssl_name_check=0
http_backend=auto
#-- Local log management --
# Enabled by default to ease troubleshooting
use_local_log=1
local_log=%(logdir)s/brokerd.log
# Accepted log level values: DEBUG,INFO,WARNING,ERROR,CRITICAL
log_level=WARNING
#-- External modules watchdog --
# If a module got a brok queue() higher than this value, it will be
# killed and restart. Put to 0 to disable it
max_queue_size=100000
modules_dir=/var/lib/shinken/modules
user=shinken
group=shinken