For the lucky few who have the new Monster servers, you are more then likely running some form of RAID on those 10 hard drives. Below is a howto for installing megamon and setting up notification.
##############################
mkdir /root/megamon/
cd /root/megamon/
wget http://ftp.us.dell.com/scsi-raid/perc-cerc...6.03-A06.tar.gz
tar xzvf perc-cerc-apps-6.03-A06.tar.gz
rpm -Uvh Megamon-4.0-0a.i386.rpm
vi /etc/megamon.conf
# add your e-mail addresses to be notified here. 1 address per line
# save and exit
/etc/rc.d/init.d/raidmon start
# add to rc.local so that it will start after a reboot
echo /etc/rc.d/init.d/raidmon start >> /etc/rc.local
##############################
You should be all set. You should also recieve the initial mailing a minute or two after starting. Enjoy!
[edit to correct bad grammar]