mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
fix(data): remove official mixin references from comments
This commit is contained in:
parent
fec2531e32
commit
ab559b2b2f
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue