Page 1 of 1

[Nagios-devel] Nagios3 Fix for

Posted: Thu Mar 01, 2007 5:30 am
by Guest
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





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