Re: [icinga-users] Differents icingaweb2 for every Zone

2016-03-31 Thread Michael Friedrich
> On 30 Mar 2016, at 12:36, Christian Moreno Moreno > wrote: > > Hi, > > We have 2 Zones with 3 Endpoints in our icinga2: > > object Endpoint "icinga-01" { > host = "" > port = 5665 > } > > object Endpoint "icinga-02" { > host = "" > port = 5665 > } > > object Endpoint "icinga-03

[icinga-users] Differents icingaweb2 for every Zone

2016-03-30 Thread Christian Moreno Moreno
Hi, We have 2 Zones with 3 Endpoints in our icinga2: object Endpoint "icinga-01" { host = "" port = 5665 } object Endpoint "icinga-02" { host = "" port = 5665 } object Endpoint "icinga-03" { host = "xxx" port = 5665 } object Zone "master" { endpoints = ["icinga-01.ipx","ici