Setting up an email alert for a linux software raid failure
Recently I had a drive fail in a software RAID1 array on a CentOS 5.x server. I decided to write a simple cronjob/bash script that would nag me if it detected that things weren’t running correctly. This should also work for almost any other Linux disto as well. I used vi to edit these files, […]