check_redis_cc.pl
This check checks redis connected_clients and alerts when exceeding the given warn/crit values
Usage:
./check_redis_cc.pl -H hostname -p port -w warnValMin -c critValMin -W warnValMax -C critValMax
Options:
| Flag | Description |
|---|---|
| -H | Specify the hostname |
| -p | specific port |
| Min vals will trigger the alert upon going under that amount | |
| -w | minimal Warn threshold |
| -c | minimal Critical threshold |
| Max vals will trigger the alert upon going over that amount | |
| -W | maximal Warn threshold |
| -C | maximal Critical threshold |