Add prometheus node exporter

This commit is contained in:
BBaoVanC 2021-09-08 18:19:04 -05:00
parent 4f1ba936fb
commit 2092b8e687
1 changed files with 5 additions and 0 deletions

View File

@ -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: