2021-03-04 15:16:54 +00:00
|
|
|
scrape_configs:
|
|
|
|
- job_name: telegraf
|
2021-03-05 14:27:33 +00:00
|
|
|
metric_relabel_configs:
|
|
|
|
- source_labels: [__name__]
|
|
|
|
regex: go_.+
|
|
|
|
action: drop
|
|
|
|
|
2021-03-04 15:16:54 +00:00
|
|
|
static_configs:
|
|
|
|
- targets:
|
2021-06-03 20:47:08 +01:00
|
|
|
- "{{ pve_hosts.pve.ip }}:9273"
|
2021-03-04 16:26:55 +00:00
|
|
|
- job_name: traefik
|
2021-03-05 14:27:33 +00:00
|
|
|
metric_relabel_configs:
|
|
|
|
- source_labels: [__name__]
|
|
|
|
regex: go_.+
|
|
|
|
action: drop
|
|
|
|
|
2021-03-04 16:26:55 +00:00
|
|
|
static_configs:
|
|
|
|
- targets:
|
2021-05-05 18:12:42 +01:00
|
|
|
- "{{ nebula.clients.walker.ip }}:8080"
|
|
|
|
- "{{ pve_hosts.pve_docker.ip }}:8080"
|