diff --git a/hosts/monitoring-3/rules.yml b/hosts/monitoring-3/rules.yml index 06e74b8..0e333ac 100644 --- a/hosts/monitoring-3/rules.yml +++ b/hosts/monitoring-3/rules.yml @@ -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