prometheus: use longer timeout for iLO scraping
This commit is contained in:
parent
456c6b47b8
commit
fdeaa355ad
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: {{ prometheus_ilo_targets | to_json }}
|
- targets: {{ prometheus_ilo_targets | to_json }}
|
||||||
metrics_path: /snmp
|
metrics_path: /snmp
|
||||||
|
scrape_timeout: 30s
|
||||||
params:
|
params:
|
||||||
module:
|
module:
|
||||||
- ilo
|
- ilo
|
||||||
|
|
Loading…
Reference in a new issue