puppet-redis icon indicating copy to clipboard operation
puppet-redis copied to clipboard

Add support to monitor multiple redis masters for one redis sentinel

Open freiman opened this issue 5 years ago • 1 comments

Redis sentinel have support to monitor multiple redis masters and participate in failover. It would be nice to add support for this. Or at least to implement another issue #223 which can also solved this problem.

It can be implemented like this:

redis::sentinel::masters {'testmaster1':
  redis_host => "...."
}

freiman avatar Jul 23 '19 12:07 freiman