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_bgp.sh





Checks status of BGP neighbour. Collects BGP counters and number of prefixes in memory.
Usage:
./check_bgp.sh -H [HOSTNAME] -C [COMMUNITY] -P [Peer_IP,From,To Peer_IP,From,To....]
Example:
./check_bgp.sh -H 10.160.7.225 -C idea -P "10.78.5.14 ...
check_beronet





This Plugin was developed by oliskibbe at gmail.com (Oliver Skibbe) This plugin is written in php and requires php_snmp Required: @nagios: - packages: php-cli, php5-snmp @beronet: - Firmware > 2.x - SNMP activated Usage: check_beronet ip ...
check_avail_memory





This script checks the available memory on a Linux system, it prints out the performance data too.
check_available_memory





Uses the value of (MemAvailable / MemTotal) from /proc/meminfo to determine current % of memory available.
Check XenServer





Check Xenserver through its API (http://www.xenserver.org/partners/developing-products-for-xenserver.html) Ability to check : - Memory of all hosts in a pool (check_mem) - CPU of all hosts in a pool (check_cpu) - Storage Repositories in a pool (ch ...
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 Synology Router Memory/Storage via SNMP





Nagios Plugin to check the available memory via SNMPv2
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 SAR memory page performance





There is a new shell script that monitors mempage performance using the linux sysstat package 'sar' tool. Feel free to update any improvements.
Check Reserved Memory for Solaris





Check Reserved Memory for Solaris
Check RAM usage as a percentage





Queries via snmp and returns the memory usage as a percentage.
Check Ram





Check_ram is a plugin that will return the amount of free physical memory.
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 physical memory





Check physical memory using shell script. Memory is displayed as a percentage.
Check OpenVZ Guaranteed Memory





This bash script reports on and checks memory usage of an OpenVZ container, and warns if it exceeds the amount of guaranteed memory.