DEV-228: changed promql-query to reduce noise in alerting MhimBHsteams-channels

master
friedrich goerz 4 years ago
parent ac1fc50e39
commit ac3136a441

@ -32,7 +32,7 @@ groups:
description: "High load for more than 2 minutes."
- alert: apt_upgrades_pending
expr: apt_upgrades_pending > 0
expr: apt_upgrades_pending{origin=~".*security.*"} > 0
for: 1m
labels:
severity: warning

Loading…
Cancel
Save