hosts/monitoring-3: tune altering rules for backups to reduce false positives
This commit is contained in:
parent
b77e9016d7
commit
ad137204c3
@ -26,7 +26,7 @@ groups:
|
|||||||
summary: "Storage of {{ $labels.instance }} is full"
|
summary: "Storage of {{ $labels.instance }} is full"
|
||||||
description: "Storage of {{ $labels.instance }} for {{ $labels.mountpoint }} on {{ $labels.device }} is full"
|
description: "Storage of {{ $labels.instance }} for {{ $labels.mountpoint }} on {{ $labels.device }} is full"
|
||||||
- alert: ClerieBackupJobLastSuccessfulRunBehind
|
- alert: ClerieBackupJobLastSuccessfulRunBehind
|
||||||
expr: time() - clerie_backup_last_successful_run_time{} >= 5400
|
expr: time() - clerie_backup_last_successful_run_time{} >= 9000
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
Loading…
Reference in New Issue
Block a user