Hi,
I was able to find an answer for this question:
1) I am not sure where I should place the ping4/6 checks. I want the
master to ping all hosts with address/address6 entries. I tried to add
these checks inside the master zone folder. The checks show up in
icingaweb2, but they are not sheduled and still waiting.
I made an error in the configuration. The docs say in "6.9.3. Top Down
Config Sync" that the Host definition on the master should look like
this:
object Host "icinga2-client1.localdomain" {
check_command = "hostalive"
address = "192.168.56.111"
zone = "master" //optional trick: sync the required host object to the
client, but enforce the "master" zone to execute the check
}
I did not set zone = "master", but I wanted the master zone to execute
the check. This could not work, I needed to add this line.
I'm now trying to optimize some parts of my configuration, then I'll be
able to add more Hosts to the monitoring.
Also need to check how I can detect if icinga is acutally down on the
satellites.
Regards,
Volker
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users