correction diagnose
This commit is contained in:
parent
957b227fda
commit
336b92183b
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ $(CreoleGet activer_prometheus = "oui" ];then
|
if [ $(CreoleGet activer_prometheus) = "oui" ];then
|
||||||
. /usr/lib/eole/diagnose.sh
|
. /usr/lib/eole/diagnose.sh
|
||||||
|
|
||||||
EchoGras "*** Accès au serveur Prometheus"
|
EchoGras "*** Accès au serveur Prometheus"
|
||||||
TestHHTPPage "Prometheus server" "http://localhost:9090"
|
TestHTTPPage "Prometheus server" "http://localhost:9090"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue