Build precise queries to find exactly what you need
Press ESC to close
Had to modify the script as shown below so that it wouldn’t alarm if one mount was a subset of another (e.g. /mnt/foo and /mnt/foo_new would alarm, saying “/mnt/foo is mounted several times (2)”
Old line 107: MOUNTED=`mount | grep $MOUNT | grep $FS | wc -l | tr -s ” “` # execute the command to check the mount…
New line 107: MOUNTED=`mount | grep “$MOUNT” | grep ” $FS ” | wc -l | tr -s ” “` # execute the command to check the mount…
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!