ajout template grafana et du fichier de diagnose de grafana

This commit is contained in:
2018-05-28 16:57:39 +02:00
parent 336b92183b
commit 224bab68c2
4 changed files with 508 additions and 12 deletions

11
diagnose/70-grafana Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
if [ $(CreoleGet activer_grafana) = "oui" ];then
. /usr/lib/eole/diagnose.sh
EchoGras "*** Accès au serveur grafana"
TestHTTPPage "Grafana server" "http://localhost:3000"
echo
fi
exit 0