Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_redis_clients.pl (Advanced Nagios Plugins Collection)
Compatible With
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios XI
Owner
Download URL
Hits
28859
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 clients against warning/critical thresholds (optional)
Part of the Advanced Nagios Plugins Collection.
Download it here:
https://github.com/harisekhon/nagios-plugins
usage: check_redis_clients.pl [ options ]
-H --host Redis Host to connect to
-P --port Redis Port to connect to (default: 6379)
-p --password Password to connect with (use if Redis is configured with requirepass)
-e --expected Allowed clients, raises critical if unauthorized clients are detected. Optional, regex
-w --warning Warning threshold ra:nge (inclusive). Optional
-c --critical Critical threshold ra:nge (inclusive). Optional
--precision Number of decimal places for timings (default: 5)
-h --help Print description and usage options
-t --timeout Timeout in secs (default: 10)
-v --verbose Verbose mode (-v, -vv, -vvv ...)
-V --version Print version and exit
Download it here:
https://github.com/harisekhon/nagios-plugins
usage: check_redis_clients.pl [ options ]
-H --host Redis Host to connect to
-P --port Redis Port to connect to (default: 6379)
-p --password Password to connect with (use if Redis is configured with requirepass)
-e --expected Allowed clients, raises critical if unauthorized clients are detected. Optional, regex
-w --warning Warning threshold ra:nge (inclusive). Optional
-c --critical Critical threshold ra:nge (inclusive). Optional
--precision Number of decimal places for timings (default: 5)
-h --help Print description and usage options
-t --timeout Timeout in secs (default: 10)
-v --verbose Verbose mode (-v, -vv, -vvv ...)
-V --version Print version and exit
Reviews (0)
Be the first to review this listing!