Prometheus: cleanup #90
2 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,6 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets: {{ prometheus_ilo_snmp_targets | to_json }}
|
||||
metrics_path: /snmp
|
||||
scrape_timeout: 30s
|
||||
params:
|
||||
module:
|
||||
- ilo
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue