We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fb564 commit 05c92c8Copy full SHA for 05c92c8
1 file changed
doc/03-monitoring-basics.md
@@ -3097,6 +3097,12 @@ via the [REST API](12-icinga2-api.md#icinga2-api).
3097
> Reachability calculation depends on fresh and processed check results. If dependencies
3098
> disable checks for child objects, this won't work reliably.
3099
3100
+> **Note**
3101
+>
3102
+> The parent of a dependency can have a parent itself and so on. The nesting depth of
3103
+> dependencies is currently limited to 256 which should be more than enough for any practical
3104
+> use. This is an implementation detail and may change in the future.
3105
+
3106
### Implicit Dependencies for Services on Host <a id="dependencies-implicit-host-service"></a>
3107
3108
Icinga 2 automatically adds an implicit dependency for services on their host. That way
0 commit comments