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 datacenter-1 zone endpoint just fine, and i see the results relayed to the master. that part all works fine / as expected.
when my configs are updated, it makes it out from the master to the datacenter-1 zone and i see the updated configs. adding services / hosts works fine and it shows up immediately on both the ui for the master and datacenter-1. cool.
when i remove services / hosts, it makes it out from the master to the datacenter-1 zone and i see the updated configs (host / service is removed). datacenter-1 endpoint ui no longer shows the service / host as expected. however the master ui, still shows the host/service (which is not actively checked anymore since its removed from the satellite zone). is there a step i am missing that would reflect the removal of host/serices on the master ui?
thank you
_______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users