mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-24 10:17:59 +02:00
Document current dependency recursion limit
This commit is contained in:
parent
63e9ef58ba
commit
9601468674
@ -3097,6 +3097,12 @@ via the [REST API](12-icinga2-api.md#icinga2-api).
|
|||||||
> Reachability calculation depends on fresh and processed check results. If dependencies
|
> Reachability calculation depends on fresh and processed check results. If dependencies
|
||||||
> disable checks for child objects, this won't work reliably.
|
> disable checks for child objects, this won't work reliably.
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> The parent of a dependency can have a parent itself and so on. The nesting depth of
|
||||||
|
> dependencies is currently limited to 256 which should be more than enough for any practical
|
||||||
|
> use. This is an implementation detail and may change in the future.
|
||||||
|
|
||||||
### Implicit Dependencies for Services on Host <a id="dependencies-implicit-host-service"></a>
|
### Implicit Dependencies for Services on Host <a id="dependencies-implicit-host-service"></a>
|
||||||
|
|
||||||
Icinga 2 automatically adds an implicit dependency for services on their host. That way
|
Icinga 2 automatically adds an implicit dependency for services on their host. That way
|
||||||
|
Loading…
x
Reference in New Issue
Block a user