Page 1 of 1

Re: [Nagios-devel] Nagios3 Fix

Posted: Thu Mar 01, 2007 9:38 am
by Guest
Hendrik Baecker wrote:
> Hi List, hi Ethan,
>
> after playing lots with perfdata commands and so on....
>
> There is a small (I guess) copy & paste error in xdata/xpddefault.c.
>
> ######## FIX #########
>
> diff -Naur nagios3-clean/xdata/xpddefault.c nagios3/xdata/xpddefault.c
> --- nagios3-clean/xdata/xpddefault.c 2007-02-24 12:09:22.000000000 +0100
> +++ nagios3/xdata/xpddefault.c 2007-03-01 14:23:16.000000000 +0100
> @@ -297,7 +297,7 @@
> }
>
> /* save the command pointer for later */
> -
> xpddefault_host_perfdata_file_processing_command_ptr=temp_command;
> +
> xpddefault_service_perfdata_file_processing_command_ptr=temp_command;
> }
>
> /* periodically process the host perfdata file */
>
> Kind Regards,
>
> Hendrik
>

Thanks Hendrik! Patch will be in CVS shortly.

Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org





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