stopAll.sh 198 B

12345678910111213141516
  1. #!/bin/bash
  2. ROOT=$(cd `dirname $0`; pwd)
  3. echo stop all
  4. #Exporter: node_exporter; blackbox_exporter
  5. ./stop.sh
  6. cd $ROOT/prometheus
  7. ./stop.sh
  8. #cd $ROOT/grafana
  9. #./stop.sh
  10. cd $ROOT/alert/
  11. ./stop.sh