Try 006bis

这个提交包含在:
Philippe Caseiro 2018-06-04 10:48:47 +02:00
父节点 3eaa7feee1
当前提交 4bd29eaa04
共有 1 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -26,9 +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
%for %%cliOpen in %%getVar('prOpenCli',[])
- targets: ['%%cliOpen.prOpenCliIP:%%cliOpen.prOpenCliPort']
%end for
%end if