1
0
Fork 0

v-m/alerts: Ignore missing backups from Toad, Luma

Toad and Luma can go offline for several days at a time if I don't use
them.  I don't need an alert telling me this.
pull/38/head
Dustin 2024-12-21 12:23:19 -06:00
parent a03d63841d
commit b9d69ec0a3
1 changed files with 4 additions and 1 deletions

View File

@ -225,7 +225,10 @@ groups:
the issue as soon as possible. the issue as soon as possible.
- alert: Last Backup Age - alert: Last Backup Age
expr: >- expr: >-
time() - restic_backup_timestamp > 604800 time() - restic_backup_timestamp{
client_hostname!="luma.pyrocufflink.blue",
client_hostname!="toad.pyrocufflink.blue",
}> 604800
annotations: annotations:
summary: A Restic client has not backed up recently summary: A Restic client has not backed up recently
description: >- description: >-