Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_nfsmounts
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
A perl script that checks all local NFS mounts by forking itself and trying to chdir to it and (optionally) writing to a file. It includes performance data and allows warnings based on thresholds.
Reviews (3)
bysoprobr, July 7, 2014
Indeed it works only in command line. To work with nrpe I had to add the line bellow before all "use" lines:
use lib "/usr/lib/nagios/plugins";
use lib "/usr/lib/nagios/plugins";
bynagiospig, January 28, 2011
This plugin works great commandline but wont work with NRPE.
Out of several plugins for checking whether nfs mounts are working, this is the best I've found. It actually tests whether the mount can be accessed, not just whether mtab or showmount report it as mounted. It does not freeze if the mount becomes unavailable.