diff --git a/victoria-metrics/alerts.yml b/victoria-metrics/alerts.yml index d8c37ab..94c4dda 100644 --- a/victoria-metrics/alerts.yml +++ b/victoria-metrics/alerts.yml @@ -225,7 +225,10 @@ groups: the issue as soon as possible. - alert: Last Backup Age expr: >- - time() - restic_backup_timestamp > 604800 + time() - restic_backup_timestamp{ + client_hostname!="luma.pyrocufflink.blue", + client_hostname!="toad.pyrocufflink.blue", + }> 604800 annotations: summary: A Restic client has not backed up recently description: >-