Subject: Re: RAIDframe: notify me when a drive fails?
To: Greg Oster <oster@cs.usask.ca>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 03/01/2006 10:16:22
On Tue, Feb 28, 2006 at 01:46:52PM -0600, Greg Oster wrote:
> So how about just:
> 
>  raidctl -s raid0 | grep failed && mail -s "RAID problem" ...
> 
> ?  (Works fine in the testing I just did :) )

Ok, I'll just use that then.  Although "raidctl -q raid0 || ..." still
looks more elegant to me.  

	Geert