[Nagios-devel] minor typo in state_retention_file description

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] minor typo in state_retention_file description

Post by Guest »

Hi,

just stumbled around in the Icinga cfgs and this typo exists in Nagios
cfgs too. git diff below fixes that.

Kind regards,
Michael



diff --git a/sample-config/nagios.cfg.in b/sample-config/nagios.cfg.in
index a67143b..ff7ad3b 100644
--- a/sample-config/nagios.cfg.in
+++ b/sample-config/nagios.cfg.in
@@ -634,7 +634,7 @@ retain_state_information=1
# service state information before it shuts down. The state
# information in this file is also read immediately prior to
# starting to monitor the network when Nagios is restarted.
-# This file is used only if the preserve_state_information
+# This file is used only if the retain_state_information
# variable is set to 1.

state_retention_file=@localstatedir@/retention.dat

--
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email: [email protected]
phone: +43 1 4277 14359
fax: +43 1 4277 14279
web: http://www.univie.ac.at/zid

Icinga Core& IDOUtils Developer
http://www.icinga.org






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked