mirror of https://github.com/Icinga/icinga2.git
ITL: Missing documentation for nwc_health "mode" parameter
fixes #11107
This commit is contained in:
parent
d8b70f8ae1
commit
f15c40c569
|
@ -2013,9 +2013,10 @@ Custom attributes passed as [command parameters](3-monitoring-basics.md#command-
|
||||||
|
|
||||||
Name | Description
|
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_timeout | **Optional.** Seconds before plugin times out (default: 15)
|
||||||
nwc_health_blacklist | **Optional.** Blacklist some (missing/failed) components.
|
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_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_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).
|
nwc_health_protocol | **Optional.** The SNMP protocol to use (default: 2c, other possibilities: 1,3).
|
||||||
|
|
|
@ -509,7 +509,7 @@ object CheckCommand "nwc_health" {
|
||||||
}
|
}
|
||||||
"--mode" = {
|
"--mode" = {
|
||||||
value = "$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" = {
|
"--name" = {
|
||||||
value = "$nwc_health_name$"
|
value = "$nwc_health_name$"
|
||||||
|
|
Loading…
Reference in New Issue