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_all.sh
blob
e6a14d3271f4c74167aa994d938404b0188f328e
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
echo
$DIR
5
6
7
$DIR
/
launch_scheduler.sh
8
$DIR
/
launch_poller.sh
9
$DIR
/
launch_reactionner.sh
10
$DIR
/
launch_broker.sh
11
$DIR
/
launch_arbiter.sh