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_free_mem





check_free_mem is a Nagios plugin for checking memory and swap usage on Linux and UNIX platforms. It uses the output of "free" command and needs only grep and awk - no Perl, Python, PHP or SNMP. It has separate thresholds (warning and critical) for R ...
check_emc_clariion.pl maintained by BuddhaBob74





This plugin allows you to monitor an EMC CLARiiON SAN.
You can monitor the following components of the SAN:
* Storage Processors = Status of each SP
* Storage Processors Information = Gets information on the SP (SP ID, Agent Revision, FLARE Revision, ...
Check Windows Process (WMI)





This Unix perl script checks a if remote windows process is running and its CPU, Memory usage, Threads and file handles, and disk IO (or all of the above) if selects processes by name. The script requires wmic which is included in check_wmi_plus or ca ...
Check Unix Process





This Unix perl script checks if a process is running and its CPU, Memory, RSS or VSZ (or all of the above) if selects processes and their children and aggregates the data. It can find the process by name, arguments or by reading a .pid file. The script su ...
Check UNIX Memory Usage





Checks memory usage (overall, by running processes, as filesystem cache and swap) on UNIX-like operating systems
Check SNMP RAM service





This plugin checks process memory by SNMP on host.
Check SNMP plugins





This is a pack of 3 plugins, written in C in order to monitor efficiently LINUX and WINDOWS machines. (memory,storage,process,load)
Check Process by PID or PID file on Solaris 10





This is designed to monitor a specific process by either PID number or a PID file created when the process was started. It calculates a percentage of memory being used by using prstat and dividing RSS/Size. ./check_pid -n 19523 -w 85 -c 95 OK STATE ...
Check Linux Process





Checks Linux process count, CPU and memory usage and produce relevant exit code and performance data to Nagios.
Check Centrify





A plugin to check the Centrify service running on a local machine. It will report CPU and Memory of the adclient process, the zone, the DC and the version. -- Update 07/04/2016, new version of script uploaded which now accepts command line args and al ...
check bloating process





This plugin uses linear regression algorithm to determine if the memory usage of a given process(by name or by pid) is growing up on time.