Skip to content

Commit

Permalink
Merge pull request #651 from stackhpc/ceph-alert-delay
Browse files Browse the repository at this point in the history
Keep 10percentOSDsDown alert pending for 15 minutes
  • Loading branch information
markgoddard authored Sep 27, 2023
2 parents 1d39c76 + e98519d commit e21faa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/kayobe/kolla/config/prometheus/ceph.rules
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ groups:
rules:
- alert: 10percentOSDsDown
expr: count(ceph_osd_up == 0) / count(ceph_osd_up) * 100 >= 10
for: 15m
labels:
severity: critical
annotations:
Expand Down

0 comments on commit e21faa4

Please sign in to comment.