Skip to content

Commit

Permalink
chore: remove MdMismatchCntUnsynchronizedBlocksAverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Aug 13, 2024
1 parent 0e00048 commit 9cc5d77
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rules/md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
groups:
- name: md
rules:
- alert: MdMismatchCntUnsynchronizedBlocksAverage
expr: netdata_md_mismatch_cnt_unsynchronized_blocks_average > 1024
for: 60m
labels:
severity: warning
annotations:
summary: "RAID Array have unsynchronized blocks! (instance {{ $labels.instance }})"
description: "Detected unsynchronized blocks\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

- alert: HostRaidArrayGotInactive
expr: (node_md_state{state="inactive"} > 0) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}
for: 5m
Expand Down

0 comments on commit 9cc5d77

Please sign in to comment.