From: Siyalrach Anton Thomas Date: Thu, 13 Aug 2015 10:51:01 +0000 (+0200) Subject: Remove duplicated text in section "Apply Notifications to Hosts and Services" X-Git-Tag: v2.4.0~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5196c7cb3bbf39905a3f774151e1cf633101f2a;p=icinga2 Remove duplicated text in section "Apply Notifications to Hosts and Services" fixes #10350 Signed-off-by: Gunnar Beutner --- diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index 33963f8ea..e9ee70432 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -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) } - - ### 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. -### 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 - - -### Apply Dependencies to Hosts and Services - -Detailed examples can be found in the [dependencies](3-monitoring-basics.md#dependencies) chapter. - -### 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. - - ### Using Apply For Rules Next to the standard way of using [apply rules](3-monitoring-basics.md#using-apply)