-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis 2.6 hitrate data is missing #16
Comments
Please run it manually with -v for debugging output to see what is going on |
Attached is the Full stack Trace, please look at the Difference now (redis 2.6) when executing INFO, the stracture of output is different, can it be the cause? Thank you for your assistant, it's much appreciated. root@nagios:~# /usr/lib/nagios/plugins/check_redis.pl -H 10.180.135.179 -p 6382 -R 98,99 -v Clientsconnected_clients:321 Memoryused_memory:1737470064 Persistenceloading:0 Statstotal_connections_received:4062 Replicationrole:master CPUused_cpu_sys:1037.82 Keyspacedb0:keys=3359659,expires=1470308 Clientsconnected_clients:321 Memoryused_memory:1737470064 Persistenceloading:0 Statstotal_connections_received:4062 Replicationrole:master CPUused_cpu_sys:1037.82 Keyspacedb0:keys=3359659,expires=1470308
|
You need to upgrade Perl Redis library, its not separating all lines and as a result plugin is not parsing data appropriately |
for me what worked was: |
Hi,
I Just upgraded my Redis Env's to 2.6 (from 2.2).
somehow i encounter issues regarding monitoring Redis Hitrate, getting the following Error:
CRITICAL: hitrate data is missing - REDIS
Any Idea what might be the cause?
The text was updated successfully, but these errors were encountered: