opserver / Opserver

Stack Exchange's Monitoring System
https://opserver.github.io/Opserver/
MIT License
4.51k stars 827 forks source link

Clarification on Redis Config #242

Closed nlowe closed 7 years ago

nlowe commented 7 years ago

So in trying to get opserver to connect to our redis instances that are password protected (see comment in #195) I discovered that we also had to specify the password in the instances subsection for allServers. An exception is thrown on trying to connect otherwise.

What's the difference between allServers and Servers config sections?

NickCraver commented 7 years ago

I've updated the example config to hopefully be much clearer - can you please take a look? The current version is here: RedisSettings.example.json

nlowe commented 7 years ago

Yeah, that makes more sense (github butchers the comments in the preview sadly). Thanks!