From 957b227fda92d5b1879dae8eb12cedc397a865e4 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 25 May 2018 16:22:39 +0200 Subject: [PATCH 1/2] ajout du paquet prometheus --- dicos/70_prometheus.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dicos/70_prometheus.xml b/dicos/70_prometheus.xml index 109d6d5..c8729ad 100644 --- a/dicos/70_prometheus.xml +++ b/dicos/70_prometheus.xml @@ -1,6 +1,7 @@ + prometheus prometheus From 336b92183bcb147a9f9bac6abdb99978e7cf5712 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 25 May 2018 17:24:14 +0200 Subject: [PATCH 2/2] correction diagnose --- diagnose/70-prometheus | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diagnose/70-prometheus b/diagnose/70-prometheus index adf20b6..3aed96b 100644 --- a/diagnose/70-prometheus +++ b/diagnose/70-prometheus @@ -1,10 +1,10 @@ #!/bin/bash -if [ $(CreoleGet activer_prometheus = "oui" ];then +if [ $(CreoleGet activer_prometheus) = "oui" ];then . /usr/lib/eole/diagnose.sh - + EchoGras "*** Accès au serveur Prometheus" - TestHHTPPage "Prometheus server" "http://localhost:9090" + TestHTTPPage "Prometheus server" "http://localhost:9090" echo fi