Skip to content

Commit 26762cd

Browse files
committed
Remove PG deviation alert
1 parent 1bc1d90 commit 26762cd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

etc/kayobe/kolla/config/prometheus/ceph.rules

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,6 @@ groups:
102102
marked down and back up at {{ $value | humanize }} times once a
103103
minute for 5 minutes.
104104

105-
# alert on high deviation from average PG count
106-
- alert: HighPgCountDeviation
107-
expr: |
108-
abs(
109-
(
110-
(ceph_osd_numpg > 0) - on (job) group_left avg(ceph_osd_numpg > 0) by (job)
111-
) / on (job) group_left avg(ceph_osd_numpg > 0) by (job)
112-
) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata > 0.35
113-
for: 5m
114-
labels:
115-
severity: warning
116-
annotations:
117-
description: >
118-
OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} deviates
119-
by more than 30% from average PG count.
120-
121105
- name: pgs
122106
rules:
123107
- alert: PgsInactive

0 commit comments

Comments
 (0)