10
0
Fork 0
Dieser Commit ist enthalten in:
Philippe Caseiro 2018-06-04 10:36:34 +02:00
Ursprung 325acbf537
Commit 38883c4fca
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -23,8 +23,8 @@ scrape_configs:
static_configs:
%if %%getVar('ajout_client_prometheus','non') == 'oui'
%for %%cliPr in %%getVar('prCli',[])
%if %%cliPr.CliSonde == 'Node Exporter'
- targets: ['%%client_prometheus:9100']
%if %%cliPr.prCliSonde == 'Node Exporter'
- targets: ['%%cliPr.prCliIP:9100']
%end if
%end for
%end if