Skip to content

Commit 9601468

Browse files
committed
Document current dependency recursion limit
1 parent 63e9ef5 commit 9601468

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/03-monitoring-basics.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3097,6 +3097,12 @@ via the [REST API](12-icinga2-api.md#icinga2-api).
30973097
> Reachability calculation depends on fresh and processed check results. If dependencies
30983098
> disable checks for child objects, this won't work reliably.
30993099
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+
31003106
### Implicit Dependencies for Services on Host <a id="dependencies-implicit-host-service"></a>
31013107

31023108
Icinga 2 automatically adds an implicit dependency for services on their host. That way

0 commit comments

Comments
 (0)