Hello everybody,
in my configuration is one master and two satellites, each satellite check one place.
When I check something with my master everything is ok, but when i check something with one of the satellite, it doesn’t check something… what can I do?
OS: Ubuntu 20.04.1 LTS
Version Icinga-Master: r.2.11.4-1
Version Icinga-Satellite: r.2.11.4-1
Config Master:
object Endpoint "icinga2-master01" {\
}
object Zone "master" {\
endpoints = [ "icinga2-master01" ]\
}
object Endpoint "icinga2-satellite01.localdomain" {\
host = "icinga2-satellite01.localdomain"\
port = "5665"\
}
object Endpoint "icinga2-satellite51.localdomain" {\
host = "icinga2-satellite51.localdomain"\
port = "5665"\
}
object Zone "satellite-sme" {\
endpoints = [ "icinga2-satellite01.localdomain" ]\
parent = "master"\
}
object Zone "satellite-lue" {\
endpoints = [ "icinga2-satellite51.localdomain" ]\
parent = "master"\
}
object Zone "global-templates" {\
global = true\
}
object Zone "director-global" {\
global = true\
}
Config Satellite01:
object Endpoint "icinga2-master01.localdomain" {\
host = "icinga2-master01.localdomain"\
port = "5665"\
}
object Zone "master" {\
endpoints = [ "icinga2-master01.localdomain" ]\
}
object Endpoint "icinga2-satellite01.localdomain" {\
host = "icinga2-satellite01.localdomain"\
port = "5665"\
}
object Zone "satellite-sme" {\
endpoints = [ "icinga2-satellite01.localdomain" ]\
parent = "master"\
}
object Zone "global-templates" {\
global = true\
}
object Zone "director-global" {\
global = true\
}
Config Satellite51:
object Endpoint "icinga2-master01.localdomain" {\
host = "icinga2-master01.localdomain"\
port = "5665"\
}
object Zone "master" {\
endpoints = [ "icinga2-master01.localdomain" ]\
}
object Endpoint "icinga2-satellite51.localdomain" {\
host = "icinga-satellite51.localdomain"\
port = "5665"\
}
object Zone "satellite-lue" {\
endpoints = [ "icinga2-satellite51.localdomain" ]\
parent = "master"\
}
object Zone "global-templates" {\
global = true\
}
object Zone "director-global" {\
global = true\
}
I hope that somebody can help me…
Greetings