Skip to content

Commit

Permalink
refactor(backup): temporarily change the severity of check backup rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Aug 8, 2021
1 parent e152299 commit 1c2c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ groups:
expr: count(exit_code{job="backup"} offset 24h) by (instance) unless count(exit_code{job="backup"}) by (instance)
for: 1h
labels:
severity: page
severity: critical
annotations:
summary: "Daily backup job status is missing on `{{ $labels.instance }}`"
description: "Automatic scheduled backup appear to not running on `{{ $labels.instance }}`"

0 comments on commit 1c2c19c

Please sign in to comment.