Skip to content

Commit

Permalink
Reverting the time delay of 'CephMonHighNumberOfLeaderChanges'
Browse files Browse the repository at this point in the history
Reverting the time delay of
'CephMonHighNumberOfLeaderChanges' back to 5m

Signed-off-by: Arun Kumar Mohan <amohan@redhat.com>
  • Loading branch information
aruniiird authored and GowthamShanmugam committed Oct 6, 2021
1 parent ae51e28 commit 082c58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
clusterReadOnlyAlertTime: '0s',
poolQuotaUtilizationAlertTime: '1m',
monQuorumAlertTime: '15m',
monQuorumLeaderChangesAlertTime: '15m',
monQuorumLeaderChangesAlertTime: '5m',
osdDataRebalanceAlertTime: '15s',
osdDataRecoveryAlertTime: '2h',
osdDataRecoveryInProgressAlertTime: '30s',
Expand Down
2 changes: 1 addition & 1 deletion extras/manifests/prometheus-ceph-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
storage_type: ceph
expr: |
(ceph_mon_metadata{job="rook-ceph-mgr"} * on (ceph_daemon) group_left() (rate(ceph_mon_num_elections{job="rook-ceph-mgr"}[5m]) * 60)) > 0.95
for: 15m
for: 5m
labels:
severity: warning
- name: ceph-node-alert.rules
Expand Down

0 comments on commit 082c58a

Please sign in to comment.