adjust batter low alert to fire only when there is no pwoer [ci skip]
This commit is contained in:
parent
daeb3b6693
commit
534fcdbfe3
2 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
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue