Fix: missing logger in the escalation class.
[shinken.git] / bin / stop_all.sh
blob480f23b778e3139a8c655a93c6f67c5042b7bc96
1 #!/bin/bash
3 DIR=$(cd $(dirname "$0"); pwd)
4 echo $DIR
7 $DIR/stop_scheduler.sh
8 $DIR/stop_poller.sh
9 $DIR/stop_reactionner.sh
10 $DIR/stop_broker.sh
11 $DIR/stop_arbiter.sh