Prometheus: cleanup #90

Merged
jeltz merged 15 commits from prometheus_cleanup into master 2022-01-01 17:58:19 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a24b473566 - Show all commits

View file

@ -163,7 +163,6 @@ scrape_configs:
static_configs:
- targets: {{ prometheus_ilo_snmp_targets | to_json }}
metrics_path: /snmp
scrape_timeout: 30s
params:
module:
- ilo

View file

@ -695,6 +695,8 @@ ilo:
3: poweredOn
4: insufficientPowerOrPowerOnDenied
version: 3
# Reduce timeout to retry faster
timeout: 1s
auth:
security_level: authPriv
username: {{ snmp_ilo_user }}