fixes #10129
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
nrpe_timeout_unknown | **Optional.** Whether to set timeouts to unknown instead of critical state. Defaults to `false`.
nrpe_timeout | **Optional.** The timeout in seconds.
nrpe_arguments | **Optional.** Arguments that should be passed to the command. Multiple arguments must be defined as array.
+nrpe_ipv4 | **Optional.** Use IPv4 only.
+nrpe_ipv6 | **Optional.** Use IPv6 only.
## <a id="plugin-check-command-nscp"></a> nscp
repeat_key = false
order = 1
}
+ "-4" = {
+ set_if = "$nrpe_ipv4$"
+ description = "Use ipv4 only"
+ }
+ "-6" = {
+ set_if = "$nrpe_ipv6$"
+ description = "Use ipv6 only"
+ }
}
vars.nrpe_address = "$check_address$"