New host won't appear in GUI

Icinga2 - 2.11.11-1
Icingaweb2 - 2.8.5
Director - 1.8,1

I added a host ( non-agent ) in the director and deplyment was through. But the host won’t show up in the GUI. I only see the host config. Zone is satellite and agent “No”
“icinga2 object list --type Host” shows the host object.

I don’t know what I’m missing here. Please advise. Thanks

object Host "dc1host1" {
    display_name = "dc1host1"
    address = "10.x.x.x"
    check_command = "hostalive"
    zone = "satellite"
    groups = [ "dc1a" ]
}


Thanks

Maybe a role in icingaweb2 is filtering and thus not showing the host?

Do you get notifications for the host by setting a wrong address for example?

In the debug log I see this notification for that host.

this endpoint does not have the authority ( paused=true). Skipping.

I checked on the authoritative master where I don’t see any message for this host.

So he thinks, that he is a secondary node in a zone?!
Do you have other nodes in this zone? My guess, is a error in the zones.conf.

There are many hosts in the satellite zone. I added couple more hosts and they won’t show up as well.

Icinga allows a maximum of 2 endpoints per zone!

I know that. These hosts are using satellite for running checks on them.

Sounds like have added them to the satellite zone only. If so, your master don’t know them and they will never presented in the GUI.