[icinga-users] High-Availibility

2016-10-10 Thread tilo....@googlemail.com
Hello, its possible to build "High availability clusters" starting at 2 nodes. Is there any split-brain detection? Thanks in advance Tilo Mey ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-

Re: [icinga-users] High-Availibility

2016-10-10 Thread Antony Stone
On Monday 10 October 2016 at 16:30:54, tilo@googlemail.com wrote: > Hello, > > its possible to build "High availability clusters" starting at 2 nodes. Yes: https://www.icinga.org/products/icinga-2/distributed-monitoring/ See also http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chap

Re: [icinga-users] High-Availibility

2016-10-10 Thread Cleber Paiva de Souza
Yes, but you'll need create the cluster configurations and resources by your own. http://clusterlabs.org/quickstart-suse.html For split-brain avoidance use could make use of SBD. On Mon, Oct 10, 2016 at 1:42 PM, Antony Stone wrote: > On Monday 10 October 2016 at 16:30:54, tilo@googlemail.co

Re: [icinga-users] High-Availibility

2016-10-10 Thread tilo....@googlemail.com
Hi and thank you. Quorum and Fencing, especially Pacemaker are known. (We will using an 2-Node-Galera Cluster for DB, and pacemaker for icingaweb Failover.) But how is icingas handling the own implementation of HA. Does Icinga use quorum if you're using 2 nodes? On 10.10.2016 18:55, Cleber P