]> granicus.if.org Git - icinga2/commitdiff
Docs: Fix missing default value for cluster-zone checks
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 9 Oct 2017 08:21:54 +0000 (10:21 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 9 Oct 2017 11:13:39 +0000 (13:13 +0200)
refs #5652

doc/10-icinga-template-library.md

index e0c6d6769062ff02093c558934a750f077cd47b1..e4801be5335c83a59f13a9ddcbe9d9e64e75f8d0 100644 (file)
@@ -91,11 +91,11 @@ Check command for the built-in `cluster-zone` check.
 
 Custom attributes passed as [command parameters](03-monitoring-basics.md#command-passing-parameters):
 
-Name                 | Description
----------------------|---------------
-cluster_zone         | **Required.** The zone name.
-cluster_lag_warning  | **Optional.** Warning threshold for log lag in seconds. Applies if the log lag is greater than the threshold.
-cluster_lag_critical | **Optional.** Critical threshold for log lag in seconds. Applies if the log lag is greater than the threshold.
+Name                   | Description
+-----------------------|---------------
+cluster\_zone          | **Required.** The zone name. Defaults to `$host.name$`.
+cluster\_lag\_warning  | **Optional.** Warning threshold for log lag in seconds. Applies if the log lag is greater than the threshold.
+cluster\_lag\_critical | **Optional.** Critical threshold for log lag in seconds. Applies if the log lag is greater than the threshold.
 
 ### ido <a id="itl-icinga-ido"></a>
 
@@ -105,8 +105,8 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
 
 Name         | Description
 -------------|---------------
-ido_type     | **Required.** The type of the IDO connection object. Can be either "IdoMysqlConnection" or "IdoPgsqlConnection".
-ido_name     | **Required.** The name of the IDO connection object.
+ido\_type    | **Required.** The type of the IDO connection object. Can be either "IdoMysqlConnection" or "IdoPgsqlConnection".
+ido\_name    | **Required.** The name of the IDO connection object.
 
 ### random <a id="itl-random"></a>