adjust batter low alert to fire only when there is no pwoer [ci skip]
This commit is contained in:
parent
8eb18ec651
commit
6100372a9e
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ serverFiles:
|
|||
annotations:
|
||||
summary: "UPS on battery for {{ $value }} seconds"
|
||||
- alert: LowUPBattery
|
||||
expr: ups_upsEstimatedMinutesRemaining < 25
|
||||
expr: ups_upsEstimatedMinutesRemaining < 25 and on(instance) ups_upsInputVoltage < 150
|
||||
for: 1m
|
||||
labels:
|
||||
severity: critical
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue