Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_nfsmounts

Rating
3 votes
Favoured:
0
Hits
160965
Files:
FileDescription
check_nfsmountsPerl script
Nagios CSP

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.
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";
bynagiospig, January 28, 2011
This plugin works great commandline but wont work with NRPE.
bybdp, July 7, 2010
1 of 2 people found this review helpful
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.