Storage & NAS · 5 min read

Get useful alerts from RAID controller health data

Most RAID controllers report state changes as generic strings. Here's how to turn that into an alert that actually tells you what to do.

What you'll need

  • A storage device or server RAID controller already reporting status in Linivo
1

Alert on DEGRADED separately from FAILED

A degraded array is still serving data on redundancy alone; a failed one may not be. Treat DEGRADED as an urgent-but-not-critical alert and FAILED as critical, rather than lumping every non-OPTIMAL state together.

2

Watch rebuild progress, not just rebuild start

A rebuild that stalls partway through is a bigger risk than one that's progressing normally, since the array runs without redundancy the whole time. Alert if rebuild percentage hasn't moved in longer than expected for the array's size.

3

Correlate with the physical disk's SMART data

A RAID member marked failed usually has a SMART history that showed reallocated sectors or pending sectors climbing beforehand. Reviewing that trend after a failure is often the fastest way to catch the next one earlier.