ajout du diagnose

This commit is contained in:
vincent 2018-05-17 10:48:53 +02:00
parent ae5f6a7d1f
commit 9c0273099f
1 changed files with 11 additions and 0 deletions

11
diagnose/70-prometheus Normal file
View File

@ -0,0 +1,11 @@
#!/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