Add prometheus node exporter
This commit is contained in:
parent
4f1ba936fb
commit
2092b8e687
@ -1,4 +1,9 @@
|
||||
scrape_configs:
|
||||
- job_name: "node_exporter"
|
||||
scrape_interval: 15s
|
||||
static_configs:
|
||||
- targets: ["host.docker.internal:9100"]
|
||||
|
||||
- job_name: "caddy"
|
||||
scrape_interval: 15s
|
||||
static_configs:
|
||||
|
Reference in New Issue
Block a user