From 94fa0002e31cef5fb05f1fc3301028de52864a8e Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 24 May 2018 15:44:19 +0200 Subject: [PATCH] modification de la configuration --- tmpl/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/prometheus.yml b/tmpl/prometheus.yml index 43ed16a..2e3d3f3 100644 --- a/tmpl/prometheus.yml +++ b/tmpl/prometheus.yml @@ -16,7 +16,7 @@ scrape_configs: %if %%getVar('ajout_client_prometheus','non') == 'oui' %if not %%is_empty(%%url_nouveau_client_prometheus) %for %%client_prometheus in %%url_nouveau_client_prometheus - - targets: ['%%client_prometheus.%%url_nouveau_client_prometheus:9090'] + - targets: ['%%client_prometheus.%%url_nouveau_client_prometheus:9100'] %end for %end if %end if