We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to Redis no longer being free open source software it has been forked several times, for example Valkey is packaged by Debian and RedHat.
It appears to me that the redis-status plugin doesn't work with Valkey?
redis-status
To test this I created a symlink:
ls /usr/local/bin/redis-cli -lah lrwxrwxrwx 1 root root 19 Mar 26 14:12 /usr/local/bin/redis-cli -> /usr/bin/valkey-cli
And tried to run the plugin:
/usr/lib64/nagios/plugins/redis-status --password XXX --socket /run/valkey-cloud/valkey-server.sock Traceback (most recent call last): File "/usr/lib64/nagios/plugins/redis-status", line 518, in 'module' File "/usr/lib64/nagios/plugins/redis-status", line 236, in main KeyError: 'redis_mode'
The text was updated successfully, but these errors were encountered:
Valkey v8 and Redis v7 are not the same, so that's definitely something we need to look at.
Sorry, something went wrong.
markuslf
No branches or pull requests
Describe the solution you'd like
Due to Redis no longer being free open source software it has been forked several times, for example Valkey is packaged by Debian and RedHat.
Additional context
It appears to me that the
redis-status
plugin doesn't work with Valkey?To test this I created a symlink:
ls /usr/local/bin/redis-cli -lah lrwxrwxrwx 1 root root 19 Mar 26 14:12 /usr/local/bin/redis-cli -> /usr/bin/valkey-cli
And tried to run the plugin:
The text was updated successfully, but these errors were encountered: