Skip to content

Commit

Permalink
Merge pull request #9085 from rook/mergify/bp/release-1.7/pr-9068
Browse files Browse the repository at this point in the history
ceph: fix 'CephMonQuorumLost' alert (backport #9068)
  • Loading branch information
mergify[bot] committed Nov 2, 2021
2 parents 73f581a + 7cd59f2 commit 89159a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ spec:
severity_level: critical
storage_type: ceph
expr: |
count(kube_pod_status_phase{pod=~"rook-ceph-mon-.*", phase=~"Running|running"}) by (namespace) < 2
count(kube_pod_status_phase{pod=~"rook-ceph-mon-.*", phase=~"Running|running"} == 1) by (namespace) < 2
for: 5m
labels:
severity: critical
Expand Down

0 comments on commit 89159a5

Please sign in to comment.