fix(data): remove official mixin references from comments

This commit is contained in:
Samuel Berthe 2026-04-06 21:13:28 +02:00
parent fec2531e32
commit ab559b2b2f
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -4551,8 +4551,7 @@ groups:
for: 1m for: 1m
comments: | comments: |
ceph_health_status: 0=HEALTH_OK, 1=HEALTH_WARN, 2=HEALTH_ERR. 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. Split into ==1 (warning) and ==2 (critical) if you want separate severity levels.
This rule fires on any non-OK state. Adjust severity or split as needed.
- name: Ceph monitor clock skew - name: Ceph monitor clock skew
description: Ceph monitor clock skew detected. Please check ntp and hardware clock settings description: Ceph monitor clock skew detected. Please check ntp and hardware clock settings
query: "abs(ceph_monitor_clock_skew_seconds) > 0.2" query: "abs(ceph_monitor_clock_skew_seconds) > 0.2"