Move telegraf to host
This makes metric collection for SMART much simpler. I'll still be using the prometheus node exporter for actual system metrics, though.
This commit is contained in:
@ -7,7 +7,7 @@ scrape_configs:
|
||||
|
||||
static_configs:
|
||||
- targets:
|
||||
- telegraf:9273
|
||||
- 10.23.1.1:9273
|
||||
- job_name: traefik
|
||||
metric_relabel_configs:
|
||||
- source_labels: [__name__]
|
||||
|
Reference in New Issue
Block a user