]> granicus.if.org Git - icinga2/commitdiff
Update documentation links
authorGunnar Beutner <gunnar@beutner.name>
Fri, 13 Feb 2015 19:56:37 +0000 (20:56 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Fri, 13 Feb 2015 19:56:37 +0000 (20:56 +0100)
doc/12-livestatus.md
doc/3-monitoring-basics.md
doc/4-advanced-topics.md
doc/9-monitoring-remote-systems.md

index 6b364497e1b706d5299e1472b8b33ea71508ad7e..c62da092329a5f5df330815ea0c1ec6d6891f4cd 100644 (file)
@@ -16,7 +16,7 @@ re-implementation of the Livestatus protocol which is compatible with MK
 Livestatus.
 
 Details on the available tables and attributes with Icinga 2 can be found
-in the [Livestatus Schema](19-apendix.md#schema-livestatus) section.
+in the [Livestatus Schema](19-appendix.md#schema-livestatus) section.
 
 You can enable Livestatus using icinga2 feature enable:
 
@@ -92,7 +92,7 @@ Example using the tcp socket listening on port `6558`:
 
 ### <a id="livestatus-command-queries"></a> Livestatus COMMAND Queries
 
-A list of available external commands and their parameters can be found [here](19-apendix.md#external-commands-list-detail)
+A list of available external commands and their parameters can be found [here](19-appendix.md#external-commands-list-detail)
 
     $ echo -e 'COMMAND <externalcommandstring>' | netcat 127.0.0.1 6558
 
@@ -190,5 +190,5 @@ Default separators.
 
 The `commands` table is populated with `CheckCommand`, `EventCommand` and `NotificationCommand` objects.
 
-A detailed list on the available table attributes can be found in the [Livestatus Schema documentation](19-apendix.md#schema-livestatus).
+A detailed list on the available table attributes can be found in the [Livestatus Schema documentation](19-appendix.md#schema-livestatus).
 
index 9ef9b31ecb9ed7811a25a06c2b3d606b6fdca426..5ee3107cd2a4fccac2491402caf36e4f5cabeb80 100644 (file)
@@ -1430,7 +1430,7 @@ Rephrased: If the parent service object changes into the `Warning` state, this
 dependency will fail and render all child objects (hosts or services) unreachable.
 
 You can determine the child's reachability by querying the `is_reachable` attribute
-in for example [DB IDO](19-apendix.md#schema-db-ido-extensions).
+in for example [DB IDO](19-appendix.md#schema-db-ido-extensions).
 
 ### <a id="dependencies-implicit-host-service"></a> Implicit Dependencies for Services on Host
 
index e7fa23b5a17ece85363c7ee01dbc1ff541c4dcc9..bf242bb113add3cc514699c6f87645e2c9a4fef3 100644 (file)
@@ -273,7 +273,7 @@ a forced service check:
     Oct 17 15:01:25 icinga-server icinga2: Executing external command: [1382014885] SCHEDULE_FORCED_SVC_CHECK;localhost;ping4;1382014885
     Oct 17 15:01:25 icinga-server icinga2: Rescheduling next check for service 'ping4'
 
-A list of currently supported external commands can be found [here](19-apendix.md#external-commands-list-detail).
+A list of currently supported external commands can be found [here](19-appendix.md#external-commands-list-detail).
 
 Detailed information on the commands and their required parameters can be found
 on the [Icinga 1.x documentation](http://docs.icinga.org/latest/en/extcommands2.html).
@@ -610,7 +610,7 @@ Example for PostgreSQL:
     (1 Zeile)
 
 
-A detailed list on the available table attributes can be found in the [DB IDO Schema documentation](19-apendix.md#schema-db-ido).
+A detailed list on the available table attributes can be found in the [DB IDO Schema documentation](19-appendix.md#schema-db-ido).
 
 
 ## <a id="check-result-files"></a> Check Result Files
index c7fc0dbce05bfb2c138e0ffaf1d6d97df28faee5..92d65c11ce984b84fe8dd0869d7be1cbaaa48e81 100644 (file)
@@ -789,7 +789,7 @@ SNMP Traps can be received and filtered by using [SNMPTT](http://snmptt.sourcefo
 and specific trap handlers passing the check results to Icinga 2.
 
 Following the SNMPTT [Format](http://snmptt.sourceforge.net/docs/snmptt.shtml#SNMPTT.CONF-FORMAT)
-documentation and the Icinga external command syntax found [here](19-apendix.md#external-commands-list-detail)
+documentation and the Icinga external command syntax found [here](19-appendix.md#external-commands-list-detail)
 we can create generic services that can accommodate any number of hosts for a given scenario.
 
 #### <a id="simple-traps"></a> Simple SNMP Traps