statusAll.sh 190 B

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