42 lines
1.1 KiB
INI
42 lines
1.1 KiB
INI
[daemon]
|
|
|
|
#-- Global Configuration
|
|
#user=alignak ; if not set then by default it's the current user.
|
|
#group=alignak ; 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/alignak
|
|
logdir = /var/log/alignak
|
|
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/alignak/certs/ca.pem
|
|
#server_cert=/etc/alignak/certs/server.cert
|
|
#server_key=/etc/alignak/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/alignak/modules
|
|
user=alignak
|
|
group=alignak
|