Skip to content
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5652 from Icinga/fix/docs-cluster-zone
Browse files Browse the repository at this point in the history
Docs: Fix missing default value for cluster-zone checks
  • Loading branch information
Michael Friedrich authored Oct 9, 2017
2 parents 3241edf + 82364ac commit e615167
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/10-icinga-template-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>

Expand Down

0 comments on commit e615167

Please sign in to comment.