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
Fix: missing logger in the escalation class.
[shinken.git]
/
bin
/
launch_broker.sh
blob
52aff3d60653c9800afd37bdbf1cd59d39473d73
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
7
echo
"Launching Broker (that export all data)"
8
$BIN
/
shinken-broker
-d -c
$ETC
/
brokerd.ini