Clean: (Hartmut Goebel) Reformating-and-textual-cleanup-for-shinken-acknowle
[shinken.git] / bin / stop_all.sh
blob61c3fcd9e88d4f14af716fff859857ac6780179d
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