Skip to content

Commit

Permalink
Merge pull request #9068 from aruniiird/fix-CephMonQuorumLost-alert-q…
Browse files Browse the repository at this point in the history
…uery

ceph: fix 'CephMonQuorumLost' alert
  • Loading branch information
travisn committed Nov 2, 2021
2 parents defa5ca + af44e5c commit cbe29ba
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 cbe29ba

Please sign in to comment.