Skip to content

Commit

Permalink
fix: loki alerting rules
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 23, 2024
1 parent e993983 commit b318d1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ groups:
rules:
- alert: CrossSeedDatabaseMalformed
expr: |
sum by (container) (count_over_time({app="cross-seed"} |~ "(?i)database disk image is malformed"[1h])) > 0
sum by (app) (count_over_time({app="cross-seed"} |~ "(?i)database disk image is malformed"[1h])) > 0
for: 2m
labels:
severity: critical
Expand Down

0 comments on commit b318d1a

Please sign in to comment.