eole-prometheus/diagnose/70-prometheus

12 lines
229 B
Plaintext
Raw Normal View History

2018-05-17 10:48:53 +02:00
#!/bin/bash
if [ $(CreoleGet activer_prometheus = "oui" ];then
. /usr/lib/eole/diagnose.sh
EchoGras "*** Accès au serveur Prometheus"
TestHHTPPage "Prometheus server" "http://localhost:9090"
echo
fi
exit 0