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:
|
annotations:
|
||||||
summary: "UPS on battery for {{ $value }} seconds"
|
summary: "UPS on battery for {{ $value }} seconds"
|
||||||
- alert: LowUPBattery
|
- alert: LowUPBattery
|
||||||
expr: ups_upsEstimatedMinutesRemaining < 25
|
expr: ups_upsEstimatedMinutesRemaining < 25 and on(instance) ups_upsInputVoltage < 150
|
||||||
for: 1m
|
for: 1m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue