2011-07-19 14:03:05 +02:00
|
|
|
# /etc/conf.d/shinken
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# location of the nagios configuration file
|
2012-04-12 17:09:45 +02:00
|
|
|
ARBITERCFG="/etc/shinken/nagios.cfg"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# We got 2 configs because tools like Centreon don't generate all
|
|
|
|
#configuration (only the shinken.cfg part)
|
2011-07-19 14:03:05 +02:00
|
|
|
SHINKENSPECIFICCFG="/etc/shinken/shinken-specific.cfg"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# The command to launch
|
2011-07-19 14:03:05 +02:00
|
|
|
ARBITERDAEMON="/usr/bin/shinken-arbiter"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
#The ARBITER PID
|
2012-04-12 17:09:45 +02:00
|
|
|
ARBITERPID="/var/run/shinken/arbiterd.pid"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
2012-04-12 17:09:45 +02:00
|
|
|
ARBITERDEBUGFILE="/var/log/shinken/arbiter-debug.log"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
###SCHEDULER PART
|
|
|
|
# location of the scheduler daemon configuration
|
2011-07-19 14:03:05 +02:00
|
|
|
SCHEDULERCFG="/etc/shinken/schedulerd.ini"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# The command to launch
|
2011-07-19 14:03:05 +02:00
|
|
|
SCHEDULERDAEMON="/usr/bin/shinken-scheduler"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
#The SCHEDULER PID
|
2012-04-12 17:09:45 +02:00
|
|
|
SCHEDULERPID="/var/run/shinken/schedulerd.pid"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
2012-04-12 17:09:45 +02:00
|
|
|
SCHEDULERDEBUGFILE="/var/log/shinken/scheduler-debug.log"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
###POLLER PART
|
|
|
|
# location of the poller daemon configuration
|
2011-07-19 14:03:05 +02:00
|
|
|
POLLERCFG="/etc/shinken/pollerd.ini"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# The command to launch
|
2011-07-19 14:03:05 +02:00
|
|
|
POLLERDAEMON="/usr/bin/shinken-poller"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
#The poller pid
|
2012-04-12 17:09:45 +02:00
|
|
|
POLLERPID="/var/run/shinken/pollerd.pid"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
2012-04-12 17:09:45 +02:00
|
|
|
POLLERDEBUGFILE="/var/log/shinken/poller-debug.log"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
###REACTIONNER PART
|
|
|
|
# location of the reactionner daemon configuration
|
2011-07-19 14:03:05 +02:00
|
|
|
REACTIONNERCFG="/etc/shinken/reactionnerd.ini"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# The command to launch
|
2011-07-19 14:03:05 +02:00
|
|
|
REACTIONNERDAEMON="/usr/bin/shinken-reactionner"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
#The reactionner pid
|
2012-04-12 17:09:45 +02:00
|
|
|
REACTIONNERPID="/var/run/shinken/reactionnerd.pid"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
2012-04-12 17:09:45 +02:00
|
|
|
REACTIONNERDEBUGFILE="/var/log/shinken/reactionner-debug.log"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
###BROKER PART
|
|
|
|
# location of the broker daemon configuration
|
2011-07-19 14:03:05 +02:00
|
|
|
BROKERCFG="/etc/shinken/brokerd.ini"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# The command to launch
|
2011-07-19 14:03:05 +02:00
|
|
|
BROKERDAEMON="/usr/bin/shinken-broker"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
#The broker pid
|
2012-04-12 17:09:45 +02:00
|
|
|
BROKERPID="/var/run/shinken/brokerd.pid"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
2012-04-12 17:09:45 +02:00
|
|
|
BROKERDEBUGFILE="/var/log/shinken/broker-debug.log"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
###RECEIVER PART
|
|
|
|
# location of the broker daemon configuration
|
2011-07-19 14:03:05 +02:00
|
|
|
RECEIVERCFG="/etc/shinken/receiverd.ini"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# The command to launch
|
2011-07-19 14:03:05 +02:00
|
|
|
RECEIVERDAEMON="/usr/bin/shinken-receiver"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
#The broker pid
|
2012-04-12 17:09:45 +02:00
|
|
|
RECEIVERPID="/var/run/shinken/receiverd.pid"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
2012-04-12 17:09:45 +02:00
|
|
|
RECEIVERDEBUGFILE="/var/log/shinken/receiver-debug.log"
|
2011-07-05 23:19:40 +02:00
|
|
|
|
|
|
|
# nicelevel to run nagios daemon with
|
|
|
|
NICENESS=5
|
|
|
|
|