Moving parts ==

  • redis_mmm_mond checks connection to all hosts checks replication state assigns roles emits SLAVEOF commands connects via ssh to hosts and assigns the role ip’s

  • redis_mmm_ctl CLI display cluster status ability to change active master

Example configuration:

master_ip = 192.168.10.70/24
cluster_interface = eth1

[db1]
address = 127.0.0.1
port = 6380
ssh_user = admin
ssh_port = 22277

[db2]
address = 127.0.0.1
port = 6381
ssh_user = admin
ssh_port = 22277