You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.',
263
+
},
264
+
},
265
+
{
266
+
alert:'NodeRAIDDiskFailure',
267
+
expr: |||
268
+
node_md_disks{state="fail"} > 0
269
+
||| % $._config,
270
+
labels: {
271
+
severity:'warning',
272
+
},
273
+
annotations: {
274
+
summary:'Failed device in RAID array',
275
+
description:'At least one device in RAID array on {{ $labels.instance }} failed. Array '{{ $labels.device }}' needs attention and possibly a disk swap.',
0 commit comments