From eaf2ab7daafe999c3dfcc6c7c19a6f2f9795976b Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Mon, 6 Jul 2015 11:34:09 +0200 Subject: [PATCH] Fix default port for NRPE in the documentation fixes #9522 Signed-off-by: Michael Friedrich --- doc/7-icinga-template-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/7-icinga-template-library.md b/doc/7-icinga-template-library.md index 53d213a90..72957deb2 100644 --- a/doc/7-icinga-template-library.md +++ b/doc/7-icinga-template-library.md @@ -462,7 +462,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`. -- 2.40.0