]> granicus.if.org Git - icinga2/commitdiff
Docs: Fix formatting issues and broken URLs 5336/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Wed, 7 Jun 2017 12:27:28 +0000 (14:27 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 7 Jun 2017 12:27:28 +0000 (14:27 +0200)
doc/13-addons.md
doc/18-library-reference.md
doc/23-appendix.md
doc/3-monitoring-basics.md
doc/4-configuring-icinga-2.md
doc/9-object-types.md

index 4c7bfba7a0d08663b06ba26eb098bf3f729956f9..42ec0658b961d6d79aba208ee64ba84f8f63518c 100644 (file)
@@ -108,7 +108,7 @@ More details can be found in [this blog post](https://www.icinga.com/2014/12/02/
 
 There's a variety of resources available, for example different notification scripts such as:
 
-* E-Mail ([examples](3-monitoring-basics.md#notifications) provided)
+* E-Mail ([examples](3-monitoring-basics.md#alert-notifications) provided)
 * SMS
 * Pager (XMPP, etc.)
 * Twitter
index 4c82ab4c1611fff0fd33fa9155b298b251c5144a..9a545cfaa2203abc7c03ad094cb13976034b0d14 100644 (file)
@@ -1246,7 +1246,7 @@ Signature:
 
 Returns a list of keys for all items that are currently in the dictionary.
 
-### <a id="dictionary-keys"></a> Dictionary#values
+### <a id="dictionary-values"></a> Dictionary#values
 
 Signature:
 
index 902a29f7c1f6a851e161989e1dab0d1f739db965..568c71c1676c2a3a9d193bb765369232b8722a04 100644 (file)
@@ -692,16 +692,16 @@ Not supported: `debug_info`.
 
 #### <a id="schema-livestatus-hostsbygroup-table-attributes"></a> Livestatus Hostsbygroup Table Attributes
 
-All [hosts](19-appendix.md#schema-livestatus-hosts-table-attributes) table attributes grouped with
-the [hostgroups](19-appendix.md#schema-livestatus-hostgroups-table-attributes) table prefixed with `hostgroup_`.
+All [hosts](23-appendix.md#schema-livestatus-hosts-table-attributes) table attributes grouped with
+the [hostgroups](23-appendix.md#schema-livestatus-hostgroups-table-attributes) table prefixed with `hostgroup_`.
 
 #### <a id="schema-livestatus-servicesbygroup-table-attributes"></a> Livestatus Servicesbygroup Table Attributes
 
-All [services](19-appendix.md#schema-livestatus-services-table-attributes) table attributes grouped with
-the [servicegroups](19-appendix.md#schema-livestatus-servicegroups-table-attributes) table prefixed with `servicegroup_`.
+All [services](23-appendix.md#schema-livestatus-services-table-attributes) table attributes grouped with
+the [servicegroups](23-appendix.md#schema-livestatus-servicegroups-table-attributes) table prefixed with `servicegroup_`.
 
 #### <a id="schema-livestatus-servicesbyhostgroup-table-attributes"></a> Livestatus Servicesbyhostgroup Table Attributes
 
-All [services](19-appendix.md#schema-livestatus-services-table-attributes) table attributes grouped with
-the [hostgroups](19-appendix.md#schema-livestatus-hostgroups-table-attributes) table prefixed with `hostgroup_`.
+All [services](23-appendix.md#schema-livestatus-services-table-attributes) table attributes grouped with
+the [hostgroups](23-appendix.md#schema-livestatus-hostgroups-table-attributes) table prefixed with `hostgroup_`.
 
index ac7eb5bcb95ba70317056a80a0c908e9b8c17e70..087b3acdf9cb2b7d335161f1b268867434137477 100644 (file)
@@ -1021,7 +1021,7 @@ or with the `test_server` attribute set to `true` are **not** added to this grou
 Details on the `assign where` syntax can be found in the
 [Language Reference](17-language-reference.md#apply).
 
-## <a id="notifications"></a> Notifications
+## <a id="alert-notifications"></a> Notifications
 
 Notifications for service and host problems are an integral part of your
 monitoring setup.
@@ -1057,10 +1057,8 @@ object, notifications for all states and types will be sent.
 
 Details on troubleshooting notification problems can be found [here](15-troubleshooting.md#troubleshooting).
 
-> **Note**
->
-> Make sure that the [notification](11-cli-commands.md#enable-features) feature is enabled
-> in order to execute notification commands.
+**Note**: Make sure that the [notification](11-cli-commands.md#enable-features) feature is enabled
+in order to execute notification commands.
 
 You should choose which information you (and your notified users) are interested in
 case of emergency, and also which information does not provide any value to you and
@@ -1102,10 +1100,8 @@ Instead of assigning users to notifications, you can also add the `user_groups`
 attribute with a list of user groups to the `Notification` object. Icinga 2 will
 send notifications to all group members.
 
-> **Note**
->
-> Only users who have been notified of a problem before  (`Warning`, `Critical`, `Unknown`
-> states for services, `Down` for hosts) will receive `Recovery` notifications.
+**Note**: Only users who have been notified of a problem before  (`Warning`, `Critical`, `Unknown`
+states for services, `Down` for hosts) will receive `Recovery` notifications.
 
 ### <a id="notification-escalations"></a> Notification Escalations
 
index 9c595bba373722e7725147284795dfdc1c817460..069275c8f1aff001b14daf554e8a45da306aecee 100644 (file)
@@ -294,7 +294,7 @@ in [services.conf](4-configuring-icinga-2.md#services-conf).
 * define disks (all, specific `/`) and their attributes for the `disk`
 service apply rule defined in [services.conf](4-configuring-icinga-2.md#services-conf).
 * define notification types (`mail`) and set the groups attribute. This
-will be used by notification apply rules in [notifications.conf](notifications-conf).
+will be used by notification apply rules in [notifications.conf](4-configuring-icinga-2.md#notifications-conf).
 
 If you've installed [Icinga Web 2](2-getting-started.md#setting-up-icingaweb2), you can
 uncomment the http vhost attributes and reload Icinga 2. The apply
@@ -562,7 +562,7 @@ implicitely use the `icingaadmins` UserGroup defined in [users.conf](4-configuri
     }
 
 More details on defining notifications and their additional attributes such as
-filters can be read in [this chapter](3-monitoring-basics.md#notifications).
+filters can be read in [this chapter](3-monitoring-basics.md#alert-notifications).
 
 #### <a id="commands-conf"></a> commands.conf
 
index 1a8e1123edad5fcf99dc6ce7fc938ab9153d199c..f0578574569e262b8202617e5e4a63ef819bece2 100644 (file)
@@ -1018,7 +1018,7 @@ of host and service state changes and other events.
 > usually easier to just create a `Notification` template and use the `apply` keyword
 > to assign the notification to a number of hosts or services. Use the `to` keyword
 > to set the specific target type for `Host` or `Service`.
-> Check the [notifications](3-monitoring-basics.md#notifications) chapter for detailed examples.
+> Check the [notifications](3-monitoring-basics.md#alert-notifications) chapter for detailed examples.
 
 Example: