Build precise queries to find exactly what you need
Press ESC to close
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
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!