From a95699631ffbb000d349d80059d36b7db0f169a4 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Sat, 28 Mar 2015 01:42:12 +0100 Subject: [PATCH] Fix missing whitespace in the documentation fixes #8889 Signed-off-by: Gunnar Beutner --- doc/18-migrating-from-icinga-1x.md | 2 +- doc/3-monitoring-basics.md | 4 ++-- doc/5-configuring-icinga-2.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/18-migrating-from-icinga-1x.md b/doc/18-migrating-from-icinga-1x.md index 20e22f437..538155ef0 100644 --- a/doc/18-migrating-from-icinga-1x.md +++ b/doc/18-migrating-from-icinga-1x.md @@ -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. ### Main Config File diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index 0a3703ada..52e0229d5 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -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 ### 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 diff --git a/doc/5-configuring-icinga-2.md b/doc/5-configuring-icinga-2.md index 054d23cf2..cbd3d8b25 100644 --- a/doc/5-configuring-icinga-2.md +++ b/doc/5-configuring-icinga-2.md @@ -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" -- 2.40.0