alpha-quadrant/net-analyzer/shinken/files/shinken.confd

85 lines
1.9 KiB
Plaintext
Raw Normal View History

2011-07-19 14:03:05 +02:00
# /etc/conf.d/shinken
# location of the nagios configuration file
ARBITERCFG="/etc/shinken/nagios.cfg"
# 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"
# The command to launch
2011-07-19 14:03:05 +02:00
ARBITERDAEMON="/usr/bin/shinken-arbiter"
#The ARBITER PID
ARBITERPID="/var/run/shinken/arbiterd.pid"
ARBITERDEBUGFILE="/var/log/shinken/arbiter-debug.log"
###SCHEDULER PART
# location of the scheduler daemon configuration
2011-07-19 14:03:05 +02:00
SCHEDULERCFG="/etc/shinken/schedulerd.ini"
# The command to launch
2011-07-19 14:03:05 +02:00
SCHEDULERDAEMON="/usr/bin/shinken-scheduler"
#The SCHEDULER PID
SCHEDULERPID="/var/run/shinken/schedulerd.pid"
SCHEDULERDEBUGFILE="/var/log/shinken/scheduler-debug.log"
###POLLER PART
# location of the poller daemon configuration
2011-07-19 14:03:05 +02:00
POLLERCFG="/etc/shinken/pollerd.ini"
# The command to launch
2011-07-19 14:03:05 +02:00
POLLERDAEMON="/usr/bin/shinken-poller"
#The poller pid
POLLERPID="/var/run/shinken/pollerd.pid"
POLLERDEBUGFILE="/var/log/shinken/poller-debug.log"
###REACTIONNER PART
# location of the reactionner daemon configuration
2011-07-19 14:03:05 +02:00
REACTIONNERCFG="/etc/shinken/reactionnerd.ini"
# The command to launch
2011-07-19 14:03:05 +02:00
REACTIONNERDAEMON="/usr/bin/shinken-reactionner"
#The reactionner pid
REACTIONNERPID="/var/run/shinken/reactionnerd.pid"
REACTIONNERDEBUGFILE="/var/log/shinken/reactionner-debug.log"
###BROKER PART
# location of the broker daemon configuration
2011-07-19 14:03:05 +02:00
BROKERCFG="/etc/shinken/brokerd.ini"
# The command to launch
2011-07-19 14:03:05 +02:00
BROKERDAEMON="/usr/bin/shinken-broker"
#The broker pid
BROKERPID="/var/run/shinken/brokerd.pid"
BROKERDEBUGFILE="/var/log/shinken/broker-debug.log"
###RECEIVER PART
# location of the broker daemon configuration
2011-07-19 14:03:05 +02:00
RECEIVERCFG="/etc/shinken/receiverd.ini"
# The command to launch
2011-07-19 14:03:05 +02:00
RECEIVERDAEMON="/usr/bin/shinken-receiver"
#The broker pid
RECEIVERPID="/var/run/shinken/receiverd.pid"
RECEIVERDEBUGFILE="/var/log/shinken/receiver-debug.log"
# nicelevel to run nagios daemon with
NICENESS=5