mirror of https://github.com/Icinga/icinga2.git
Fix missing whitespace in the documentation
fixes #8889 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
a245d64a0d
commit
a95699631f
|
@ -738,7 +738,7 @@ included in `icinga2.conf` by default.
|
|||
|
||||
> **Note**
|
||||
>
|
||||
> Add your own custom templates in the `conf.d`directory as well, e.g. inside
|
||||
> Add your own custom templates in the `conf.d/` directory as well, e.g. inside
|
||||
> the [templates.conf](5-configuring-icinga-2.md#templates-conf) file.
|
||||
|
||||
### <a id="differences-1x-2-main-config"></a> Main Config File
|
||||
|
|
|
@ -1556,7 +1556,7 @@ will fail in case the `dsl-router` host is down. Therefore the example below
|
|||
defines a host dependency which acts implicitly as parent relation too.
|
||||
|
||||
Furthermore the host may be reachable but ping probes are dropped by the
|
||||
router's firewall. In case the `dsl-router``ping4` service check fails, all
|
||||
router's firewall. In case the `dsl-router`'s `ping4` service check fails, all
|
||||
further checks for the `ping4` service on host `google-dns` service should
|
||||
be suppressed. This is achieved by setting the `disable_checks` attribute to `true`.
|
||||
|
||||
|
@ -1597,7 +1597,7 @@ be suppressed. This is achieved by setting the `disable_checks` attribute to `tr
|
|||
### <a id="dependencies-apply-custom-attributes"></a> Apply Dependencies based on Custom Attributes
|
||||
|
||||
You can use [apply rules](3-monitoring-basics.md#using-apply) to set parent or
|
||||
child attributes e.g. `parent_host_name`to other object's
|
||||
child attributes e.g. `parent_host_name` to other object's
|
||||
attributes.
|
||||
|
||||
A common example are virtual machines hosted on a master. The object
|
||||
|
|
|
@ -476,7 +476,7 @@ The `interval` attribute is not explicitly set - it [defaults to 30 minutes](6-o
|
|||
|
||||
By setting the `user_groups` to the value provided by the
|
||||
respective [host.vars.notification.mail](5-configuring-icinga-2.md#hosts-conf) attribute we'll
|
||||
implicitely use the`icingaadmins` UserGroup defined in [users.conf](5-configuring-icinga-2.md#users-conf).
|
||||
implicitely use the `icingaadmins` UserGroup defined in [users.conf](5-configuring-icinga-2.md#users-conf).
|
||||
|
||||
apply Notification "mail-icingaadmin" to Host {
|
||||
import "mail-host-notification"
|
||||
|
|
Loading…
Reference in New Issue