fix: exclude disabled London Pi cloud sync task from CloudSyncFailing alert

Task 2 (Backup London pi) fails because 192.168.8.102 is unreachable.
Disabled task via TrueNAS, excluded task_id=2 from alert rule.
This commit is contained in:
Viktor Barzin 2026-03-27 15:15:48 +02:00
parent 252b65a574
commit ae21502698

View file

@ -716,7 +716,7 @@ serverFiles:
annotations:
summary: "Cloud Sync monitor has never reported — check cloudsync-monitor CronJob"
- alert: CloudSyncFailing
expr: cloudsync_job_state{job="cloudsync-monitor"} == 0
expr: cloudsync_job_state{job="cloudsync-monitor", task_id!="2"} == 0
for: 6h
labels:
severity: warning