Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
the recent version reads the client password from the command line options. Hence the password is visible in the process table. You can see it for example with "ps -ef". This is a security risk.
I tried to fix this: Therefore I added a configuration parameter "-c" that requires the redis server configuration path. Now, redis-snmp tries to read the client password from the redis server configuration. To make life a little bit easier a default redis server configuration path "/etc/redis/redis.conf" is used. This means for the default case that this is the path of the user's redis server configuration the user needs neither parameter "-c" nor parameter "-p".