]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
monitoring: wait before firing osd full alert
authorPatrick Seidensal <pseidensal@suse.com>
Mon, 18 Nov 2019 11:39:27 +0000 (12:39 +0100)
committerNathan Cutler <ncutler@suse.com>
Fri, 6 Dec 2019 13:16:08 +0000 (14:16 +0100)
Fixes: https://tracker.ceph.com/issues/42862
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
(cherry picked from commit e923af34309a0c0adbf36e0fcf57fb6aa0240c48)

monitoring/prometheus/alerts/ceph_default_alerts.yml

index 310be58fa710fbb0a64b1e3b3fa893e3dfaf3f1f..bf547cf008dad4b5397d4ca3ca3f7030e9c7943c 100644 (file)
@@ -45,6 +45,7 @@ groups:
           description: One or more OSDs down for more than 15 minutes.
       - alert: OSDs near full
         expr: ((ceph_osd_stat_bytes_used / ceph_osd_stat_bytes) and on(ceph_daemon) ceph_osd_up == 1) > 0.8
+        for: 5m
         labels:
           severity: critical
           type: ceph_default