1
0
Fork 0

v-m/alerts: Ignore Restic alert for bw0

_bw0.pyrocufflink.blue_ has been decommissioned since some time, so it
doesn't get backed up any more.  We want to keep its previous backups
around, though, in case we ever need to restore something.  This
triggers the "no recent backups" alert, since the last snapshot is over
a week old.  Let's ignore that hostname when generating this alert.
pull/83/head
Dustin 2025-09-07 08:21:04 -05:00
parent 7ad8fff7c6
commit 87331b24b0
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ groups:
- alert: Last Backup Age - alert: Last Backup Age
expr: >- expr: >-
time() - restic_backup_timestamp{ time() - restic_backup_timestamp{
client_hostname!="bw0.pyrocufflink.blue",
client_hostname!="luma.pyrocufflink.blue", client_hostname!="luma.pyrocufflink.blue",
client_hostname!="toad.pyrocufflink.blue", client_hostname!="toad.pyrocufflink.blue",
}> 604800 }> 604800