fix scrape interval for node_exporter

This commit is contained in:
Alex 2022-02-26 22:18:02 +01:00
parent 465e262726
commit 2de09a0594
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

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