X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=1a42ffd62b1971b6e4f30d71cb95c5a3d158d355;hb=ea59c5de2e3061c8d61b29d29c2f6c693b5e52b9;hp=5508405723cf05f531ee9e92a2928b455220e046;hpb=5aac2498eeacce2ab28302bca2103960a11474f7;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 55084057..1a42ffd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2008-05-06, Version 4.4.0 + * collectd: Internal code cleanups. + * collectd: Added support for a `Flush' command in the unixsock and + exec plugins. This command can be used to force a plugin (or all) to + flush its values to disk. + * collectd: Thresholds can now be configured to apply to one data + source only, making it possible to configure different thresholds + for each data source. + * apache, nginx plugins: Added the possibility to disable host and/or + peer verification. + * ascent plugin: The new ascent plugin reads and parses the statistics + page of an Ascent server. + * cpu plugin: Support for the statgrab library has been added. + * disk plugin: The possibility to ignore certain disks or collect only + specific disks has been added. + * disk plugin: Support for the statgrab library has been added. + * ipmi plugin: The new ipmi plugin uses the OpenIPMI library to read + sensor values via IPMI, the intelligent platform management + interface. + * iptables plugin: The iptc library that is used by the iptables + plugin has been added to the distribution, because it is not + provided by all distributions and removed from at least one. + * powerdns plugin: The new powerdns plugin reads statistics from an + authoritative or a recursing PowerDNS name server. + * rrdtool plugin: The size of the files generated with the default + configuration has been decreased. + * tail plugin: The new tail plugin can be used to gather statistics by + continuously reading from log files. + * teamspeak2 plugin: The new teamspeak2 plugin connects to a + TeamSpeak2 server and collects statistics about the number of users + and number of channels. + * users plugin: Support for the statgrab library has been added. + * vmem plugin: The new vmem plugin collects very detailed statistics + about the virtual memory subsystem of Linux. + +2008-04-22, Version 4.3.3 + * build system: Improved detection of several libraries, especially if + they are in non-standard paths. + * build system: Portability fixes: Automatically define "_REENTRANT" + if the libc expects it. + * collectd: Error and warning messages have been improved. + * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before + using them. + * apache plugin: Allocate new memory when reading a webpage instead of + using a buffer of static size. + * exec plugin: Close (almost) all filedescriptors before exec(2)ing + the program. + * hddtemp plugin: Error and warning messages have been improved. + * sensors plugin: Fix sensor collection for some chip types. + 2008-03-29, Version 4.3.2 * collectd: Fix configuration of the `FailureMax', `WarningMax', and `Persist' threshold options. @@ -62,6 +112,8 @@ 2008-04-22, Version 4.2.7 * build system: Improved detection of several libraries, especially if they are in non-standard paths. + * build system: Portability fixes: Automatically define "_REENTRANT" + if the libc expects it. * collectd: Error and warning messages have been improved. * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before using them. @@ -70,6 +122,7 @@ * exec plugin: Close (almost) all filedescriptors before exec(2)ing the program. * hddtemp plugin: Error and warning messages have been improved. + * sensors plugin: Fix sensor collection for some chip types. 2008-03-29, Version 4.2.6 * collectd: Improved error messages when parsing the configuration.