This commit is contained in:
2018-06-04 10:42:19 +02:00
parent 38883c4fca
commit d815f156e3
2 changed files with 10 additions and 1 deletions

View File

@ -26,6 +26,9 @@ scrape_configs:
%if %%cliPr.prCliSonde == 'Node Exporter'
- targets: ['%%cliPr.prCliIP:9100']
%end if
%if %%cliPr.prCliSonde == 'Port'
- targets: ['%%cliPr.prCliIP:%%cliPr.prCliPort']
%end if
%end for
%end if