summaryrefslogtreecommitdiffstats
path: root/modules/prometheus/templates/prometheus.yml
blob: 5ea8c2d50ac17e87f8f5ee12a1f46b01ae29afb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
global:
  scrape_interval: 10s

scrape_configs:
- job_name: telegraf
  static_configs:
  - targets:
<% @vpn_ips.each do |_, ip| -%>
    - "<%= ip %>:9273"
<% end -%>