Re: [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

Re: [Nagios-devel] minor typo in state_retention_file description

Post by Guest »


Michael Friedrich wrote:
> 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
>

Thanks Michael! I'll get this in CVS in the next day or so.

Ethan Galstad
Father of Nagios
___
Email: [email protected]|com
Web: www.nagios.com





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