[icinga-users] ha/distributed cluster best practice

2016-08-01 Thread sesame bagel
i am setting up a icinga2 cluster to be distributed across two datacenters dc1 and dc2 and each has 2 endpoints.   i'd like to be able to see both datacenters in one place. so is there a 'prefered recommendation' to set up a new zone (ie, 'master') with two endpoints and have it be the parent zon

[icinga-users] icinga2 parent not updated when host/services are removed

2016-08-04 Thread sesame bagel
hello,   i currently have a icinga2 environment with 2 zones:   object Zone "master"{   endpoints = ["icinga-master"] }   object Zone "datacenter-1" {   endpoints = ["icinga-datacenter-1"]   parent = "master" }   the configs generate correctly via the master and pushes it out to datace