Add : (Denis GERMAIN) check_shinken plugin and interface in the arbiter to get data.
[shinken.git] / bin / launch_arbiter_debug.sh
blobba90de09cd0f3878abfc359e0ea4abc4f7c19943
1 #!/bin/bash
3 DIR=$(cd $(dirname "$0"); pwd)
4 BIN=$DIR"/../bin"
5 ETC=$DIR"/../etc"
6 DEBUG_PATH="/tmp/arbiter.debug"
9 echo "Launching Arbiter (that reads the configuration and dispatches it) in debug mode to the file $DEBUG_PATH"
10 $BIN/shinken-arbiter -d -c $ETC/nagios.cfg -c $ETC/shinken-specific.cfg --debug $DEBUG_PATH