Am 14.11.2016 um 19:55 schrieb tilo....@googlemail.com:
> on satA's:
> =================
>
> /etc/icinga2.conf:
> -----------------
> ...
> include zones.conf.d
> include _recursive zones.conf.d
>
>
>
> /etc/icinga2.zones.conf.d/satA.conf:
> -----------------
> object Endpoint "satA1" {
>    host= "xxx.xxx.xxx.xxx"
> }
>
> object Endpoint "satA2" {
>    host= "xxx.xxx.xxx.xxx"
> }
>
> object Zone "satA" {
>    endpoints = [ "satA1","satA2"]
>    parent = "master"
> }
>
> object Zone "global"
>    global = true
> }
>
>
> /etc/icinga2/zones.conf.d/master.conf:
> -----------------
> object Endpoint "master1" {
>    host= "xxx.xxx.xxx.xxx"
> }
>
> object Endpoint "master2" {
>    host= "xxx.xxx.xxx.xxx"
> }
>
> object Endpoint "master3" {
>    host= "xxx.xxx.xxx.xxx"
> }
>
> object Zone "master" {
>    endpoints = [ "master1","master2","master3"]
> }

I'm not sure if this impacts this, but there's a bug that only lets you
use 2 Endpoints for each zone. I wasn't able to find that bugreport, but
it might be a start to dial that config down to master1 and master2.

Best regards,
Stephan

_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to