Skip to content

Commit

Permalink
Add New Alert to watch Degraded Bond itf
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Nov 6, 2023
1 parent c19a4e6 commit f875dda
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@ spec:
expr: node_textfile_scrape_error{job="node-exporter"} == 1
labels:
severity: warning
- alert: NodeBondDegraded
annotations:
description: Bond is degraded on {{ $labels.instance }}
summary: Bond {{ $labels.master }} is degraded on {{ $labels.instance }}
expr: (node_bonding_active - node_bonding_slave) != 0
for: 5m
labels:
severity: warning
- alert: NodeRAIDDegraded
annotations:
description: RAID array '{{ $labels.device }}' on {{ $labels.instance }} is
Expand Down

0 comments on commit f875dda

Please sign in to comment.