File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
modules/enableit/common/manifests/monitor/exporter Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 4242 " -test-hosts ${_domains.join(',')}" ,
4343 " -test-interval-seconds ${interval_seconds} " ,
4444 ]
45- $_scrape_config = {
46- ' certname' => $::trusted [' certname' ],
47- # 'relabel_configs' => '[{"action":"drop","source_labels":["result"]}]',
48- }
4945 prometheus::daemon { 'dns_exporter' :
5046 package_name => ' obmondo-dns-exporter' ,
5147 version => ' 1.0.13' ,
6460 scrape_port => Integer($listen_address .split(' :' )[1]),
6561 scrape_host => $trusted [' certname' ],
6662 scrape_job_name => ' dns' ,
67- scrape_job_labels => $_scrape_config ,
63+ scrape_job_labels => { ' certname ' => $::trusted [ ' certname ' ] } ,
6864 }
6965 # NOTE: This is a daemon-reload, which will do a daemon-reload in noop mode.
7066 # upstream module cant handle noop. (which is correct)
You can’t perform that action at this time.
0 commit comments