From ab559b2b2f7ab52910f56e0e46a6522e53231cdb Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Mon, 6 Apr 2026 21:13:28 +0200 Subject: [PATCH] fix(data): remove official mixin references from comments --- _data/rules.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index 5e3583e..0e9e3d5 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -4551,8 +4551,7 @@ groups: for: 1m comments: | ceph_health_status: 0=HEALTH_OK, 1=HEALTH_WARN, 2=HEALTH_ERR. - The official Ceph mixin splits this into separate warning (==1) and critical (==2) alerts. - This rule fires on any non-OK state. Adjust severity or split as needed. + This rule fires on any non-OK state. Split into ==1 (warning) and ==2 (critical) if you want separate severity levels. - name: Ceph monitor clock skew description: Ceph monitor clock skew detected. Please check ntp and hardware clock settings query: "abs(ceph_monitor_clock_skew_seconds) > 0.2"