> On 26 Jan 2016, at 11:49, Martin Stiborský wrote:
>
> Hello,
> some time ago I've been asking here for some details about implementing HA
> for Icinga2 master server.
> I need two master servers, one is located in Europe, the second one in US.
> The concern I have is the database server, I'd r
Hi Martin,
I might be missing something but I have set up a 2 node high availability
cluster by having 2 servers defined in the same zone and having them both
running a database locally. They are configured to talk to their local
database only. The Icinga cluster protocol keeps the instances in sy
Hello Martin
We encountered a similar issue in with a client I had and the solution
we decided to use was a MariaDB Galera Cluster,
It allows a full replication and give you master election in case of
node failure.
https://mariadb.com/kb/en/mariadb/what-is-mariadb-galera-cluster/
Assaf
On
Hello,
some time ago I've been asking here for some details about implementing HA
for Icinga2 master server.
I need two master servers, one is located in Europe, the second one in US.
The concern I have is the database server, I'd really like to have
dedicated database server for both master server