summaryrefslogtreecommitdiffstats
path: root/modules/prometheus/files/prometheus.yml
blob: c87b1818f3bf6470b371ea1a356f19d1624f48b6 (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 -%>