Этот коммит содержится в:
Philippe Caseiro 2018-06-04 10:36:34 +02:00
родитель 325acbf537
Коммит 38883c4fca
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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