Hi
I had working system, but after upgrade to r2.12.1-1 my configuration iás not valid.
Trying to solve this problem, I used
vim /etc/icinga2/zones.conf
object Zone "master" { endpoints = [ "icinga2-master1.localdomain", "icinga2-master2.localdomain" ] } object Zone "satellite" { endpoints = [ "icinga2-satellite1.localdomain", "icinga2-satellite1.localdomain" ] }
(from icinga doc) as template, my record in zones.conf is
object Zone “master” {
endpoints = [“comp1”, “comp2”, “comp3”]
}
running icinga2 daemon -C
the response is warning/Zone: The Zone object “master” has more than two endpoints …
My site is flat, one net with one ofiice, so no satellites, 8 devices
How to solve this, please
Thanks Mike