Hello,
I need some help, I took a wrong turn somewhere.
I have a HA Master Setup with one Satellite and tried to connect an Agent to the Satellite. So I ran the node wizard and signed the certificate by the master. Then I configured the zones.conf on the Master and Satellite, that they both know about their new Agent. With the configured zones.conf I ran the Kickstart Assistant and thereby added a new Endpoint and Zone.
With this config the Agent ran his own checks, but only if I havnt set the field “run on agent” for the services.
It seems more like a new Satellite connected to the old Satellite as parent.
Does the Agent even get his own zone in Icingaweb?
I added this part to the Master and Satellite zones.conf for the agent:
object Endpoint "icinga-agent" {
host = "<ipadress>"
}
object Zone "agent-zone" {
endpoints = [ "icinga-agent" ]
parent = "icinga-satellite"
}
Do I need to create Cluster Zones? Or how could I get running Agent connected to the Satellite?
Thank you in advance!
Aaron