steelThread / redmon

A web interface for managing redis: cli, admin, and live monitoring
http://steelthread.github.com/redmon/
1.57k stars 127 forks source link

how can i use one redmon to monitor multiple servers ? #23

Closed 12343954 closed 12 years ago

12343954 commented 12 years ago

Thank you so much , bro !


but how can i use a redmon to monitor multiple servers ? like Redis-Live It looks like it can only monitor one server.

class Config DEFAULTS = { :web_interface => ['0.0.0.0', 4567], :redis_url => ['redis://192.168.2.73:6379','redis://192.168.2.73:63791'], //error :( :namespace => 'redmon', :worker => true, :poll_interval => 10 }

steelThread commented 12 years ago

That's correct, you need to start multiple redmon processes in it's current state. Not ideal I suppose but I haven't gotten around to adding support to monitor multiple redis servers.

12343954 commented 12 years ago

oh , I know , thank you , @steelThread !

I'm looking forward to the realization of this idea . It will be used for redis cluster , and it will be a perfect product, won't it ?

Come on, bro !

bymaximus commented 8 years ago

Still no way to monitor multiple redis servers? Maybe allow us to change it at top bar redis address?