From: Yves M. <yme...@li...> - 2004-10-27 12:58:55
|
> New version 0.102.1 released. Some last minute bug fixed was tested only on Linux. It does not compile = on Solaris (isinf does not exist). I'm working on that issue and Ben will probably release some 0.102.2 vers= ion today. If you can compile 0.102.1, there is no reason to wait for 0.102.2. Here are some more details about 0.102 branch : 0.101.1 was a major rewrite of the code of the parser and few bugs were r= eported. 0.102.1 takes benefit of the new code to provide a lot of new features, i= ncluding : - perfparse-log2file that outputs the perfdata to a file (rotation possible= ) - perfparse-log2socket to connect to a server and send the perfdata through= the network - perfparsed, a daemon that can read from a pipe (native in nagios-2.0) or = a network socket. - perfparse-log2db runs in the same way as in 0.101.1. perfparse-log2* binaries each enable one storage module. perfparsed can enable any. Here are the modules : - mysql : the one that you already use in perfparse-0.101.1. Some bug fix= ed. - output_file [new] : writes the data to a file. File rotation is possible = with one file per day. - output_socket [new] : writes the data into a socket. The server can be = perfparsed with the socket server enabled. - print : this is an example for developers, but is disabled by default. Documentation is in docbook format in doc/ and a html file was generated = there too. Check the documentation for the new possibilities that perfparsed gives y= ou ! Last thing : the undocumented --show_config in perfparse-log2* and perfpa= rsed make them print the configuration option in a format compatible with the configurat= ion file. Please check your default options :) Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |