Re: [Nagios-devel] Nagios3 Fix

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] Nagios3 Fix

Post by Guest »

Hendrik Baecker schrieb:
> 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 */
>
Perhaps... change to comment, too ;o)





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