mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Documentation: Add note on dependencies and inherits parents.
Fixes #5742
This commit is contained in:
parent
ac35eadc8d
commit
fe1f798858
@ -385,6 +385,8 @@ inline definitions in an existing service object or service inline definition.
|
|||||||
|
|
||||||
A service can depend on a host, and vice versa. A service has an implicit dependency (parent)
|
A service can depend on a host, and vice versa. A service has an implicit dependency (parent)
|
||||||
to its host. A host to host dependency acts implicit as host parent relation.
|
to its host. A host to host dependency acts implicit as host parent relation.
|
||||||
|
When dependencies are calculated, not only the immediate parent is taken into
|
||||||
|
account but all parents are inherited.
|
||||||
|
|
||||||
A common scenario is the Icinga 2 server behind a router. Checking internet
|
A common scenario is the Icinga 2 server behind a router. Checking internet
|
||||||
access by pinging the Google DNS server `google-dns` is a common method, but
|
access by pinging the Google DNS server `google-dns` is a common method, but
|
||||||
|
Loading…
x
Reference in New Issue
Block a user