mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5653 from Icinga/fix/docs-manubulon-nocrypt-default-value
Docs: Fix default value for `snmp_nocrypt` for Manubulon CheckCommand definitions
This commit is contained in:
commit
371d430864
|
@ -1908,7 +1908,7 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
|
||||||
Name | Description
|
Name | Description
|
||||||
------------------------|--------------
|
------------------------|--------------
|
||||||
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
||||||
snmp_nocrypt | **Optional.** Define SNMP encryption. If set, **snmp_v3** needs to be set. Defaults to false.
|
snmp_nocrypt | **Optional.** Define SNMP encryption. If set to `false`, `snmp_v3` needs to be enabled. Defaults to `true` (no encryption).
|
||||||
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
||||||
snmp_port | **Optional.** The SNMP port connection.
|
snmp_port | **Optional.** The SNMP port connection.
|
||||||
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
||||||
|
@ -1935,7 +1935,7 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
|
||||||
Name | Description
|
Name | Description
|
||||||
------------------------|--------------
|
------------------------|--------------
|
||||||
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
||||||
snmp_nocrypt | **Optional.** Define SNMP encryption. If set, **snmp_v3** needs to be set. Defaults to false.
|
snmp_nocrypt | **Optional.** Define SNMP encryption. If set to `false`, `snmp_v3` needs to be enabled. Defaults to `true` (no encryption).
|
||||||
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
||||||
snmp_port | **Optional.** The SNMP port connection.
|
snmp_port | **Optional.** The SNMP port connection.
|
||||||
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
||||||
|
@ -1961,7 +1961,7 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
|
||||||
Name | Description
|
Name | Description
|
||||||
------------------------|--------------
|
------------------------|--------------
|
||||||
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
||||||
snmp_nocrypt | **Optional.** Define SNMP encryption. If set, **snmp_v3** needs to be set. Defaults to false.
|
snmp_nocrypt | **Optional.** Define SNMP encryption. If set to `false`, `snmp_v3` needs to be enabled. Defaults to `true` (no encryption).
|
||||||
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
||||||
snmp_port | **Optional.** The SNMP port connection.
|
snmp_port | **Optional.** The SNMP port connection.
|
||||||
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
||||||
|
@ -1988,7 +1988,7 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
|
||||||
Name | Description
|
Name | Description
|
||||||
------------------------|--------------
|
------------------------|--------------
|
||||||
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
||||||
snmp_nocrypt | **Optional.** Define SNMP encryption. If set, **snmp_v3** needs to be set. Defaults to false.
|
snmp_nocrypt | **Optional.** Define SNMP encryption. If set to `false`, `snmp_v3` needs to be enabled. Defaults to `true` (no encryption).
|
||||||
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
||||||
snmp_port | **Optional.** The SNMP port connection.
|
snmp_port | **Optional.** The SNMP port connection.
|
||||||
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
||||||
|
@ -2014,7 +2014,7 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
|
||||||
Name | Description
|
Name | Description
|
||||||
----------------------------|--------------
|
----------------------------|--------------
|
||||||
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
||||||
snmp_nocrypt | **Optional.** Define SNMP encryption. If set, **snmp_v3** needs to be set. Defaults to false.
|
snmp_nocrypt | **Optional.** Define SNMP encryption. If set to `false`, `snmp_v3` needs to be enabled. Defaults to `true` (no encryption).
|
||||||
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
||||||
snmp_port | **Optional.** The SNMP port connection.
|
snmp_port | **Optional.** The SNMP port connection.
|
||||||
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
||||||
|
@ -2054,7 +2054,7 @@ Custom attributes passed as [command parameters](03-monitoring-basics.md#command
|
||||||
Name | Description
|
Name | Description
|
||||||
---------------------------|--------------
|
---------------------------|--------------
|
||||||
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
snmp_address | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
|
||||||
snmp_nocrypt | **Optional.** Define SNMP encryption. If set, **snmp_v3** needs to be set. Defaults to false.
|
snmp_nocrypt | **Optional.** Define SNMP encryption. If set to `false`, `snmp_v3` needs to be enabled. Defaults to `true` (no encryption).
|
||||||
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
snmp_community | **Optional.** The SNMP community. Defaults to "public".
|
||||||
snmp_port | **Optional.** The SNMP port connection.
|
snmp_port | **Optional.** The SNMP port connection.
|
||||||
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
snmp_v2 | **Optional.** SNMP version to 2c. Defaults to false.
|
||||||
|
|
Loading…
Reference in New Issue