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_exec_oracle





This nagios plugin checks all the processes necessary for a specific service like :
- mqseries
- oracle
- dimension cm (serena)
- any application running a list of processes
check_esx_cpu_snmp





This plugin will catch CPU Cores Load via SNMP the from an VMWare ESXi Server, tested with VMware ESXi, 6.7.0 Model: ProLiant DL360 Gen10 64 Cores Current Version Supports unimited CPU Cores. Cpu load value checked by the script is the average ...
check_essential_processes (windows)





check_essential_processes takes a space-separated list of processes and returns critical if any are not running. This is written in perl, so requires a perl environment to run. It runs great under tinyperl, and my preferred use is to compile before de ...
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_dovecot





Nagios plugin (script) to check the status of the dovecot master process as well as the associated IMAP and POP processes.
check_dell_idrac9





check for Dell iDRAC 9 service processors via SNMP
check_dell_drac5





check for Dell DRAC5 service processor via SSH
check_cpu_utilization.ps1.py





Nagios Windows_SSH Monitoring Plugin DESCRIPTION This plugin monitors the CPU utilization on Windows machines via evaluation of the Process Performance Counters. Processor(_Total)% User Time Processor(_Total)% Processor Time P ...
check_cpu_snmp





C language plugin, using net-snmp api, to return an average % utilization for all entries under hrProcessorLoad. Use for checking CPU on SNMP enabled Windows servers.
check_cpu.sh





This shell script checks cpu utilization (user,system,iowait,idle in %) with iostat accepting seperate threshholds and returning the data in a format suitable for performance data processing
check_checkrestart





This is a Nagios plugin to check if any processes are still using old versions of updated libraries. I needs check_restart from debian-goodies. Debian only!
check_by_snmp / check_snmp_extend / check_snmp_exec





This plugin lets you use extended functionality of SNMP to execute plugins remotely in a way similar to NRPE. In its second mode of operation it allows to use results from some command or a remote data file with actual processing of the data done by a plu ...
check_bad_apache_procs.sh





This is a simple BASH script that checks that only the correct Apache processes are running, and that no other processes (such as PERL scripts) are running as Apache.
If it returns OK, it includes the text "0 Bad apache Processes Running". If it fails ...
check_backup (for any backup system)





The check_backup plugin is designed to provide a generic way to check the status of backup processes by reading the contents of a file your scripts will leave either locally to the Nagios server, or on a remotely accessible host through ssh. The file i ...
check_apacheconcreq





Nagios script to check the number of concurrent requests being processed by Apache
Check-UNIX-Open-FDs-shell-script





Check Open FD for program(s) and it's child processes. It's shell script using lsof and awk.
Check Windows Updates Powershell





Gets the list of available Windows updates for a single Windows machine. Can be run through any remote client or process with the ability to execute Powershell scripts.
Check Windows Stale Process





This is a python script using psutil library to check if a process is running for longer then X hours, if so It wil ltry to kill them.