blob: baf0b773344644383d83f3b2dc74a69f3a595d33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
[daemon]
# workdir= var
# For installation configuration :
# workdir should be explicitely set to an absolute directory path.
# using default values for following config variables value :
# paths variables values, 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.
# pidfile=brokerd.pid
# host=0.0.0.0
# port=7772
# interval_poll=5
# maxfd=1024
# idontcareaboutsecurity=0
# SSL part
# use_ssl=0
# certs_dir=etc/certs
# ca_cert=etc/certs/ca.pem
# server_cert=etc/certs/server.pem
# hard_ssl_name_check=0
# Local log management.
# Enable it only if you need it
use_local_log=1
local_log=brokerd.log
user=shinken
group=shinken
workdir=/var/lib/shinken
pidfile=/var/run/shinken/brokerd.pid
|