Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.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.- NFS (6 listings)
nrpe plugin: check_meminfo.pl





Plugin to get info from /proc/meminfo. This plugin lets you get any info from meminfo, including anything that may be architecture specific or added in the future. As well as getting performance data, you can also set warning and critical thresholds t ...
NFS Check





Shell script that checks to ensure NFS mounted directory is writable and lists current open files in that directory. Mimics the behavior of lsof -N but does not use lsof as listing the files in /proc/*/pd/* returned faster. Would work for any path real ...
Monitoringplug





My collection of monitoring plugins for Nagios and similar monitoring systems. Contains a broad range of plugins for monitor thinks like: CUPS, libVirt, NFS/SUN-RPC, RedHat Cluster, DNSSEC, RedHat Satelite, SELinux, QNap Storage, tftp, SSL, Areca Raid, Ko ...
check_snfs_latency





Simple bash script checks Quantum StorNext File System (SNFS, CVFS) statistics files and retrieves HiPriority Latency Data. Warns if threshold is exeeded and outputs performance data. Supplied pn4nagios template graphs PIO Read/Write average, minimum and ...
check_snfs_clients





Nagios plugin for Quantum StorNext Filesystem. Check internal filesystem latency for clients via Quantum's cvadmin utility. Returns average of all clients as well as lowest / highest client latency with optional DNS name / IP. Should work with all SN ...
check_path_exists





Simple script to check path exists on linux. Remember that you can check windows/other filesystems paths using NFS/SAMBA/SMB/OTHER mounting point. Enjoy it!
check_nfs_health.sh





Nagios plugin (script) to NFS health monitor (NFS server and/or client side). With this plugin you can define client or server NFS side, RPC services which must be checked, add or exclude NFS mountpoints and add or ignore file which contain the informatio ...
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_client





Check for stale NFS handles.
check_nfsmounts





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.
check_nfsmount





Check NFS mounts are available on a server using showmount command
check_nfs4





This plugin is dedicated to NFSv4 monitoring (state, performances, errors) for clients and servers.
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_nfs / check_nfs_file





Two 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_netapp_nfsops





Check number of operation per seconds (nfsops) of 7-mode Netapp storage bays.
check_mounts.sh





Verifies the current mounts correspond to those defined in /etc/fstab. Return 0 [OK] if true, 1 [WARNING] if mounted but has no matching entry in /etc/fstab and 2 [CRITICAL] if an /etc/fstab entry is not currently mounted. Supports: NFS3, NFS4, CIFS, SM ...
check_mount





Bash script to check mounted devices, passing arguments mount point OR device, and type of filesystem (useful for nfs mountpoints).
check_file_content





Check if a string or a chain provided by -s option is present in a file which is critical when the number of founded line(s) is bigger than one provided by -c option. It works with local file or with file on cifs sharing with smb protocol, in the futur, ...