Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Great check. Works like a champ out of the box. I patched it to auto-detect the hpsa driver. We have a mix of cciss and hpsa.
— check_cciss-1.11 2013-03-27 12:13:13.732582522 -0700 +++ check_cciss 2013-03-27 11:42:54.888555702 -0700 @@ -209,7 +209,7 @@ done
# Use HPSA driver (Hewlett Packard Smart Array) -if [ “$HPSA” = “1” ]; then +if [ “$HPSA” = “1” -o -d /sys/bus/pci/drivers/hpsa ]; then COMPAQPROC=”/proc/scsi/scsi” fi