ITL: Missing documentation for nwc_health "mode" parameter

fixes #11107
This commit is contained in:
Michael Friedrich 2016-03-15 15:44:17 +01:00
parent ba989f4802
commit 23295351f3
2 changed files with 3 additions and 2 deletions

View File

@ -1995,9 +1995,10 @@ Custom attributes passed as [command parameters](3-monitoring-basics.md#command-
Name | Description
--------------------------------|---------------------------------------------------------
nwc_health_hostname | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
nwc_health_mode | **Optional.** The plugin mode. A list of all available modes can be found in the [plugin documentation](https://labs.consol.de/nagios/check_nwc_health/index.html).
nwc_health_timeout | **Optional.** Seconds before plugin times out (default: 15)
nwc_health_blacklist | **Optional.** Blacklist some (missing/failed) components.
nwc_health_hostname | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
nwc_health_port | **Optional.** The SNMP port to use (default: 161).
nwc_health_domain | **Optional.** The transport domain to use (default: udp/ipv4, other possible values: udp6, udp/ipv6, tcp, tcp4, tcp/ipv4, tcp6, tcp/ipv6).
nwc_health_protocol | **Optional.** The SNMP protocol to use (default: 2c, other possibilities: 1,3).

View File

@ -509,7 +509,7 @@ object CheckCommand "nwc_health" {
}
"--mode" = {
value = "$nwc_health_mode$"
description = "A keyword which tells the plugin what to do"
description = "Which mode should be executed. A list of all available modes can be found in the plugin documentation"
}
"--name" = {
value = "$nwc_health_name$"