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:
parent
252b65a574
commit
ae21502698
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue