adjust batter low alert to fire only when there is no pwoer [ci skip]

This commit is contained in:
Viktor Barzin 2025-03-22 15:47:16 +00:00
parent daeb3b6693
commit 534fcdbfe3
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

View file

@ -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.