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