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_nfs_client

Rating
0 votes
Favoured:
0
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!
Check for stale NFS handles.
Create a check for stale NFS handles on Linux. Similar projects exist, but they don't appear to work (for me) when there is a stale handle. This problem is overcome by using two scripts - a bash script that tries to work on the NFS mount and a perl script that checks whether the bash script has stalled (the bash script is killed if it has stalled). I'm hoping that by putting this project out there, others may make improvements and send them back to me.


**NOTE: The bash script is now (22-Feb-2007) created within the perl script.** This change was made after noting that some people were only downloading 1 of the scripts available in the initial version.