From: Lennart Betz Date: Mon, 6 Jul 2015 09:34:09 +0000 (+0200) Subject: Fix default port for NRPE in the documentation X-Git-Tag: v2.4.0~542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=451992f0bb6a9597da211b36e8db2796163a6a71;p=icinga2 Fix default port for NRPE in the documentation fixes #9522 Signed-off-by: Michael Friedrich --- diff --git a/doc/7-icinga-template-library.md b/doc/7-icinga-template-library.md index 4f0ee7504..75ad81851 100644 --- a/doc/7-icinga-template-library.md +++ b/doc/7-icinga-template-library.md @@ -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`.