[BlueOnyx:07588] Re: Creating Active Monitors
Jimmy Gross
grossj at constantino.net
Sat Jul 2 20:19:56 -05 2011
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
More information about the Blueonyx
mailing list