Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_redis
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!
$ ./check_redis --help
check_redis 0.1
Brought to you AS IS, WITHOUT WARRANTY, under GPL. (C) Remi Paulmier
This plugin checks the availability of a redis server, expecting that a slave server is sync with master, and the replication delay is not too high.
Usage: check_redis [--host|-H] [--port|-p ] [ -c|--critical= ] [ -w|--warning=] [-?|--usage] [-V|--version] [-h|--help] [-v|--verbose] [-t|--timeout=]
-?, --usage
Print usage information
-h, --help
Print detailed help screen
-V, --version
Print version information
--extra-opts=[section][@file]
Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage
-H, --host=STRING
Check the host indicated in STRING
-p, --port=INTEGER
Use the TCP port indicated in INTEGER
-c, --critical=STRING
Exit with CRITICAL status if replication delay is greater than INTEGER
-w, --warning=STRING
Exit with WARNING status if replication delay is greater than INTEGER
-t, --timeout=INTEGER
Seconds before plugin times out (default: 15)
-v, --verbose
Show details for command-line debugging (can repeat up to 3 times)
check_redis 0.1
Brought to you AS IS, WITHOUT WARRANTY, under GPL. (C) Remi Paulmier
This plugin checks the availability of a redis server, expecting that a slave server is sync with master, and the replication delay is not too high.
Usage: check_redis [--host|-H
-?, --usage
Print usage information
-h, --help
Print detailed help screen
-V, --version
Print version information
--extra-opts=[section][@file]
Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage
-H, --host=STRING
Check the host indicated in STRING
-p, --port=INTEGER
Use the TCP port indicated in INTEGER
-c, --critical=STRING
Exit with CRITICAL status if replication delay is greater than INTEGER
-w, --warning=STRING
Exit with WARNING status if replication delay is greater than INTEGER
-t, --timeout=INTEGER
Seconds before plugin times out (default: 15)
-v, --verbose
Show details for command-line debugging (can repeat up to 3 times)
Reviews (0)
Be the first to review this listing!