]> granicus.if.org Git - icinga2/commitdiff
Remove duplicated text in section "Apply Notifications to Hosts and Services"
authorSiyalrach Anton Thomas <sat@level8.dk>
Thu, 13 Aug 2015 10:51:01 +0000 (12:51 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 13 Oct 2015 07:54:23 +0000 (09:54 +0200)
fixes #10350

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
doc/3-monitoring-basics.md

index 33963f8eacd882ba2c3d452a08efa2bd7460e8ed..e9ee70432779caa9fcf83719c62effeaf0534644 100644 (file)
@@ -511,8 +511,6 @@ The notification is ignored for services whose host name ends with `*internal`
       ignore where match("*internal", host.name) || (service.vars.priority < 2 && host.vars.is_clustered == true)
     }
 
-
-
 ### <a id="using-apply-services"></a> Apply Services to Hosts
 
 The sample configuration already includes a detailed example in [hosts.conf](4-configuring-icinga-2.md#hosts-conf)
@@ -609,35 +607,6 @@ The sample configuration includes an example in [downtimes.conf](4-configuring-i
 Detailed examples can be found in the [recurring downtimes](5-advanced-topics.md#recurring-downtimes) chapter.
 
 
-### <a id="using-apply-for"></a> Using Apply For Rules
-
-Next to the standard way of using [apply rules](3-monitoring-basics.md#using-apply)
-there is the requirement of generating apply rules objects based on set (array or
-dictionary).
-
-The sample configuration already includes a detailed example in [hosts.conf](4-configuring-icinga-2.md#hosts-conf)
-and [services.conf](4-configuring-icinga-2.md#services-conf) for this use case.
-
-Take the following example: A host provides the snmp oids for different service check
-types. This could look like the following example:
-
-
-      user_groups = [ "noc" ]
-
-      assign where host.vars.notification.mail
-
-
-### <a id="using-apply-dependencies"></a> Apply Dependencies to Hosts and Services
-
-Detailed examples can be found in the [dependencies](3-monitoring-basics.md#dependencies) chapter.
-
-### <a id="using-apply-scheduledowntimes"></a> Apply Recurring Downtimes to Hosts and Services
-
-The sample configuration includes an example in [downtimes.conf](4-configuring-icinga-2.md#downtimes-conf).
-
-Detailed examples can be found in the [recurring downtimes](5-advanced-topics.md#recurring-downtimes) chapter.
-
-
 ### <a id="using-apply-for"></a> Using Apply For Rules
 
 Next to the standard way of using [apply rules](3-monitoring-basics.md#using-apply)