forked from Deuxfleurs/nixcfg
fix scrape interval for node_exporter
This commit is contained in:
parent
465e262726
commit
2de09a0594
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ receivers:
|
|||
- targets:
|
||||
- "{{ env "attr.unique.network.ip-address" }}:3909"
|
||||
- job_name: "node_exporter"
|
||||
scrape_interval: 30s
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets:
|
||||
- "{{ env "attr.unique.network.ip-address" }}:9100"
|
||||
|
|
Loading…
Reference in a new issue