prometheus: reduce iLO SNMP timeout
This commit is contained in:
parent
70c8e0ebe0
commit
a24b473566
2 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,6 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: {{ prometheus_ilo_snmp_targets | to_json }}
|
- targets: {{ prometheus_ilo_snmp_targets | to_json }}
|
||||||
metrics_path: /snmp
|
metrics_path: /snmp
|
||||||
scrape_timeout: 30s
|
|
||||||
params:
|
params:
|
||||||
module:
|
module:
|
||||||
- ilo
|
- ilo
|
||||||
|
|
|
@ -695,6 +695,8 @@ ilo:
|
||||||
3: poweredOn
|
3: poweredOn
|
||||||
4: insufficientPowerOrPowerOnDenied
|
4: insufficientPowerOrPowerOnDenied
|
||||||
version: 3
|
version: 3
|
||||||
|
# Reduce timeout to retry faster
|
||||||
|
timeout: 1s
|
||||||
auth:
|
auth:
|
||||||
security_level: authPriv
|
security_level: authPriv
|
||||||
username: {{ snmp_ilo_user }}
|
username: {{ snmp_ilo_user }}
|
||||||
|
|
Loading…
Reference in a new issue