From: Michael Friedrich Date: Fri, 12 Oct 2018 08:49:03 +0000 (+0200) Subject: Add a note to the docs on >2 endpoints in a zone X-Git-Tag: v2.10.1~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bec6cc4621dd98c5c8775489304115ed4c76a8d2;p=icinga2 Add a note to the docs on >2 endpoints in a zone This is missing, I cannot remember how it went away. Questions are coming frequently recently. --- diff --git a/doc/06-distributed-monitoring.md b/doc/06-distributed-monitoring.md index bccac1fe9..8bd68d9ff 100644 --- a/doc/06-distributed-monitoring.md +++ b/doc/06-distributed-monitoring.md @@ -109,6 +109,12 @@ information, e.g. if the master should actively try to connect to a client. The zone membership is defined inside the `Zone` object definition using the `endpoints` attribute with an array of `Endpoint` names. +> **Note** +> +> There is a known [problem](https://github.com/Icinga/icinga2/issues/3533) +> with >2 endpoints in a zone and a message routing loop. +> The config validation will log a warning to let you know about this too. + If you want to check the availability (e.g. ping checks) of the node you still need a [Host](09-object-types.md#objecttype-host) object.