You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising this issue.
I need to dig into this a little further (I don't use redis&tls&passwords) but from a cursory look this seems like a bug.
Describe the problem
monitor multiple redis instance with pwd file ,only redis with no passwd can work,redis with passwd cannot work
What version of redis_exporter are you running?
v1.67.0
Running the exporter
/usr/local/redis_exporter-v1.67.0.linux-amd64/redis_exporter --web.listen-address=:29121 --redis.password-file=/usr/local/redis_exporter-v1.67.0.linux-amd64/config/pwd-conf.json --redis-only-metrics
i run the exporter with debug mode ,the log see the redis://xxx:6379,while the passwd file write rediss://xxxx:6379
pwd-conf.json
{
"redis://master.iread-cache-redis.vuim5m.apse1.cache.amazonaws.com:6379":"",
"rediss://master.send-mail-redis.vuim5m.apse1.cache.amazonaws.com:6379":"*******"
}
The text was updated successfully, but these errors were encountered: