[BlueOnyx:07587] Creating Active Monitors

Darrell D. Mobley dmobley at rocketryplanet.com
Sat Jul 2 19:40:44 -05 2011


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.




More information about the Blueonyx mailing list