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





This shell script uses the output of the "vdf" command (published via snmp to avoid check_by_ssh or NRPE) to determine the free space of a given vmfs volume as measured in GB.
check_snmp_esx_snapshots - under construction





Inspired by "jacob"'s and "lahrcm" script check_snmp_snapshot.sh. Nagios check script for vmware snapshots sizes add the following to your ESX server in the /etc/snmp/snmpd.conf and restart the snmpd deamon exec .1.3.6.1.4.1.6876.99999.2 snapshots ...
check_remote_load





Checks the load average of the remote system using "uptime" command remotely by invoking of the check_by_ssh command from nagios-plugins-basic package.
check_proftp_user





This plugin checks how many users are logged in on a ProFTP FTP - Server. You can specify a warning and a critical limit. Checkable local or trough check_by_ssh or NRPE Update: Corrected perfdata output to make it compliant with Nagios Plugin Guidline
check_process_remote





Nagios plugin to check a remote process over rsh or ssh
check_process_by_ssh





This plugin checks if several processes are running on a remote host.
check_pfsense (numerous checks)





This is a collection of scripts I've put together over the years for monitoring pfSense. I used them as a check via SSH proxy, but you could use them via NRPE as well. The Linux Included website has an in-depth discussion on how the various checks work. I ...
check_openvpnas.sh





Uses sacli to get licensed connections, licence usage and checks for licence expiry. (LicUsage, VPNSummary or LICexpire)
Provides performance data to enable graph generation.
Written in bash, requires to be run over ssh.
check_openha.pl





Check locally the status of OpenHA cluster by using /usr/local/cluster/service command. Can be executed by SSH, NRPE or an SNMP extension. for syntax, do check_openha.pl -h
check_nutanix.pl/check_ssh_nutanix_cluster.pl





Check Nutanix Cluster Software by SNMP and SSH
check_ntp-simple





This plugin checks the status of ntp on a server. For remote hosts, this should be run over ssh with check_by_ssh plugin. It uses ntpq to look for valid candidates (+) or a locked server (*) and will alert if the status is anything other than locked.
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_mysql_stats(PNP4Nagios)





Nagios Plugin with PNP4Nagios Template (no alerting) Producing (12 but it can be adjusted easily if one needs different values) MySQL Performance graphs. Written in Perl but it does NOT Require DBI Modules to be installed as DB Query is handled via MyS ...
check_mpath





This plugin remote checks the status of every path in the multipath fibre channel driver. If one or more is paths are down it throws a warning. If it has only one path alive it throws a critical state. Examples: For an esxi system: /usr/local/nag ...
check_mem - Perl script





Checks the memory usage on a remote system with check_ssh.
check_mem - bash script





a simple bash script which uses the linux tool \"free\" to get the free memory from system. I use it in interaction with \"check_by_ssh\" to get values from remote servers.
check_long_procs





Check for long running processes and alert if in case the process is running more than 24 hours. Usage: check_long_procs -c -p -n [-v] [-h] Eg:- check_long_procs -c 0 -p java -n oracle. Eg:- check_long_procs -c 0 -p java -n oracle. PS: Tweak th ...
check_lenovo_xclarity





plugin for checking hardware health of Lenovo servers via xClarity Controller (XCC) out of band management using SSH
check_hello_world_ssh





checks ssh status running "echo hello world" on the remote machine I created this plugin to check if the target machine can handle ssh connections. Differently from check_ssh standard plugin, this script will open a connection and run a command. So we ca ...