diff --git a/diagnose/70-prometheus b/diagnose/70-prometheus new file mode 100644 index 0000000..adf20b6 --- /dev/null +++ b/diagnose/70-prometheus @@ -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