File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
etc/kayobe/kolla/config/prometheus Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -102,22 +102,6 @@ groups:
102
102
marked down and back up at {{ $value | humanize }} times once a
103
103
minute for 5 minutes.
104
104
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
-
121
105
- name: pgs
122
106
rules:
123
107
- alert: PgsInactive
You can’t perform that action at this time.
0 commit comments