increaes threshold for high power usage to 180 as we have bigger cpu now [ci skip]
This commit is contained in:
parent
9ce0a47a41
commit
d5dd81ba30
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ serverFiles:
|
||||||
annotations:
|
annotations:
|
||||||
summary: Power voltage on a power supply is {{ $value }} indicating power outage.
|
summary: Power voltage on a power supply is {{ $value }} indicating power outage.
|
||||||
- alert: HighPowerUsage
|
- alert: HighPowerUsage
|
||||||
expr: (max_over_time(r730_idrac_redfish_chassis_power_average_consumed_watts[20m])) > 133
|
expr: (max_over_time(r730_idrac_redfish_chassis_power_average_consumed_watts[20m])) > 180
|
||||||
for: 60m
|
for: 60m
|
||||||
labels:
|
labels:
|
||||||
severity: page
|
severity: page
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue