Vincent Fournier ae360321c4 Modify Alignak container to use Alignak
Change-Id: Ibd2e1324e55028292f4a0cb9a000d680a6cf2703
2015-05-27 13:48:57 -04:00

49 lines
1.1 KiB
INI

[daemon]
# The daemon will chdir into the directory workdir when launched
workdir = /var/run/alignak
logdir = /var/log/alignak
pidfile=%(workdir)s/brokerd.pid
# Using default values for following config variables value:
# Paths, if not absolute paths, are relative to workdir.
#user=alignak ; by default it's the current user
#group=alignak ; 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/alignak/certs/ca.pem
#server_cert=/etc/alignak/certs/server.cert
#server_key=/etc/alignak/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/alignak/modules
user=alignak
group=alignak