[BlueOnyx:07590] Re: Creating Active Monitors

Darrell D. Mobley dmobley at uhostme.com
Sat Jul 2 20:53:01 -05 2011


Yeah, but it doesn't monitor hardware RAID controllers.

> -----Original Message-----
> From: blueonyx-bounces at mail.blueonyx.it [mailto:blueonyx-
> bounces at mail.blueonyx.it] On Behalf Of Jimmy Gross
> Sent: Saturday, July 02, 2011 9:20 PM
> To: BlueOnyx General Mailing List
> Subject: [BlueOnyx:07588] Re: Creating Active Monitors
> 
> BlueOnyx already monitors disk Integrity - Active Monitor --> Status -->
> System Status Overview --> Disk Integrity
> 
> jimmy
> 
> -----Original Message-----
> From: blueonyx-bounces at mail.blueonyx.it
> [mailto:blueonyx-bounces at mail.blueonyx.it]On Behalf Of Darrell D. Mobley
> Sent: Saturday, July 02, 2011 7:41 PM
> To: 'BlueOnyx General Mailing List'
> Subject: [BlueOnyx:07587] Creating Active Monitors
> 
> 
> Is it possible for users to write Active Monitors?  I want to write an HP
> monitor that basically Monitors Disk Integrity:
> 
> 
> #!/bin/sh
> 
> cciss_vol_status -q /dev/cciss/c*d0|grep -q "status: OK"
> 
> if test "$?" != "0"
> then
>   echo Array A not ok! (turn on red light)
> else
>   echo Array A is ok! (turn on green light)
> fi
> 
> 
> How would I go about that?
> 
> Active Monitor stuff is not in the developer's guide I have.
> 
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
> 
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx




More information about the Blueonyx mailing list