monitoring: snmp-idrac scrape 1m->30s — faster HA dashboard iDRAC refresh
All checks were successful
ci/woodpecker/push/default Pipeline was successful
ci/woodpecker/push/build-cli Pipeline was successful

The ha-sofia R730 REST sensors (via prometheus-query.lan) + Grafana iDRAC
panels were bound to the 1m snmp-idrac scrape. Halved to 30s so the
dashboard-it Server view refreshes uniformly at 30s, matching the
fan-control daemon's Pushgateway metrics. SNMP scrape ~3-4s; timeout 15s.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-06-05 17:52:07 +00:00
parent 5b5b855528
commit f526af694d

View file

@ -3148,8 +3148,12 @@ extraScrapeConfigs: |
- "crowdsec-service.crowdsec.svc.cluster.local:6060"
metrics_path: '/metrics'
- job_name: 'snmp-idrac'
scrape_interval: 1m
scrape_timeout: 30s
# 30s (was 1m) so the HA dashboard iDRAC metrics (temps / fan RPM / power /
# voltage, read by ha-sofia's prometheus-query.lan REST sensors) refresh
# every 30s — matching the fan-control daemon's Pushgateway metrics. The
# SNMP scrape takes ~3-4s; snmp-ups also runs at 30s. (2026-06-05)
scrape_interval: 30s
scrape_timeout: 15s
params:
module: [dell_idrac]
auth: [public_v2]