Skip to content

Commit e21faa4

Browse files
authored
Merge pull request #651 from stackhpc/ceph-alert-delay
Keep 10percentOSDsDown alert pending for 15 minutes
2 parents 1d39c76 + e98519d commit e21faa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ groups:
4646
rules:
4747
- alert: 10percentOSDsDown
4848
expr: count(ceph_osd_up == 0) / count(ceph_osd_up) * 100 >= 10
49+
for: 15m
4950
labels:
5051
severity: critical
5152
annotations:

0 commit comments

Comments
 (0)