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





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





Renvoie ok si aucun disque ne sera controlé au prochain demarrage. Renvoie avertissement si au moins 1 disque sera controlé au prochain demarrage. ---- return ok if no disk has to be checked at next reboot. Return warning if at least one disk wi ...
check_new_files





vbs script to check new files in a folder with performance graph, it will trigger crticical and ok only. critical if no new files found. note. this use check_nrpe plugin in windows
check_newfiles.sh





Plugin that check existence of new files since last execution in a specified folder.
check_newfiles.sh





Plugin that check existence of new files since last execution in a specified folder.
check_newest_file_age





This plugin pulls the most recently created file in each specified directory, and checks its created time against the current time. If the maximum age of the file is exceeded, a warning/critical message is returned as appropriate. This is useful for exami ...
check_network_stats(PNP4Nagios)





Nagios Plugin for monitoring of Network Utilization including PNP4Nagios Template. Is Executed remotely (either over check_by_ssh -tested or nrpe -not tested). Produces 2 Graphs for each NIC (also for loopback). No Parameters, just run the script. Does n ...
check_network_link





A Linux check to see if a local network interface is available, up and connected.
check_networkusage





This Nagios Plugin, written in perl, shows the throughput of an defined networkinterface. The output is generated from /proc/net/dev.. The output-language is german and includes also Performance-Data. Usage: -I = Interface -D = Direction(in/out) -c = Crit ...
check_networker_statistics





check_networker_statistics gets simple statistics from a networker server into nagios performance graph data.
check_network.py





This is my first script to check the network traffic for linux.
Minimum required python 2.4
check_network.pl





Checks the Network statistics using the sar command. https://github.com/throwsb/nagios-checks/blob/master/check_network.md
check_network





Simple script to check if a network interface is up, down or on reduced speed.
check_netstat_conn





Check number of listening or established connections on a given port using netstat utility
check_netstat / check_snmp_netstat





This plugin checks number of open tcp connections and can send warnings or critical alert of there are too many or too few. Can run either directly on the box or use SNMP.
check_netstat





_Solaris_ specific NRPE plugin for netstat. Use netstat command, not snmp. Return values: in_packets, out_packets, in_errors, out_errors, collis and queue for specific NIC. Can check threshold on errors, collis and queue.
check_netscreen_ids





A plugin to check the internal netscreen Intrusion Detection System values. This is the a beta version of this plugin, if i need more functionality out of it, then I will revise it and post it back.