1
0
Fork 0

hosts/monitoring-3: tune altering rules for backups to reduce false positives

This commit is contained in:
clerie 2023-05-25 04:33:43 +02:00
parent b77e9016d7
commit ad137204c3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ groups:
summary: "Storage of {{ $labels.instance }} is full"
description: "Storage of {{ $labels.instance }} for {{ $labels.mountpoint }} on {{ $labels.device }} is full"
- alert: ClerieBackupJobLastSuccessfulRunBehind
expr: time() - clerie_backup_last_successful_run_time{} >= 5400
expr: time() - clerie_backup_last_successful_run_time{} >= 9000
for: 5m
labels:
severity: warning