yandex / mysync

MySync is mysql high-availability and cluster configuration tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to monitor multiple mysql clusters?

hadesfeng opened this issue · comments

I may need to monitor multiple mysql clusters

You have to configure mysync services for each cluster separately then.

OK, thanks.

It would be perfect if you could monitor multiple mysql clusters like Orchestrator.

I may understand a little bit now. Is it possible to share zookeeper clusters,
but mysync needs to be deployed independently with each mysql cluster?

You may share zookeeker cluster by using different namespaces (in "zookeeper" config section).
And yes, you deploy mysync independently on each host within each cluster and using same zookeeper but different namespaces in mysync.yaml

OK, thank you very much for your reply!