Skip to content

Commit

Permalink
Merge pull request #8964 from rook/mergify/bp/release-1.7/pr-8947
Browse files Browse the repository at this point in the history
Handle empty ceph_version in ceph_mon_metadata to avoid raising misleading alert (backport #8947)
  • Loading branch information
leseb committed Oct 13, 2021
2 parents f16266a + 3de4716 commit f39f257
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -263,7 +263,7 @@ spec:
severity_level: warning
storage_type: ceph
expr: |
count(count(ceph_mon_metadata{job="rook-ceph-mgr"}) by (ceph_version)) > 1
count(count(ceph_mon_metadata{job="rook-ceph-mgr", ceph_version != ""}) by (ceph_version)) > 1
for: 10m
labels:
severity: warning
Expand Down

0 comments on commit f39f257

Please sign in to comment.