]> granicus.if.org Git - icinga2/commitdiff
Fix default port for NRPE in the documentation
authorLennart Betz <lennart.betz@netways.de>
Mon, 6 Jul 2015 09:34:09 +0000 (11:34 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 6 Jul 2015 14:10:33 +0000 (16:10 +0200)
fixes #9522

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
doc/7-icinga-template-library.md

index 4f0ee75041a45200461a97c3def2cb7824f14d51..75ad81851c6ce21161b3d28a65d324624e11c01b 100644 (file)
@@ -496,7 +496,7 @@ Custom attributes passed as [command parameters](3-monitoring-basics.md#command-
 Name            | Description
 ----------------|--------------
 nrpe_address    | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise.
-nrpe_port       | **Optional.** The NRPE port. Defaults to 5668.
+nrpe_port       | **Optional.** The NRPE port. Defaults to 5666.
 nrpe_command    | **Optional.** The command that should be executed.
 nrpe_no_ssl     | **Optional.** Whether to disable SSL or not. Defaults to `false`.
 nrpe_timeout_unknown | **Optional.** Whether to set timeouts to unknown instead of critical state. Defaults to `false`.