I installed ProxMox on the HP DL380G5. Is there a way to monitor raid status? Is there anyway to get emailed alarms etc? It uses a Smart Array P400/512Mb w/BBC.
You can also install cciss-vol-status which is part of Debian repository. With this util you can get current status out of your RAID (cciss-vol-status /dev/cciss/c*d0)
If you install hp-health and hpacucli from the PSP repo you have the required components. This script checks both controller/raid, memory, fans, PSU, etc.
Remember to change the paths in the script (in my case hpacucli didn't point to the right path) Also the script could be optimized/cleaned, but you can use it for inspiration anyway