summaryrefslogtreecommitdiffstats
path: root/Monitoring/shinken/pollerd.ini
blob: a0c66043f24337be216d000d6c926fd3fc636739 (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
38
[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         ; if not set then by default it's the current user.
# group=shinken        ; if not set then by default it's the current group.
# pidfile=pollerd.pid

# host=0.0.0.0
# port=7771

# 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=pollerd.log


user=shinken
group=shinken
workdir=/var/lib/shinken
pidfile=/var/run/shinken/pollerd.pid