mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Docs: Fix missing default value for cluster-zone checks
This commit is contained in:
parent
102c1823e5
commit
6c83da6945
@ -92,10 +92,10 @@ Check command for the built-in `cluster-zone` check.
|
|||||||
Custom attributes passed as [command parameters](03-monitoring-basics.md#command-passing-parameters):
|
Custom attributes passed as [command parameters](03-monitoring-basics.md#command-passing-parameters):
|
||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
---------------------|---------------
|
-----------------------|---------------
|
||||||
cluster_zone | **Required.** The zone name.
|
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\_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.
|
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>
|
### ido <a id="itl-icinga-ido"></a>
|
||||||
|
|
||||||
@ -105,8 +105,8 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
|
|||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
-------------|---------------
|
-------------|---------------
|
||||||
ido_type | **Required.** The type of the IDO connection object. Can be either "IdoMysqlConnection" or "IdoPgsqlConnection".
|
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\_name | **Required.** The name of the IDO connection object.
|
||||||
|
|
||||||
### random <a id="itl-random"></a>
|
### random <a id="itl-random"></a>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user