From b9d69ec0a36ec73a6ea4b89c1fa128574065c6da Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 21 Dec 2024 12:23:19 -0600 Subject: [PATCH] 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. --- victoria-metrics/alerts.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: >-