willixix/WL-NagiosPlugins

check_redis.pl

robin13 opened this issue · 2 comments

Trying to call check_redis.pl like this:
./check_redis.pl -H localhost -M 2G -m WARN:500

Causes this error:
CRITICAL: memory_utilization data is missing - REDIS on localhost:6379 has 1 databases (db0) with 132 keys

Any idea why?

Redis 2.8.3
check_redis.pl 0.73

Cheers,
-Robin-

I have the same problem.

upgrading libredis-perl to 2:1.9760-1 fixed the issue for me.