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

42 lines
1.1 KiB
INI

[daemon]
#-- Global Configuration
#user=shinken ; if not set then by default it's the current user.
#group=shinken ; if not set then by default it's the current group.
# Set to 0 if you want to make this daemon NOT run
daemon_enabled=1
#-- Path Configuration
# The daemon will chdir into the directory workdir when launched
# paths variables values, if not absolute paths, are relative to workdir.
# using default values for following config variables value:
workdir = /var/run/shinken
logdir = /var/log/shinken
pidfile=%(workdir)s/pollerd.pid
#-- Network configuration
# host=0.0.0.0
# port=7771
# http_backend=auto
# idontcareaboutsecurity=0
#-- SSL configuration --
use_ssl=0
# WARNING : Put full paths for certs
#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
#-- Local log management --
# Enabled by default to ease troubleshooting
use_local_log=1
local_log=%(logdir)s/pollerd.log
# accepted log level values= DEBUG,INFO,WARNING,ERROR,CRITICAL
log_level=WARNING
modules_dir=/var/lib/shinken/modules
user=shinken
group=shinken