increase low voltage alert to 10 min [ci skip]
This commit is contained in:
parent
ebbb288479
commit
ab9b5b356a
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ serverFiles:
|
||||||
rules:
|
rules:
|
||||||
- alert: LowVoltage
|
- alert: LowVoltage
|
||||||
expr: ups_upsInputVoltage < 205
|
expr: ups_upsInputVoltage < 205
|
||||||
for: 1m
|
for: 10m
|
||||||
labels:
|
labels:
|
||||||
severity: page
|
severity: page
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue