Skip to content

Commit

Permalink
Merge pull request #8882 from aruniiird/change-CephMgrIsAbsent-alert
Browse files Browse the repository at this point in the history
ceph: change CephAbsentMgr to use 'up' query
  • Loading branch information
leseb committed Sep 30, 2021
2 parents a0d0d7e + 854eb01 commit 1f49b6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ spec:
severity_level: critical
storage_type: ceph
expr: |
absent(up{job="rook-ceph-mgr"} == 1)
up{job="rook-ceph-mgr"} == 0
for: 5m
labels:
severity: critical
Expand Down

0 comments on commit 1f49b6f

Please sign in to comment.