From 7cda704556ec5ea347f2764f02a5a10d81776ded Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Fri, 4 Sep 2026 01:08:50 +0500 Subject: [PATCH] fix(alerts): bound disk ticket cadence --- config/observability-rules.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/observability-rules.yaml b/config/observability-rules.yaml index ad46b2e0..07fc7b90 100644 --- a/config/observability-rules.yaml +++ b/config/observability-rules.yaml @@ -151,6 +151,9 @@ rules: threshold: 0.2 evaluation_seconds: 300 hold_seconds: 900 + # Disk pressure changes slowly and the ticket already carries one exact + # host subject. Repeat twice daily rather than every alert silence window. + repeat_seconds: 43200 destination_ref: fleet_oncall enabled: true owner: fleet-operations