repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add : (Denis GERMAIN) check_shinken plugin and interface in the arbiter to get data.
[shinken.git]
/
bin
/
launch_broker_debug.sh
blob
dd09db2a958b689d70ddb1f38d1fa6a09e5872d1
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
DEBUG_PATH
=
"/tmp/broker.debug"
7
8
echo
"Launching Broker (that exports all data) in debug mode to the file
$DEBUG_PATH
"
9
$BIN
/
shinken-broker
-d -c
$ETC
/
brokerd.ini
--debug
$DEBUG_PATH