*Be less strict with pylint checks to make the jenkins test happy
[shinken.git] / etc / brokerd.ini
blob2f1119f9cb7f5d351b83c79926a30532580dc8d1
1 [daemon]
2 # relative from this cfg file
3 workdir=../var
4 pidfile=%(workdir)s/brokerd.pid
5 interval_poll=5
6 maxfd=1024
7 port=7772
8 host=0.0.0.0
9 user=shinken
10 group=shinken
11 idontcareaboutsecurity=no
13 # SSL part
14 use_ssl=0
15 certs_dir=etc/certs
16 ca_cert=etc/certs/ca.pem
17 server_cert=etc/certs/server.pem
18 hard_ssl_name_check=0
20 # Local log management.
21 # Enable it only if you need it
22 use_local_log=0
23 local_log=%(workdir)s/brokerd.log