increase idle power threshold to 130w [ci skip]
This commit is contained in:
parent
4b725b02a6
commit
3473f64670
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ serverFiles:
|
|||
annotations:
|
||||
summary: Power voltage on a power supply is {{ $value }} indicating power outage.
|
||||
- alert: HighPowerUsage
|
||||
expr: (max_over_time(r730_idrac_redfish_chassis_power_average_consumed_watts[20m])) > 127
|
||||
expr: (max_over_time(r730_idrac_redfish_chassis_power_average_consumed_watts[20m])) > 133
|
||||
for: 60m
|
||||
labels:
|
||||
severity: page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue