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_redis_write_replication.pl (Advanced Nagios Plugi...





Check Redis replication via API write to master and read from slave Checks: 1. writes a new unique key with dynamically generated value to master 2. reads same key back from slave 3. checks returned value is identical to the value generated and wr ...
check_redis_write.pl (Advanced Nagios Plugins Collectio...





Checks a Redis server is up and properly functioning via API Checks: 1. writes a new unique key with dynamically generated value 2. reads same key back 3. checks returned value is identical to the value generated and written 4. deletes the key 5 ...
check_redis_version.pl (Advanced Nagios Plugins Collect...





Checks the version of given Redis server using API
check_redis_publish_subscribe.pl (Advanced Nagios Plugi...





Check Redis server is up and working via publish/subscribe API calls Checks: 1. Subscribes to a unique channel 2. Publishes to that same unique channel with a randomly generated and timestamped token 3. Waits for the channel to feed the message th ...
check_redis_key.pl (Advanced Nagios Plugins Collection)





Check a specific Redis key via API Checks: 1. reads a specified Redis key 2. checks key's returned value against expected regex (optional) 3. checks key's returned value against warning/critical range thresholds (optional) raises warning/criti ...
check_redfish_api





check hardware health via redfish API has been tested on lenovo xcc, dell idrac. It may work on other brand. There is an Hp_ilo version in the git
check_rate





A simple perl plugin that allows nagios to check the rate of change of the output of any command as long as it's a number, e.g. filesystem usage growth, network traffic spikes, dns queries spikes, etc It uses a sqlite3 database to store the last value.
check_rasp_temp





Nagios-Plugin to check the CPU temperature of a Raspberry Pi
check_raspberry_temp





A small plugin to check the cpu temperature of your raspberry pi.
check_ranger_stats.pl (Advanced Nagios Plugins Collecti...





Checks Ranger stats for number of policies and repositories via the Rest API
check_rancher2





This is a monitoring plugin to check container infrastructures managed with Rancher 2.x. It uses Rancher 2's API to monitor states of clusters, workloads or pods. Latest plugin release and documentation can be found here: https://www.claudiokuenzler.com ...
check_raduis_radpwtst.sh





Check radius using radpwtst utility (used by Radiator) Requires the radpwtst utility be located in /usr/local/nagios/libexec/radius/ This also typically requires the Radius Perl Modules be located there as well.
check_ps_hardware





Uses the REST API in the PowerStore to get the information about hardware health. If any unit is present and not Helathy, the result will be critical.
check_prtg.pl





Perl connector plugin to PRG monitoring solution using their API. You need the API URL, a login and password to it and the name of the sensor It requires curl tool. check_prtg.pl -h for syntax
check_proc_number





Checking the number of running process on windows machines. The connection is established from Nagios server through nrpe to the remote nsclient agent. The script should be copied to remote nsclient machine and "nsclient.ini" file should be changed ac ...
check_procmemtotal





The purpose of this program is to calculate totam memory usage for a set of processes.
Example can be tracking of a memory consumption for httpd apache processes. Those processes
are forked into many instances. Our program looks for every pid that corre ...
check_plesk_licence





this is a simple php file that uses php-curl or curl command line to check your plesk licenses to see if they are valid within so may days or expired
check_platfora_stats.pl (Advanced Nagios Plugins Collec...





Checks Platfora stats via the Rest API
check_ping_multiaddr





Check reachability of IPv4 and IPv6 addresses of one or more hosts. All addresses of a host, both IPv4 and IPv6, can be checked in the same call.