eole-prometheus/diagnose/70-grafana

13 lines
221 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
2018-06-11 09:35:28 +02:00
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