From: Ben C. <Be...@cl...> - 2004-07-23 16:39:35
|
PP users, I am sorry to admit that this version too contained bugs. This is a problem of trying to fix bugs whilst developing code, not having enough time to test. This version has been removed. Please don't use it. It will only import lines of data with performance data, all others will be dropped. Very sorry about this! Regards, Ben. Ben Clewett wrote: > Yet another version! > > Our friend Yves found and fixed an important bug. Versions 0.99.01 to > 0.99.04 suffer a risk of not importing data. If you have a line of > performance data PerfParse did not understand, you may have lost the > rest of the import. This is now fixed. :) > > More important! > > A big hole is PP to date:- The Nagios States (OK, WARNING, CRITICAL, > UNKNOWN) were not imported. They are now successfully parsed, stored > and used on all Raw Reports. Including the new Gant chart. Thanks > again to Yves. > > There is a small fix needed. Please edit nagios.cfg, find the line: > > xpdfile_service_perfdata_template=$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$PERFDATA$ > > > And please change to: > > xpdfile_service_perfdata_template=$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$PERFDATA$\t$SERVICESTATE$ > > > This is required for this version :) > > In more detail: The state is stored and used. Older data from before > this fix will still 'guess' the correct state from the text output of > the plugin. Recent data from this version onwards will use true correct > state. > > Thanks for all the feedback, please keep us informed of any problems. > > Regards, > > Ben > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |