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_remote_site





This check greps info from a remote Nagios installation using JSON queries.
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_remote_aix_fs_mounted.sh





The script check the filesystem in remote aix hosts.
check_remotenagios





Get's remote nagios server, host and service status values. Useful for Nagios Distributed Environment without installing extras on Main Nagios server
check_remote (ping_remote)





Monitor a tunnel to a remote location on a Windows server.
check_release.pl





Simple script to monitor manually installed software for new upstream releases.
check_reg_key.vbs





NSClient++ plugin to check for a match to a specified registry key value. If the specified value matches the one in the queried key then it will return "OK" if not "Critical".
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_stats.pl (Advanced Nagios Plugins Collectio...





Check a Redis server's stats, all, multiple or specific stat with expected value and/or range threshold checks
check_redis_slave.pl (Advanced Nagios Plugins Collectio...





Check a Redis slave and replication Checks: 1. server is in 'slave' role 2. link to master is up 3. replication last I/O is within warning/critical thresholds 4. checks if master sync is in progress (raises warning)
check_redis_replication.pl (Advanced Nagios Plugins Col...





Check a Redis slave and replication Checks: 1. server is in 'slave' role 2. link to master is up 3. replication last I/O is within warning/critical thresholds 4. checks if master sync is in progress (raises warning)
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_redis_config.pl (Advanced Nagios Plugins Collecti...





Checks a Redis server's running config against a given configuration file. Useful for checking: 1. Configuration Compliance against a baseline 2. Puppet has correctly deployed revision controlled config version
check_redis_clients.pl (Advanced Nagios Plugins Collect...





Checks a Redis server's client list 1. Returns counts of all connected clients, and in verbose mode unique clients address list 2. Checks all connected client addresses match expected address regex (optional) 3. Checks the the number of connected cli ...
check_redis_cc.pl





This nagios check checks redis connected_clients and alerts when exceeding the given warn/crit values
check_redis.pl





This is Redis Server Check plugin. It gets stats variables and allows to set thresholds on their value or their rate of change. It can measure response time, hitrate, memory utilization, check replication sync and much more.You can also query specific key ...
check_redis





This plugin checks a redis server, expecting that a slave server is sync with master, and the replication delay is not too high.