description: 'RAID array '{{ $labels.device }}' on {{ $labels.instance }} is in degraded state due to one or more disks failures. Number of spare drives is insufficient to fix issue automatically.',
},
},
{
alert: 'NodeRAIDDiskFailure',
expr: |||
node_md_disks{state="fail"} > 0
||| % $._config,
labels: {
severity: 'warning',
},
annotations: {
summary: 'Failed device in RAID array',
description: 'At least one device in RAID array on {{ $labels.instance }} failed. Array '{{ $labels.device }}' needs attention and possibly a disk swap.',