Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Category: NFS
Nagios plugins for monitoring NFS.
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!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.check mountpoints like nfs, cifs, davfs, lustre, ocf2, ...
Check if all specified nfs/cifs/davfs mounts exist and if they are correct implemented. That means we check /etc/fstab, the mountpoints in the filesystem and if they are mounted. It is written for Linux and Solaris, uses proc-Filesystem and was tested on ...
check_nfs / check_nfs_file
www.gbl-software.de/nagiosbinaries/index.htmlTwo Nagios plugins to verify the presence and used disk space of an NFS share, and the existance of a file on that mount, without needing to mount the share from the OS. Accessing NFS files using the OS may result in long delays, and unkillable processes ...
check_nfs.sh
I didn't like any of the NFS scripts I saw so I put together what I thought was a more elegant solution.
check_nfsmount
www.reversemidastouch.com/nagios/Check NFS mounts are available on a server using showmount command
check_nfs_export
I threw this together quick, it uses the local output of showmount -e to verify a specific filesystem is exported. Does NOT check if portmapper is running Does NOT check what hosts have permission to the mountpoint ONLY tested on CentOS 6.4 currently ...
check_nfs_mounts
this is working in my net with little effort