diff options
author | root <root@kremium> | 2011-11-18 10:10:13 +0100 |
---|---|---|
committer | root <root@kremium> | 2011-11-18 10:10:13 +0100 |
commit | bfa204a580a503a216cedbedd36586fb00458181 (patch) | |
tree | 4d277410a2ed9d497669d597b05826fc4e6a3814 /Monitoring/shinken/pollerd.ini | |
parent | cda7ac879c8791d7b59f9b726136efa274a12e4b (diff) |
//Monitoring: add shinken configs
Diffstat (limited to 'Monitoring/shinken/pollerd.ini')
-rw-r--r-- | Monitoring/shinken/pollerd.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Monitoring/shinken/pollerd.ini b/Monitoring/shinken/pollerd.ini new file mode 100644 index 00000000..a0c66043 --- /dev/null +++ b/Monitoring/shinken/pollerd.ini @@ -0,0 +1,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 |