Jake Howard
6b95b75fc2
This makes metric collection for SMART much simpler. I'll still be using the prometheus node exporter for actual system metrics, though.
20 lines
453 B
YAML
20 lines
453 B
YAML
scrape_configs:
|
|
- job_name: telegraf
|
|
metric_relabel_configs:
|
|
- source_labels: [__name__]
|
|
regex: go_.+
|
|
action: drop
|
|
|
|
static_configs:
|
|
- targets:
|
|
- 10.23.1.1:9273
|
|
- job_name: traefik
|
|
metric_relabel_configs:
|
|
- source_labels: [__name__]
|
|
regex: go_.+
|
|
action: drop
|
|
|
|
static_configs:
|
|
- targets:
|
|
- 10.23.2.3:8080 # grimes
|
|
- 192.168.2.47:8080 # pve-docker
|