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_NRDS_config





Check NRDS config information. For example, if you would like to get the results of what current config the client is ACTUALLY using: (all one line) check_NRDS_config.vbs "..\config.ini" "settings" "CONFIG_VERSION" Where 'settings' is your ini [ ...
check_net_traffic.sh





Network traffic monitoring
pnp4nagios:
https://raw.githubusercontent.com/code4alex/NagiosPlugins/master/check_net_traffic.php
check_network.pl





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





An updated version of another 'check_multi' implementation that supports a simpler command line and processes checks in parallel. For current versions see https://bitbucket.org/flyingcircus/fc.platform/src//puppet/modules/net_analyzer/files/?at=default
check_modbus_eem





This plugin checks the phoenix contact pmm-ma600 devices over modbus tcp. Maybe some other devices will work too. You need to have an ethernet module and you need to active modbus tcp on your device. Look at www.phoenixcontact.com for some manuals. ...
check_mem_ng.sh





Compatible with Linux including RHEL 7+
This plugin is loosely inspired by check_mem v1.1 from Lukasz Gogolin
https://exchange.nagios.org/directory/Plugins/System-Metrics/Memory/check_mem-2Esh/details
I did a code rewrite and added a check of "free ...
check_mem_mon.sh





Memory monitoring.
pnp4nagios:
https://github.com/June-Wang/NagiosPlugins/blob/master/check_mem.php
check_memory-isilon.pl





Checks the memory usage on a EMC Isilon Node with a SNMP query. Detailed documentation can be found at https://github.com/throwsb/nagios-checks/blob/master/check_isilon.md
check_mariadb_slaves





# check_mariadb_slaves A Nagios plugin written in Python to monitor MariaDB slave metrics. Specifically: - Replication Lag - Slave IO running - Slave SQL running ## Assumptions - You're familiar with MariaDB - You're familiar with Nagios - You'r ...
check_mandrill





Mandrill is a transactional email API, it's reliable, powerful, and ideal for sending data-driven emails. https://www.mandrill.com/
Mandrill can both send and receive smtp based email via http webhooks. Mandrill's API can be used to query the volume of e ...
check_jmxeval





JMXEval is a really flexible plugin for monitoring Java applications using JMX. Instead of just checking just an attribute of an MBean, JMXEval allows you to query multiple MBean attributes as well as results of MBean method invocations, and also perform ...
check_internet.sh





Checks internet speed using speedtest-cli or pyspeedtest Example: ./check_internet.sh 10 9 10 9 /usr/lib/nagios/plugins/speedtest-cli --server 3837 --timeout 50 --simple > .speedtest.sp1.wind.it.24646 2>&1 OK - TestServer: sp1.wind.it Ping 18.437 ms ...
Check_iDRAC for DELL iDRAC





Check_iDRAC for DELL Latest: 2.1 https://github.com/dangmocrang/check_idrac http://www.cloudarch.club
check_huawei_oceanstor.sh





This plugin is DISCONTINUED, please use check-oceanstor.py => https://github.com/vasiliev123/check-oceanstor.py Check Huawei OceanStor plugin for Nagios It is adapted to serve as a hardware check of the Huawei OceanStor and was tested on OceanStor 260 ...
check_https_proxy.py





Quick and dirty python plugin to check https site via proxy and proxy auth. it work but need to be validated in other environment.
check_https_cert





Perlscript for checking a https-servers, with a ssl-client-certificate.
check_https with port option





an improvised version of the check_https plugin
check_https - with virtual host support





An extended version of check_https with virtual host support, check_http style arguments and treats 404's as valid responces.
check_http.sh





Simple bash script using curl to check a website. It works on HTTP and HTTPS. Requirement: curl Usage ./check_http.sh Example: ./check_http.sh 'http://oglobo.globo.com' oglobo 1 OK - Site oglobo.globo.com key oglobo time 0.019 |'time'=0.019s; ...