Fix missing whitespace in the documentation

fixes #8889

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Louis Sautier 2015-03-28 01:42:12 +01:00 committed by Gunnar Beutner
parent a245d64a0d
commit a95699631f
3 changed files with 4 additions and 4 deletions

View File

@ -738,7 +738,7 @@ included in `icinga2.conf` by default.
> **Note** > **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. > the [templates.conf](5-configuring-icinga-2.md#templates-conf) file.
### <a id="differences-1x-2-main-config"></a> Main Config File ### <a id="differences-1x-2-main-config"></a> Main Config File

View 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. defines a host dependency which acts implicitly as parent relation too.
Furthermore the host may be reachable but ping probes are dropped by the 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 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`. be suppressed. This is achieved by setting the `disable_checks` attribute to `true`.