Code

Merge branch 'mf/redhat' into collectd-5.2
[collectd.git] / ChangeLog
1 2013-01-27, Version 5.2.1
2         * Build system: "make distcheck" has been fixed. Build fixes Solaris
3           and systems without gcrypt. Thanks to Yves Mettier for his patches.
4         * collectd: The complaint mechanism was fixed. It reported messages
5           more frequently than intended.
6         * collectd-tg: A manual page has been added.
7         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
8           Ed Schouten for his patch.
9         * ethstat plugin: Fix the "Map" config option. An incorrectly used
10           character pointer may lead to a segmentation fault.
11         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
12           Ed Schouten for his patch.
13         * postgresql plugin: A memory leak in the writing code has been fixed.
14           A use-after-free issue that happened when more than one database was
15           configured was fixed. Thanks to Sebastian Harl for fixing these
16           problems.
17         * redis plugin: A build failure has been fixed. Thanks to Pierre-Yves
18           Ritschard for his patch.
19         * varnish plugin: Fix a problem with instances without name.
20         * write_graphite plugin: A regression which rendered the
21           "SeparateInstances" and "AlwaysAppendDS" options unusable has been
22           fixed. A failed assertion when using types with many data sources
23           has been fixed. Improve reporting of connection errors to not spam
24           log files too much. Thanks to Pierre-Yves Ritschard for reporting
25           the logging problem.
26         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
27           Mettier for reporting this bug.
29 2012-11-17, Version 5.2.0
30         * collectd: The performance of the LISTVAL command has been improved.
31           Thanks to Yves Mettier for the patch.
32         * collectd: The possibility to configure the collection interval on a
33           per-plugin basis has been added. Huge thanks to Sebastian Harl for
34           his work.
35         * collectd-tg: This new binary allows to generate random but real
36           looking collectd network traffic. This can be used to load-test new
37           plugin, for example.
38         * libcollectdclient: Code for constructing and sending network packets
39           in the binary format has been added.
40         * aggregation plugin: This new plugin allows to aggregate multiple
41           value lists into one.
42         * amqp and write_http plugins: Meta data is now included in the JSON
43           output format. Thanks to Mark Wong for the patch.
44         * amqp plugin: Support for "Graphite" output has been added. Thanks to
45           Thomas Meson for the patch.
46         * contextswitch plugin: Support for AIX has been added. Thanks to
47           Manuel Rozada for his patch.
48         * disk plugin: The "UseBSDName" config option has been added to the
49           Mac OS X version.
50         * GenericJMX plugin: Automatically determine the host name if it isn't
51           configured.
52         * libvirt plugin: The "number" interface format has been added. Thanks
53           to "Davide Guerri" for the patch.
54         * memcached plugin: Support for multiple connections has been added.
55           Thanks to Nicolas Szalay for the patch.
56         * ntpd plugin: The "IncludeUnitID" config option has been added. The
57           behavior when a peer is unreachable has been improved. Thanks to
58           Johan Kiviniemi for the patches.
59         * oracle plugin: The "Host" config option has been added.
60         * pf plugin: This new plugin allows to collect statistics from BSD's
61           packet filter "pf". Thanks to Pierre-Yves Ritschard and Stefan Rinkes
62           for their work.
63         * postgresql plugin: The "Instance" config option has been added.
64           Support for writing values to a PostgreSQL database has been added.
65           Thanks to Sebastian Harl for the patches.
66         * processes plugin: Support for Solaris has been added. Thanks to
67           Cosmin Ioiart for the patch.
68         * redis plugin: Support for authenticating via password has been added.
69           Thanks to biancalana for the patch.
70         * rrdcached plugin: The "HeartBeat", "RRARows", "RRATimespan",
71           "StepSize" and "XFF" config options have been added.
72         * swap plugin: The "ReportBytes" config option has been added. The AIX
73           version now also exports "reserved" pages and swap-in / swap-out
74           "traffic". Thanks to Manuel Rozada for the patch.
75         * tcpconns plugin: Use a netlink socket rather than reading from /proc
76           for improved performance. Thanks to Michael Stapelberg for the patch.
78 2013-01-25, Version 5.1.2
79         * Build system: "make distcheck" has been fixed. Thanks to Yves
80           Mettier for his patches.
81         * collectd: The complaint mechanism was fixed. It reported messages
82           more frequently than intended.
83         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
84           Ed Schouten for his patch.
85         * ethstat plugin: Fix the "Map" config option. An incorrectly used
86           character pointer may lead to a segmentation fault.
87         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
88           Ed Schouten for his patch.
89         * varnish plugin: Fix a problem with instances without name.
90         * write_graphite: Improve reporting of connection errors to not spam
91           log files too much. Thanks to Pierre-Yves Ritschard for reporting
92           this problem.
93         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
94           Mettier for reporting this bug.
96 2012-11-11, Version 5.1.1
97         * collectd: Create new directories with mode 0777 and let umask remove
98           unwanted permission bits.
99         * collectd: Build issues have been fixed.
100         * collectd: An incorrect assertion has been fixed in some common code
101           for Solaris. This should resolve pseudo-random assertion failures
102           under Solaris. Thanks to Jeff Blane for his help debugging this.
103         * collectd: A couple of memory leaks through PThread thread attributes
104           have been fixed. Thanks to Gerrie Roos for fixing these.
105         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
106           Thanks to Cyril Feraudet for reporting this problem.
107         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
108           correctly.
109         * apcups plugin: Improve the reconnect behavior.
110         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
111           Fabien Wernli for fixing this.
112         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
113           reported twice. Thanks to Brune Prémont for fixing this.
114         * disk plugin: Fix incorrect computation of read and write latency (the
115           "disk_time" type). Previously, the numbers reported where too small
116           by a factor of "interval", e.g. when the interval is set to 10
117           seconds, the values were too low by a factor of 10. Thanks to Manuel
118           Sanmartin for reporting this problem.
119         * dns plugin: A build issue under Solaris has been fixed. A erroneous
120           define that could lead to the reporting of bad data has been fixed by
121           Daniel Sutto.
122         * ethstat plugin: An off-by-one error and potential use of
123           uninitialized memory has been fixed. Thanks to Mark Voelker for
124           reporting these problems.
125         * memcachec plugin: A bug in the configuration handling has been fixed.
126           Thanks to Pascal Hofmann for fixing this issue.
127         * mysql plugin: Fix a bug when registering multiple databases. Thanks
128           to Sebastian Harl for fixing this.
129         * netapp plugin: Correctly close the connection on communication
130           errors.
131         * netlink plugin: The function used to query statistics has been
132           changed to be more in line with iproute2's behavior. Thanks to
133           "KIvosak" for the patch.
134         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
135           Chris Lundquist for his patch.
136         * oracle plugin: Error messages have been improved.
137         * ping plugin: Don't enter the exponential back-off mode when
138           ping_send() fails. This should make recovery after a network failure
139           much faster.
140         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
141           and Sven Trenkel for fixing this.
142         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
143           "biancalana" for the fix.
144         * rrdtool plugin: Fix an out-of-bounds array access when printing a
145           warning message. Thanks to Will Hawkins for fixing this bug.
146         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
147           added. Support for more complex / unusual MIBs / subtrees has been
148           added. Thanks to Mark Juric to test the changes and point out these
149           problems.
150         * varnish plugin: Support for multiple instances of Varnish 3 has been
151           fixed. Thanks to Jonathan Huot for the patch.
152         * write_mongodb plugin: Add compatibility with libmongo 0.6.0 and
153           later. Thanks to Chris Lundquist for this patch.
155 2012-04-01, Version 5.1.0
156         * Build system, iptables plugin: The shipped version of libiptc has
157           been removed.
158         * collectd-nagios: A list of value lists can now be queried using
159           "-n LIST". Thanks to Sebastian Harl for his patches.
160         * bind plugin: The "ParseTime" option has been added. It allows to use
161           the system time rather than the time reported by BIND.
162         * curl, memcachec, tail plugins: The "ExcludeRegexp" option has been
163           added. Thanks to Peter Warasin for his initial patch.
164         * ethstat plugin: The new "ethstat" plugin reads performance statistics
165           directly from ethernet cards. Thanks to Cyril Feraudet for his patch.
166         * GenericJMX plugin: Support for querying MBean "Operations" (in
167           addition to "Attributes") has been added. Thanks to Pierre-Yves
168           Ritschard for his patch.
169         * irq plugin: The selection / ignore code now uses the default
170           ignorelist infrastructure, providing the standard feature set, e.g.
171           regex matching.
172         * md plugin: The new "md" plugin reports the number of disks in various
173           states in Linux software RAID devices. Thanks to Michael Hanselmann
174           for his patch.
175         * modbus plugin: Support for signed integer register types has been
176           added.
177         * nfs plugin: Support for Solaris has been added. Thanks to Cosmin
178           Ioiart for his patch.
179         * numa plugin: The new "numa" plugin reports statistics of the
180           Non-Uniform Memory Access (NUMA) subsystem of Linux.
181         * processes plugin: Various fixes for the FreeBSD implementation.
182           Thanks to Phil Kulin for his patch.
183         * rrdcached plugin: Passing flushes to the caching daemon has been
184           added.
185         * sensors plugin: The initialization code has been improved. Thanks to
186           Henrique de Moraes Holschuh for his patch.
187         * swap plugin: The "ReportByDevice" option has been added.
188         * syslog plugin: Support for writing notifications has been added.
189           Thanks to Fabien Wernli for his patch.
190         * tcpconns plugin: Support for AIX has been added. Thanks to Manuel
191           Luis Sanmartín Rozada for his patch.
192         * threshold plugin: The "PersistOK" option has been added. Thanks to
193           Aaron Brady for his patch.
194         * varnish plugin: Support for Varnish 3.0 has been added. Thanks to
195           Jérôme Renard for his patches.
196         * write_mongodb plugin: The new "write_mongodb" plugin writes value
197           lists to MongoDB, a shema-less database. Thanks to Akkarit Sangpetch
198           and Chris Lundquist for their work.
199         * write_graphite plugin: The new "write_graphite" plugin writes value
200           lists to Carbon, the storage layer of the Graphite time-series
201           database. Thanks to Scott Sanders and Pierre-Yves Ritschard for their
202           work.
203         * zfs_arc plugin: Several new statistics have been added. Thanks to
204           Aurelien Rougemont for his patches.
205         * scale target: Support for scaling specific data sources only has been
206           added. Thanks to Gerrie Roos for his patch.
208 2012-11-11, Version 5.0.5
209         * collectd: Create new directories with mode 0777 and let umask remove
210           unwanted permission bits.
211         * collectd: Build issues have been fixed.
212         * collectd: An incorrect assertion has been fixed in some common code
213           for Solaris. This should resolve pseudo-random assertion failures
214           under Solaris. Thanks to Jeff Blane for his help debugging this.
215         * collectd: A couple of memory leaks through PThread thread attributes
216           have been fixed. Thanks to Gerrie Roos for fixing these.
217         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
218           Thanks to Cyril Feraudet for reporting this problem.
219         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
220           correctly.
221         * apcups plugin: Improve the reconnect behavior.
222         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
223           Fabien Wernli for fixing this.
224         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
225           reported twice. Thanks to Brune Prémont for fixing this.
226         * disk plugin: Fix incorrect computation of read and write latency (the
227           "disk_time" type). Previously, the numbers reported where too small
228           by a factor of "interval", e.g. when the interval is set to 10
229           seconds, the values were too low by a factor of 10. Thanks to Manuel
230           Sanmartin for reporting this problem.
231         * dns plugin: A build issue under Solaris has been fixed. A erroneous
232           define that could lead to the reporting of bad data has been fixed by
233           Daniel Sutto.
234         * memcachec plugin: A bug in the configuration handling has been fixed.
235           Thanks to Pascal Hofmann for fixing this issue.
236         * mysql plugin: Fix a bug when registering multiple databases. Thanks
237           to Sebastian Harl for fixing this.
238         * netapp plugin: Correctly close the connection on communication
239           errors.
240         * netlink plugin: The function used to query statistics has been
241           changed to be more in line with iproute2's behavior. Thanks to
242           "KIvosak" for the patch.
243         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
244           Chris Lundquist for his patch.
245         * oracle plugin: Error messages have been improved.
246         * ping plugin: Don't enter the exponential back-off mode when
247           ping_send() fails. This should make recovery after a network failure
248           much faster.
249         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
250           and Sven Trenkel for fixing this.
251         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
252           "biancalana" for the fix.
253         * rrdtool plugin: Fix an out-of-bounds array access when printing a
254           warning message. Thanks to Will Hawkins for fixing this bug.
255         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
256           added. Support for more complex / unusual MIBs / subtrees has been
257           added. Thanks to Mark Juric to test the changes and point out these
258           problems.
260 2012-04-01, Version 5.0.4
261         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
262           for fixing this. Adresses some issues with building the iptables
263           plugin under Gentoo.
264         * libcollectdclient: A memory leak in the lcc_getval() function has
265           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
266           issue.
267         * bind plugin: The use of 'QType" types has been fixed.
268         * df plugin: Fixed compiler issue under Mac OS X 10.7.
269         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
270           Opter for his patch.
271         * memcached plugin: Increased the size of a static buffer, which was
272           truncating status messages form memcached. Thanks to Timon for the
273           patch.
274         * network plugin: Forwarding of notifications has been disabled. This
275           was a contition not checked for before, which may retult in an
276           endless loop.
277         * processes plugin: Support for process names with spaces has been
278           added to the Linux implementation. Thanks to Darrell Bishop for his
279           patch.
280         * perl plugin: A race condition in several callbacks, including log and
281           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
282           bug.
283         * snmp plugin: A bug when casting unsigned integers to gauge values has
284           been fixed: Unsigned integers would be cast to a signed integer and
285           then to a gauge, possibly resulting in a negative value.
286         * tcpconns plugin: Compilation with newer versions of the FreeBSD
287           runtime has been fixed.
289 2012-02-19, Version 5.0.3
290         * Build system: Fix problems when building the ipvs and iptables
291           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
292           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
293           his patch.
294         * csv and rrdtool plugins: Print a more helpful error message when the
295           DataDir is a symlink pointing to a non-existing location. Thanks to
296           Jonathan Nieder for his patch.
297         * exec plugin: Fix a problem when using select(2) to read from file
298           handles. Thanks to Gerrie Roos for his patch.
299         * network plugin: An incorrect error message in the handling of the
300           "Interface" configuration option has been fixed. Thanks to Gerrie
301           Roos for his patch.
302         * oracle plugin: A potential endless loop in the error handling has
303           been fixed.
304         * python plugin: A crash bug in the configuration handling has been
305           fixed. Thanks to Sven Trenkel for his patch.
306         * interfaces plugin: The change which was supposed to ignore "bogus"
307           interfaces has been reverted, since it ignored legit interfaces, such
308           as bonding pseudo-devices as well.
310 2012-01-21, Version 5.0.2
311         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
312           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
313         * df plugin: Fix handling of negative "available" counts. This can
314           occur with some file systems, for example UFS. Thanks to Toni Ylenius
315           for his patch.
316         * interface plugin: "mac" interfaces are now ignored on Solaris. These
317           pseudo-interfaces occur multiple times, causing warnings. Also switch
318           to 64-bit counters on Solaris, improving overflow behavior for
319           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
320           their patches.
321         * memory plugin: Account kernel and unused memory under Solaris. Thanks
322           to Fabien Wernli for his patch.
323         * network plugin: A bug in the interaction between the Network plugin
324           and filter chains has been fixed: When a filter modified a field such
325           as the hostname, subsequent values in the same network packets could
326           have ended up using the modified name rather than the original name.
327           Thanks to Sebastian Harl for identifying the problem.
328         * oracle plugin: A memory leak has been fixed in the parameter handling.
329         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
330           for fixing this bug!
332 2011-10-07, Version 5.0.1
333         * collectd: A mutex leak has been fixed in the meta data code. Thanks
334           to Rafal Lesniak for his patch.
335         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
336           to Peter Green for his patch.
337         * csv plugin: The line buffer size has been increased. Thanks to Colin
338           McCabe for the patch.
339         * curl_json plugin: Don't use the "parent" node to build the type
340           instance, if it is empty. Compatibility with libyajl 2 has been
341           added. Thanks to "spupykin" of the Arch Linux project for the initial
342           code. Formatting of time has been fixed in the JSON module.
343         * exec plugin: Fix the timestamp value passed to notification scripts.
344           Thanks to Alexander Kovalenko for fixing this.
345         * iptables plugin: Fix linking with some versions of libiptc.
346         * irq plugin: Fix support for interrupts under Linux. The old code
347           assumed that interrupts have a numeric value -- this is no longer
348           true for Linux. Thanks to Bostjan Skufca for implementing this.
349         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
350           added. Thanks to Samuli Suominen for his patch.
351         * processes plugin: Fix handling of regular expressions containing
352           spaces. Thanks for Sebastian Harl for fixing this.
353         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
354           Previously, values like 0.999 would have been rounded to 1.0. Thanks
355           to Francois-Xavier Bourlet for fixing this.
356         * varnish plugin: Fix data type handling of some metrics. Some values
357           were submitted as gauge even though they were derives.
358         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
359           Flisher for the fix.
361 2011-03-28, Version 5.0.0
362         * collectd: The "FQDNLookup" option is now enabled by default.
363         * collectd: The internal representation of time has been changed to
364           allow a higher accuracy than one second.
365         * collectdcmd: This new command line utility can send various commands
366           to collectd using the UnixSock plugin. Thanks to Håkon Dugstad
367           Johnsen and Sebastian Harl for their code.
368         * collectd-nagios: The "-m" option has been implemented (treat NaNs as
369           critical).
370         * collectd-tg: Traffic generator creating bogus network traffic
371           compatible to the Network plugin. This utility can be used to
372           stress-test new write plugins and collectd in general.
373         * libcollectdclient: Creating and sending network packets has been
374           added to the collectd client library.
375         * All data sets: The data source name of all data sets with exactly
376           one data source has been changed to "value".
377         * All plugins: All "counter" data sources have been converted to
378           "derive" data sources. All plugins now use "derive" by default, but
379           plugins such as the network plugin can still handle "counter", of
380           course. The minimum value of all derive data sources is zero, the
381           maximum value is unspecified.
382         * amqp plugin: The new AMQP plugin can send data to and receive data
383           from an AMQP broker. Thanks to Sebastien Pahl for his code.
384         * apache plugin: Backwards compatibility code has been removed.
385           Support for the IBM HTTP Server has been added. Thanks to Manuel
386           Luis Sanmartín Rozada for his patch.
387         * contextswitch plugin: Support for sysctlbyname(3) has been added.
388           Thanks to Kimo Rosenbaum for his patch.
389         * df plugin: The default behavior has been changed to be equivalent to
390           the "ReportReserved" behavior of v4.
391         * dns plugin: Improved RFC 1035 name parsing has been imported from
392           "dnstop".
393         * exec plugin: Backwards compatibility code has been removed.
394         * GenericJMX plugin: The "InstancePrefix" option has been added to
395           "Connection" blocks.
396         * hddtemp plugin: The "TranslateDevicename" config option has been
397           removed.
398         * interface plugin: Use the "plugin instance" to store the interface
399           value.
400         * libvirt plugin: The "InterfaceFormat" option has been added. Thanks
401           to Ruben Kerkhof for his patch.
402         * lpar plugin: New plugins for "logical partitions", a virtualization
403           technique of POWER CPUs. Thanks to Aurélien Reynaud for his code and
404           patience.
405         * modbus plugin: Support for libmodbus 2.9.2 has been added and the
406           license has been changed to LGPLv2.1.
407         * mysql plugin: Backwards compatibility code has been removed. The
408           data sets used have been improved.
409         * network plugin: The default buffer size has been increased to
410           1452 bytes.
411         * perl plugin: Backwards compatibility code has been removed.
412         * postgresql plugin: Backwards compatibility code has been removed.
413         * redis plugin: Plugin for collecting statistics from Redis, a key-
414           value store, has been added. Thanks to Andres J. Diaz for his code.
415         * swap plugin: Implement collection of physical and virtual memory
416           statistics under Solaris. The new default is collecting physical
417           memory. Thanks to Aurélien Reynaud for his patches.
418         * threshold plugin: The threshold configuration has been moved into
419           this separate plugin.
420         * unixsock plugin: The "DeleteSocket" option has been added.
421         * varnish plugin: The new Varnish plugin reads statistics from
422           Varnish, a web accelerator. Thanks to Jérôme Renard and Marc
423           Fournier for their contributions.
424         * write_redis: New plugin for writing data to Redis, a key-value
425           store.
426         * zfs_arc plugin: The data sets have been replaced by more elegant
427           alternatives.
428         * v5upgrade target: Target for converting v4 data sets to the v5
429           schema.
431 2012-11-11, Version 4.10.8
432         * collectd: Create new directories with mode 0777 and let umask remove
433           unwanted permission bits.
434         * collectd: Build issues have been fixed.
435         * collectd: An incorrect assertion has been fixed in some common code
436           for Solaris. This should resolve pseudo-random assertion failures
437           under Solaris. Thanks to Jeff Blane for his help debugging this.
438         * collectd: A couple of memory leaks through PThread thread attributes
439           have been fixed. Thanks to Gerrie Roos for fixing these.
440         * apcups plugin: Improve the reconnect behavior.
441         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
442           reported twice. Thanks to Brune Prémont for fixing this.
443         * disk plugin: Fix incorrect computation of read and write latency (the
444           "disk_time" type). Previously, the numbers reported where too small
445           by a factor of "interval", e.g. when the interval is set to 10
446           seconds, the values were too low by a factor of 10. Thanks to Manuel
447           Sanmartin for reporting this problem.
448         * dns plugin: A build issue under Solaris has been fixed. A erroneous
449           define that could lead to the reporting of bad data has been fixed by
450           Daniel Sutto.
451         * memcachec plugin: A bug in the configuration handling has been fixed.
452           Thanks to Pascal Hofmann for fixing this issue.
453         * netapp plugin: Correctly close the connection on communication
454           errors.
455         * netlink plugin: The function used to query statistics has been
456           changed to be more in line with iproute2's behavior. Thanks to
457           "KIvosak" for the patch.
458         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
459           Chris Lundquist for his patch.
460         * oracle plugin: Error messages have been improved.
461         * ping plugin: Don't enter the exponential back-off mode when
462           ping_send() fails. This should make recovery after a network failure
463           much faster.
464         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
465           and Sven Trenkel for fixing this.
466         * rrdtool plugin: Fix an out-of-bounds array access when printing a
467           warning message. Thanks to Will Hawkins for fixing this bug.
468         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
469           added. Support for more complex / unusual MIBs / subtrees has been
470           added. Thanks to Mark Juric to test the changes and point out these
471           problems.
473 2012-04-01, Version 4.10.7
474         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
475           for fixing this. Adresses some issues with building the iptables
476           plugin under Gentoo.
477         * libcollectdclient: A memory leak in the lcc_getval() function has
478           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
479           issue.
480         * bind plugin: The use of 'QType" types has been fixed.
481         * df plugin: Fixed compiler issue under Mac OS X 10.7.
482         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
483           Opter for his patch.
484         * memcached plugin: Increased the size of a static buffer, which was
485           truncating status messages form memcached. Thanks to Timon for the
486           patch.
487         * network plugin: Forwarding of notifications has been disabled. This
488           was a contition not checked for before, which may retult in an
489           endless loop.
490         * processes plugin: Support for process names with spaces has been
491           added to the Linux implementation. Thanks to Darrell Bishop for his
492           patch.
493         * perl plugin: A race condition in several callbacks, including log and
494           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
495           bug.
496         * snmp plugin: A bug when casting unsigned integers to gauge values has
497           been fixed: Unsigned integers would be cast to a signed integer and
498           then to a gauge, possibly resulting in a negative value.
499         * tcpconns plugin: Compilation with newer versions of the FreeBSD
500           runtime has been fixed.
502 2012-02-19, Version 4.10.6
503         * Build system: Fix problems when building the ipvs and iptables
504           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
505           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
506           his patch.
507         * csv and rrdtool plugins: Print a more helpful error message when the
508           DataDir is a symlink pointing to a non-existing location. Thanks to
509           Jonathan Nieder for his patch.
510         * exec plugin: Fix a problem when using select(2) to read from file
511           handles. Thanks to Gerrie Roos for his patch.
512         * network plugin: An incorrect error message in the handling of the
513           "Interface" configuration option has been fixed. Thanks to Gerrie
514           Roos for his patch.
515         * oracle plugin: A potential endless loop in the error handling has
516           been fixed.
517         * python plugin: A crash bug in the configuration handling has been
518           fixed. Thanks to Sven Trenkel for his patch.
519         * interfaces plugin: The change which was supposed to ignore "bogus"
520           interfaces has been reverted, since it ignored legit interfaces, such
521           as bonding pseudo-devices as well.
523 2012-01-21, Version 4.10.5
524         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
525           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
526         * df plugin: Fix handling of negative "available" counts. This can
527           occur with some file systems, for example UFS. Thanks to Toni Ylenius
528           for his patch.
529         * interface plugin: "mac" interfaces are now ignored on Solaris. These
530           pseudo-interfaces occur multiple times, causing warnings. Also switch
531           to 64-bit counters on Solaris, improving overflow behavior for
532           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
533           their patches.
534         * memory plugin: Account kernel and unused memory under Solaris. Thanks
535           to Fabien Wernli for his patch.
536         * network plugin: A bug in the interaction between the Network plugin
537           and filter chains has been fixed: When a filter modified a field such
538           as the hostname, subsequent values in the same network packets could
539           have ended up using the modified name rather than the original name.
540           Thanks to Sebastian Harl for identifying the problem.
541         * oracle plugin: A memory leak has been fixed in the parameter handling.
542         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
543           for fixing this bug!
545 2011-10-14, Version 4.10.4
546         * collectd: A mutex leak has been fixed in the meta data code. Thanks
547           to Rafal Lesniak for his patch.
548         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
549           to Peter Green for his patch.
550         * csv plugin: The line buffer size has been increased. Thanks to Colin
551           McCabe for the patch.
552         * curl_json plugin: Don't use the "parent" node to build the type
553           instance, if it is empty. Compatibility with libyajl 2 has been
554           added. Thanks to "spupykin" of the Arch Linux project for the initial
555           code.
556         * iptables plugin: Fix linking with some versions of libiptc.
557         * irq plugin: Fix support for interrupts under Linux. The old code
558           assumed that interrupts have a numeric value -- this is no longer
559           true for Linux. Thanks to Bostjan Skufca for implementing this.
560         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
561           added. Thanks to Samuli Suominen for his patch.
562         * processes plugin: Fix handling of regular expressions containing
563           spaces. Thanks for Sebastian Harl for fixing this.
564         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
565           Previously, values like 0.999 would have been rounded to 1.0. Thanks
566           to Francois-Xavier Bourlet for fixing this.
567         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
568           Flisher for the fix.
570 2011-03-26, Version 4.10.3
571         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
572         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
573           Bruno Prémont.
574         * collectd: Threshold subsection: Handling of NAN values in the
575           percentage calculation has been fixed.
576         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
577           been improved.
578         * curl_json plugin: Handling of arrays has been fixed.
579         * libvirt plugin: A bug in reading the virtual CPU statistics has been
580           fixed. Thanks to “JLPC” for reporting this problem.
581         * modbus plugin: Compatibility with libmodbus 2.0.3 has been restored.
582         * processes plugin: Potentially erroneous behavior has been fixed in an
583           error handling case.
584         * python plugin: Fix dispatching of values from Python scripts to
585           collectd. Thanks to Gregory Szorc for finding and fixing this
586           problem.
588 2010-11-27, Version 4.10.2
589         * Documentation: Various documentation fixes.
590         * collectd: If including one configuration file fails, continue with
591           the rest of the configuration if possible.
592         * collectd: Fix a bug in the read function scheduling. In rare cases
593           read functions may not have been called as often as requested.
594         * collectd: Concurrency issues with errno(3) under AIX have been
595           fixed: A thread-safe version of errno has to be requested under AIX.
596           Thanks to Aurélien Reynaud for his patch.
597         * collectd: A left-over hard-coded 2 has been replaced by the
598           configurable timeout value.
599         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
600           sources. Matching the end of a string has been improved; thanks to
601           Sebastian Harl for the patch.
602         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
603           JSON data from non-HTTP sources has been fixed.
604         * netapp plugin: Pass the interval setting to the dispatch function.
605           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
606           for the patch.
607         * network plugin: Be less verbose about unchecked signatures, in order
608           to prevent spamming the logs.
609         * notify_email plugin: Concurrency problems have been fixed.
610         * python plugin: Set "sys.argv", since many scripts don't expect that
611           it may not be set. Thanks to Sven Trenkel for the patch.
612         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
613           RRD files.
614         * swap plugin: A bug which lead to incorrect I/O values has been
615           fixed.
616         * value match: A minor memory leak has been fixed. Thanks to Sven
617           Trenkel for the patch.
619 2010-07-09, Version 4.10.1
620         * Build system: Checking for "strtok_r" under Solaris has been fixed.
621         * Portability: Fixes for Solaris 8 have been applied. Thanks to
622           Alexander Wuerstlein for his patch.
623         * collectd: The shutdown speed when terminating the read threads has
624           been improved.
625         * libcollectdclient: A format error in the PUTVAL command has been
626           removed. Thanks to Johan Van den Brande for fixing this.
627         * df plugin: An error message shown when "cu_mount_getlist" fails has
628           been added.
629         * processes plugin: Missing initialization code for IO members of a
630           struct has been added. Thanks to Aurélien Reynaud for fixing this.
631         * python plugin: Memory leaks in the write and notification callbacks
632           have been fixed. A possible crash when the plugin was loaded but not
633           configured has been fixed. Thanks to Sven Trenkel for his patches.
634         * snmp plugin: Verbosity with regard to unknown ASN types has been
635           increased. A build problem on PowerPC and ARM processors has been
636           fixed by Aurélien Reynaud; thanks!
637         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
638           have been applied. Thanks to Luke Heberling for his changes.
640 2010-05-01, Version 4.10.0
641         * collectd: JSON output now includes the "dstypes" and "dsnames"
642           fields. This makes it easier for external applications to interpret
643           the data. Thanks to Chris Buben for his work.
644         * collectd: The new "Timeout" option can be used to specify a
645           "timeout" for missing values. This is used in the threshold checking
646           code to detect missing values. Thanks to Andrés J. Díaz for the
647           patch.
648         * apache plugin: Support for "IdleWorkers" (Apache 1.*: "IdleServers")
649           has been added.
650         * curl plugin: The new "ExcludeRegex" allows to easily exclude certain
651           lines from the match.
652         * curl_xml plugin: This new plugin allows to read XML files using cURL
653           and extract metrics included in the files. Thanks to Amit Gupta for
654           his work.
655         * filecount plugin: The new "IncludeHidden" option allows to include
656           "hidden" files and directories in the statistics. Thanks to Vaclav
657           Malek for the patch.
658         * logfile plugin: The new "PrintSeverity" option allows to include the
659           severity of a message in the output. Thanks to Clément Stenac for
660           his patch.
661         * memcachec plugin: The new "ExcludeRegex" allows to easily exclude
662           certain lines from the match.
663         * modbus plugin: This new plugin allows to read registers from
664           Modbus-TCP enabled devices.
665         * network plugin: The new "Interface" option allows to set the
666           interface to be used for multicast and, if supported, unicast
667           traffic. Thanks to Max Henkel for his work.
668         * openvpn plugin: The "CollectUserCount" and "CollectIndividualUsers"
669           options allow more detailed control over how to report sessions of
670           multiple users. Thanks to Fabian Schuh for his work.
671         * pinba plugin: This new plugin receives timing information from the
672           Pinba PHP extension, which can be used for profiling PHP code and
673           webserver performance. Thanks to Phoenix Kayo for his work.
674         * ping plugin: The new "MaxMissed" allows to re-resolve a hosts
675           address when it doesn't reply to a number of ping requests. Thanks
676           to Stefan Völkel for the patch.
677         * postgresql plugin: The "Interval" config option has been added. The
678           plugin has been relicensed under the 2-clause BSD license. Thanks to
679           Sebastian Harl for his work.
680         * processes plugin: Support for "code" and "data" virtual memory sizes
681           has been added. Thanks to Clément Stenac for his patch.
682         * python plugin: Support for Python 3 has been implemented. Thanks to
683           Sven Trenkel for his work.
684         * routeros plugin: Support for collecting CPU load, memory usage, used
685           and free disk space, sectors written and number of bad blocks from
686           MikroTik devices has been added.
687         * swap plugin: Support for Linux < 2.6 has been added. Thanks to Lorin
688           Scraba for his patch.
689         * tail plugin: The new "ExcludeRegex" allows to easily exclude certain
690           lines from the match. Thanks to Peter Warasin for his patch.
691         * write_http plugin: The "StoreRates" option has been added. Thanks to
692           Paul Sadauskas for his patch.
693         * regex match: The "Invert" option has been added. Thanks to Julien
694           Ammous for his patch.
696 2011-03-26, Version 4.9.5
697         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
698         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
699           Bruno Prémont.
700         * collectd: Threshold subsection: Handling of NAN values in the
701           percentage calculation has been fixed.
702         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
703           been improved.
704         * libvirt plugin: A bug in reading the virtual CPU statistics has been
705           fixed. Thanks to “JLPC” for reporting this problem.
706         * processes plugin: Potentially erroneous behavior has been fixed in an
707           error handling case.
708         * python plugin: Fix dispatching of values from Python scripts to
709           collectd. Thanks to Gregory Szorc for finding and fixing this
710           problem.
712 2010-11-27, Version 4.9.4
713         * Documentation: Various documentation fixes.
714         * collectd: If including one configuration file fails, continue with
715           the rest of the configuration if possible.
716         * collectd: Fix a bug in the read function scheduling. In rare cases
717           read functions may not have been called as often as requested.
718         * collectd: Concurrency issues with errno(3) under AIX have been
719           fixed: A thread-safe version of errno has to be requested under AIX.
720           Thanks to Aurélien Reynaud for his patch.
721         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
722           sources. Matching the end of a string has been improved; thanks to
723           Sebastian Harl for the patch.
724         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
725           JSON data from non-HTTP sources has been fixed.
726         * netapp plugin: Pass the interval setting to the dispatch function.
727           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
728           for the patch.
729         * network plugin: Be less verbose about unchecked signatures, in order
730           to prevent spamming the logs.
731         * notify_email plugin: Concurrency problems have been fixed.
732         * python plugin: Set "sys.argv", since many scripts don't expect that
733           it may not be set. Thanks to Sven Trenkel for the patch.
734         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
735           RRD files.
736         * value match: A minor memory leak has been fixed. Thanks to Sven
737           Trenkel for the patch.
739 2010-07-09, Version 4.9.3
740         * Build system: Checking for "strtok_r" under Solaris has been fixed.
741         * Portability: Fixes for Solaris 8 have been applied. Thanks to
742           Aurélien Reynaud and Alexander Wuerstlein for their patches.
743         * collectd: The shutdown speed when terminating the read threads has
744           been improved.
745         * collectd-nagios: The format of the performance data has been fixed.
746         * libcollectdclient: A format error in the PUTVAL command has been
747           removed. Thanks to Johan Van den Brande for fixing this.
748         * df plugin: An error message shown when "cu_mount_getlist" fails has
749           been added.
750         * processes plugin: Missing initialization code for IO members of a
751           struct has been added. Thanks to Aurélien Reynaud for fixing this.
752         * python plugin: Memory leaks in the write and notification callbacks
753           have been fixed. A possible crash when the plugin was loaded but not
754           configured has been fixed. Thanks to Sven Trenkel for his patches.
755         * rrdcached plugin: A build issue has been resolved. Thanks to
756           Thorsten von Eicken for the patch.
757         * snmp plugin: Verbosity with regard to unknown ASN types has been
758           increased. A build problem on PowerPC and ARM processors has been
759           fixed by Aurélien Reynaud; thanks!
760         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
761           have been applied. Thanks to Luke Heberling for his changes.
763 2010-04-22, Version 4.9.2
764         * Build system, various plugins: Fixes for AIX compatibility have been
765           added. Thanks to Manuel Sanmartin for his patches.
766         * Build system: Checking for "nanosleep" on old Solaris machines has
767           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
768           figuring out a way to make this work.
769         * collectd: Append a newline to messages written to STDERR.
770         * collectd: Serialization of NANs in JSON format has been fixed.
771           Thanks to Chris Buben for pointing out the resulting syntax error.
772         * collectd: Checks whether a "sleep" returned early have been added;
773           the cases are now handled correctly. Thanks to Michael Stapelberg
774           for the patch.
775         * collectd: Continue reading files in a directory when parsing one
776           file fails.
777         * apache plugin: Collection of the number of active connections has
778           been fixed for Apache 2.*.
779         * contextswitch plugin: Handle large counter/derive values correctly.
780           Thanks to Martin Merkel for reporting the bug.
781         * exec plugin: Error messages have been improved. The "running" flag
782           is now cleared correctly when forking a child fails.
783         * iptables plugin: Fix a violation of aliasing rules. This resolves a
784           warning / error with new GCC versions. Thanks to Jan Engelhardt for
785           the work-around.
786         * java plugin: The Java API files are now packaged into a .jar file.
787           Thanks to Amit Gupta for his patch.
788         * network plugin: Fix a segmentation fault when receiving packets with
789           an unknown data source type.
790         * network plugin: A memory leak when receiving encrypted network
791           packets has been fixed.
792         * openvpn plugin: Fix naming schema when reading "MULTI1" type status
793           files.
794         * oracle plugin: Fix checking for lost connections and reconnect in
795           this case. Thanks to Sven Trenkel for pointing out the problem.
796         * unixsock plugin: A memory leak in the "LISTVAL" command has been
797           fixed. Thanks to Peter Warasin for pointing it out.
798         * write_http plugin: Use the "any" authentication schema. This used to
799           be "digest". Thanks to Paul Sadauskas for the patch.
801 2010-01-14, Version 4.9.1
802         * Documentation: Some manpage fixes.
803         * Default config: Added sample configuration for missing plugins.
804         * apache plugin: Fix a segmentation fault in the config handling of
805           VerifyPeer / VerifyHost. Thanks to "plazmus" for his or her patch.
806         * processes plugin: Fix handling of derive data sources.
807         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
808           incorrect initialization some files may be suspended basically
809           indefinitely. After flushing the files they were written regularly
810           again.
811         * routeros plugin: Use the node name for the "host" field.
812         * Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace.
813         * Perl bindings: Fix a warning that was printed when building
814           debugging output.
816 2009-12-21, Version 4.9.0
817         * contextswitch plugin: The new ContextSwitch plugin gathers the
818           number of context switches done by the CPU. Thanks to Patrik
819           Weiskircher for the patch.
820         * cpu plugin: Support for SMP (multiple processors) under FreeBSD has
821           been added. Thanks to Doug MacEachern for the patch.
822         * curl plugin: The “MeasureResponseTime” option has been added. Thanks
823           to Aman Gupta for the patch.
824         * df plugin: Collecting the inode count and reserved space has been
825           added. Thanks to Patrik Weiskircher for the patch.
826         * exec plugin: The environment variables “COLLECTD_INTERVAL” and
827           “COLLECTD_HOSTNAME” are now set before executing the application.
828         * Monitorus plugin: This Perl-based plugin to query statistics from
829           mon.itor.us has been added. Thanks to Jeff Green for the patch.
830         * netapp plugin: New plugin to collect statistics from NetApp filers.
831           Thanks to Sven Trenkel of the noris network AG for the patch.
832         * network plugin: Statistics collection about the plugin itself has
833           been implemented.
834         * openvpn plugin: Add support for more versions of the “status file”.
835           Thanks to Marco Chiappero for the patch.
836         * OpenVZ plugin: This Perl-based plugin to gather OpenVZ statistics
837           has been added. Thanks to Jonathan Kolb for the patch.
838         * ping plugin: The config options "SourceAddress" and "Device"
839           have been added. Thanks to Sebastian Harl for the patch.
840         * processes plugin: Collection of IO-metrics has been added. Thanks to
841           Andrés J. Díaz for the patch.
842         * python plugin: The new Python plugin integrates a Python interpreter
843           into collectd and allows to execute plugins written in the scripting
844           language. Thanks to Sven Trenkel for his work.
845         * routeros plugin: The new RouterOS plugin queries interface and
846           wireless registration statistics from RouterOS.
847         * Various plugins: AIX support has been added to the cpu, disk,
848           interface, load, memory, processes, and swap plugins. Thanks to
849           Manuel Sanmartin for his patches.
850         * hashed match: This match for simple load balancing and redundant
851           storage has been added.
852         * scale target: This target to scale (multiply) values by an arbitrary
853           value has been added.
855 2010-04-22, Version 4.8.5
856         * collectd: Append a newline to messages written to STDERR.
857         * network plugin: Fix a segmentation fault when receiving packets with
858           an unknown data source type.
860 2010-04-07, Version 4.8.4
861         * Build system, various plugins: Fixes for AIX compatibility have been
862           added. Thanks to Manuel Sanmartin for his patches.
863         * Build system: Checking for "nanosleep" on old Solaris machines has
864           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
865           figuring out a way to make this work.
866         * collectd: Serialization of NANs in JSON format has been fixed.
867           Thanks to Chris Buben for pointing out the resulting syntax error.
868         * collectd: Checks whether a "sleep" returned early have been added;
869           the cases are now handled correctly. Thanks to Michael Stapelberg
870           for the patch.
871         * collectd: Continue reading files in a directory when parsing one
872           file fails.
873         * apache plugin: Collection of the number of active connections has
874           been fixed for Apache 2.*.
875         * exec plugin: Error messages have been improved. The "running" flag
876           is now cleared correctly when forking a child fails.
877         * iptables plugin: Fix a violation of aliasing rules. This resolves a
878           warning / error with new GCC versions. Thanks to Jan Engelhardt for
879           the work-around.
880         * java plugin: The Java API files are now packaged into a .jar file.
881           Thanks to Amit Gupta for his patch.
882         * network plugin: A memory leak when receiving encrypted network
883           packets has been fixed.
884         * oracle plugin: Fix checking for lost connections and reconnect in
885           this case. Thanks to Sven Trenkel for pointing out the problem.
886         * unixsock plugin: A memory leak in the "LISTVAL" command has been
887           fixed. Thanks to Peter Warasin for pointing it out.
888         * write_http plugin: Use the "any" authentication schema. This used to
889           be "digest". Thanks to Paul Sadauskas for the patch.
891 2010-01-14, Version 4.8.3
892         * Documentation: Some manpage fixes.
893         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
894           incorrect initialization some files may be suspended basically
895           indefinitely. After flushing the files they were written regularly
896           again.
898 2009-12-18, Version 4.8.2
899         * Build system, java plugin: Don't use “find -L” to search for Java
900           headers, because it's a GNU extension.
901         * Build system: Support for parallel builds has been improved. Thanks
902           Sebastian Harl and Stefan Völkel for looking into this.
903         * collectd: Print error messages to STDERR if no log plugin has been
904           loaded.
905         * genericjmx plugin: Close and re-open the connection upon I/O-errors.
906         * gmond plugin: Fix typos which caused syntax errors.
907         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
908         * network plugin: The license has been changed to LGPL 2.1.
909         * oracle plugin: Reconnect to the database if the connection dies.
910         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
911           added.
912         * snmp plugin: Handling of negative values has been fixed. Strings
913           containing control characters are now interpreted as hex-strings.
914         * unixsock plugin: A memory leak in the LISTVAL command has been
915           fixed. Thanks to Ben Knight for his patch.
917 2009-10-04, Version 4.8.1
918         * Build system: Issues when building the iptables plugin have been
919           fixed.
920         * exec plugin: Clear the signal block mask before calling exec(2).
921         * perl plugin: Declare the “environ” variable. This solves build
922           issues on some platforms.
923         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
924           Andrés J. Díaz for the patch.
925         * unixsock plugin: Fix a (well hidden) race condition related to file
926           descriptor handling.
928 2009-09-13, Version 4.8.0
929         * collectd: Two new data source types, “DERIVE” and “ABSOLUTE”, have
930           been added. “DERIVE” can be used for counters that are reset
931           occasionally. Thanks to Mariusz Gronczewski for implementing this.
932         * thresholds: The advanced threshold options “Percentage”, “Hits”, and
933           “Hysteresis” have been added. Thanks to Andrés J. Díaz for his
934           patches.
935         * curl_json plugin: The new cURL-JSON plugin reads JSON files using
936           the cURL library and parses the contents according to user
937           specification. Among other things, this allows to read statistics
938           from a CouchDB instance. Thanks to Doug MacEachern for the patch.
939         * df plugin: Using the new “ReportByDevice” option the device rather
940           than the mount point can be used to identify partitions. Thanks to
941           Paul Sadauskas for the patch.
942         * dns plugin: The possibility to ignore numeric QTypes has been added.
943           Thanks to Mirko Buffoni for the patch.
944         * GenericJMX plugin: The new, Java-based GenericJMX plugin allows to
945           query arbitrary data from a Java process using the “Java Management
946           Extensions” (JMX).
947         * madwifi plugin: The new MadWifi plugin collects information about
948           Atheros wireless LAN chipsets from the MadWifi driver. Thanks to
949           Ondrej Zajicek for his patches.
950         * network plugin: The receive- and send-buffer-sizes have been made
951           configurable, allowing for bigger and smaller packets. Thanks to
952           Aman Gupta for the patch.
953         * olsrd plugin: The new OLSRd plugin queries routing information from
954           the “Optimized Link State Routing” daemon.
955         * rrdtool plugin: A new configuration option allows to define a random
956           write delay when writing RRD files. This spreads the load created by
957           writing RRD files more evenly. Thanks to Mariusz Gronczewski for the
958           patch.
959         * swap plugin: The possibility to collect swapped in/out pages has
960           been added to the Swap plugin. Thanks to Stefan Völkel for the
961           patch.
962         * tokyotyrant plugin: The new TokyoTyrant plugin reads the number of
963           records and file size from a running Tokyo Tyrant server. Thanks to
964           Paul Sadauskas for the patch.
965         * unixsock plugin: Add the “GETTHRESHOLD” command. This command can be
966           used to query the thresholds configured for a particular identifier.
967         * write_http plugin: The new Write HTTP plugin sends the values
968           collected by collectd to a web-server using HTTP POST requests.
969           Thanks to Paul Sadauskas for the patch.
970         * zfs_arc plugin: The new ZFS ARC plugin collects information about
971           the “Adaptive Replacement Cache” (ARC) of the “Zeta File-System”
972           (ZFS). Thanks to Anthony Dewhurst for the patch.
973         * empty_counter match: The new Empty Counter match matches value
974           lists, where at least one data source is of type COUNTER and the
975           counter value of all counter data sources is zero.
977 2009-12-18, Version 4.7.5
978         * Build system, java plugin: Don't use “find -L” to search for Java
979           headers, because it's a GNU extension.
980         * Build system: Support for parallel builds has been improved. Thanks
981           Sebastian Harl and Stefan Völkel for looking into this.
982         * collectd: Print error messages to STDERR if no log plugin has been
983           loaded.
984         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
985         * network plugin: The license has been changed to LGPL 2.1.
986         * oracle plugin: Reconnect to the database if the connection dies.
987         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
988           added.
989         * snmp plugin: Handling of negative values has been fixed. Strings
990           containing control characters are now interpreted as hex-strings.
991         * unixsock plugin: A memory leak in the LISTVAL command has been
992           fixed. Thanks to Ben Knight for his patch.
994 2009-10-03, Version 4.7.4
995         * Build system: Issues when building the iptables plugin have been
996           fixed.
997         * exec plugin: Clear the signal block mask before calling exec(2).
998         * perl plugin: Declare the “environ” variable. This solves build
999           issues on some platforms.
1000         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
1001           Andrés J. Díaz for the patch.
1002         * unixsock plugin: Fix a (well hidden) race condition related to file
1003           descriptor handling.
1005 2009-09-13, Version 4.7.3
1006         * collectd: Fix a possible but very rare invalid “free” in the caching
1007           code. Thanks to Sebastian Harl for the patch.
1008         * collectd: Remove old values when a cache entry is marked as missing.
1009           This way the “GETVAL” command of the UnixSock plugin doesn't return
1010           old, no longer valid values when this happens. Thanks to Andrés J.
1011           Díaz for the patch.
1012         * collectd: The “plugin_unregister_read” function has been fixed.
1013         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
1014           to follow redirects. Thanks to Joey Hess for reporting this bug.
1015         * df plugin: Check the ignorelist before stating the file system,
1016           possibly reducing the number of stats considerably. Thanks to Joey
1017           Hess for reporting this bug.
1018         * iptables plugin: Support for the new libiptc API has been added.
1019           Thanks to Sebastian Harl for the patch. The build system has been
1020           updated to the plugin only includes the shipped header files when it
1021           is linked with the shipped library, too.
1022         * java plugin: Delay creating the JVM until after the daemon has
1023           forked. The JVM internally creates threads that are lost when
1024           forking. This means that Java-based plugins are now configured
1025           during the init-phase, i. e. later than other plugins.
1026         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
1027           to Alan Pevec for the patch.
1028         * network plugin: Fix the handling of the “CacheFlush” option: The
1029           value was assigned to a wrong variable. The initialization of the
1030           gcrypt library, which is used for signing / encrypting traffic, has
1031           been fixed. Thanks to Luke Heberling for the patch.
1032         * powerdns plugin: Set a timeout when reading data from the datagram
1033           socket. Handling of the “LocalSocket” option has been fixed.  An
1034           incorrectly used “type” has been corrected. Thanks to Luke Heberling
1035           for his patches.
1037 2009-07-19, Version 4.7.2
1038         * Build system: Support for `DESTDIR' has been fixed in the Java
1039           bindings.
1040         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
1041           Díaz for fixing this bug.
1042         * collectd: A programming error has been fixed in the notification
1043           code. The bug may result in an assertion failure.
1044         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
1045           for reporting the bug.
1046         * ping plugin: Link the plugin with libm.
1048 2009-06-02, Version 4.7.1
1049         * Build system: Detection of Java has been improved and missing
1050           details have been added to the configuration summary. Support for
1051           libtool 2.2 has been added.
1052         * collectd: Two bugs with the threshold checking have been fixed. The
1053           first one prevented thresholds to be checked at all, the second one
1054           caused wrong behavior with the persistency option. Thanks to Andrés
1055           J. Díaz for fixing these problems.
1056         * collectd: Handling of the `Include' configuration option has been
1057           fixed.
1058         * rrdtool plugin: Make sure initialization is run only once. This
1059           resolves problems under Solaris and potentially other systems.
1060           Thanks to Amit Gupta for reporting this bug.
1061         * java plugin: Make it possible to use dots ('.') instead of slashes
1062           ('/') as the class separator. Thanks to Randy Rizun for pointing
1063           this out.
1064         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
1065           to Doug MacEachern for the patch.
1067 2009-05-11, Version 4.7.0
1068         * apache plugin: Support to query multiple servers has been added.
1069           Thanks to Amit Gupta for the patch.
1070         * apache plugin: Handling of lighttpd's scoreboard statistics has been
1071           improved. Thanks to Amit Gupta for the patch.
1072         * conntrack plugin: The new conntrack plugin collects the connection
1073           tracking table size. Thanks to Tomasz Pala for the patch.
1074         * fscache plugin: The new fscache plugin collects statistics about
1075           Linux' file-system based caching framework. Thanks to Edward
1076           Konetzko for the patch.
1077         * gmond plugin: The new gmond plugin can receive and interpret
1078           multicast traffic from Ganglia's gmond daemon.
1079         * java plugin: The new java plugin exports the collectd API to Java,
1080           making it possible to write extensions to collectd in Java.
1081         * memcachec plugin: The new memcachec plugin queries data from a
1082           memcached daemon and parses it similar to the cURL plugin. Thanks to
1083           Doug MacEachern for the initial code.
1084         * memcached plugin: Support for connections over UNIX domain sockets
1085           has been added. Thanks to Franck Lombardi for the patch.
1086         * memory plugin: Support for OpenBSD and possibly other *BSDs has been
1087           added. Thanks to Simon Kuhnle for the patch.
1088         * mysql plugin: Support to query multiple databases has been added.
1089           Thanks to Doug MacEachern for the patch.
1090         * mysql plugin: Master/slave statistics have been added.
1091         * mysql plugin: Lock statistics have been added. Thanks to Rodolphe
1092           Quiédeville for the patch.
1093         * network plugin: The possibility to sign or encrypt network traffic
1094           has been added.
1095         * protocols plugin: The new protocols plugin provides information
1096           about network protocols, such as IP, TCP and UDP.
1097         * snmp plugin: The intervals given in the configuration of the SNMP
1098           plugin must no longer be a multiple of the global interval.
1099         * table plugin: The new Table plugin provides parsing for table-like
1100           structured files, such as many files beneath /proc.
1101         * ted plugin: The new TED plugin reads power consumption measurements
1102           from “The Energy Detective” (TED). Thanks to Eric Reed for this
1103           plugin.
1104         * onewire plugin: The new `Interval' option allows collecting
1105           information from OneWire sensors at arbitrary intervals.
1106         * ping plugin: Support for collecting the drop rate and standard
1107           deviation of round-trip times has been added.
1108         * uptime plugin: The new uptime plugin can collect the server's
1109           uptime. Thanks to Marco Chiappero for the patch.
1111 2009-09-10, Version 4.6.5
1112         * collectd: Remove old values when a cache entry is marked as missing.
1113           This way the “GETVAL” command of the UnixSock plugin doesn't return
1114           old, no longer valid values when this happens. Thanks to Andrés J.
1115           Díaz for the patch.
1116         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
1117           to follow redirects. Thanks to Joey Hess for reporting this bug.
1118         * df plugin: Check the ignorelist before stating the file system,
1119           possibly reducing the number of stats considerably. Thanks to Joey
1120           Hess for reporting this bug.
1121         * iptables plugin: Support for the new libiptc API has been added.
1122           Thanks to Sebastian Harl for the patch. The build system has been
1123           updated to the plugin only includes the shipped header files when it
1124           is linked with the shipped library, too.
1125         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
1126           to Alan Pevec for the patch.
1127         * powerdns plugin: Set a timeout when reading data from the datagram
1128           socket. Handling of the “LocalSocket” option has been fixed.  An
1129           incorrectly used “type” has been corrected. Thanks to Luke Heberling
1130           for his patches.
1132 2009-07-18, Version 4.6.4
1133         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
1134           Díaz for fixing this bug.
1135         * collectd: A programming error has been fixed in the notification
1136           code. The bug may result in an assertion failure.
1137         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
1138           for reporting the bug.
1140 2009-06-02, Version 4.6.3
1141         * Build system, various plugins: Many build fixes for FreeBSD,
1142           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
1143           for many fixes and providing a build system for many platforms,
1144           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
1145           providing an OpenBSD system.
1146         * collectd: Two bugs with the threshold checking have been fixed. The
1147           first one prevented thresholds to be checked at all, the second one
1148           caused wrong behavior with the persistency option. Thanks to Andrés
1149           J. Díaz for fixing these problems.
1150         * collectd: Handling of the `Include' configuration option has been
1151           fixed.
1152         * battery plugin: Don't complain about a missing directory every
1153           interval.
1154         * exec plugin: Allow executed programs to close STDERR. Thanks to
1155           Thorsten von Eicken for reporting this problem.
1156         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
1157           Tomasz Pala for the patch.
1158         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
1159           the patch.
1160         * memory plugin: Fix a potential problem under Solaris.
1161         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
1162           to Doug MacEachern for the patch.
1164 2009-03-18, Version 4.6.2
1165         * collectd: Some Solaris utility code has been improved.
1166         * filter subsystem: Allow `Chains' without default targets.
1167         * liboping: A patch to comply with strict aliasing rules has been
1168           added.
1169         * timediff match: Fix a typo: The match was registered with a wrong
1170           name which prevented this match to be used as documented. Thanks to
1171           Bruno Prémont for finding this problem.
1172         * bind plugin: Fix collection of the cached RR sets. The number of RR
1173           sets currently in the cache was collected as a counter value, which
1174           is nonsense. Thanks to Bruno Prémont for implementing this.
1175         * dns plugin: Don't pass NULL to `pcap_open_live': Some systems,
1176           primarily BSDs, don't take it well and crash.
1177         * oracle plugin: Portability to 64 bit systems has been improved.
1178         * postgresql plugin: The default configuration has been improved.
1179         * rrdtool plugin: Fix a possible race condition: If the network plugin
1180           is brought and dispatches a value before the rrdtool plugin is
1181           initialized, the daemon may crash.
1183 2009-02-22, Version 4.6.1
1184         * collectd: Many documentation fixes.
1185         * Collectd::Unixsock: Error handling has been improved.
1186         * regex match: Don't link with the PCRE library.
1187         * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont
1188           for finding and fixing most of them.
1189         * ipmi plugin: Fix an off-by-one error which could cause segmentation
1190           faults. Thanks to Peter Holik for his patch.
1192 2009-02-16, Version 4.6.0
1193         * collectd: Added the `filter chain' infrastructure, which allows the
1194           user to use `matches' and `targets' to control value processing.
1195         * collectd: The new `-T' command line argument allows more in-depth
1196           testing of a configuration. Thanks to Doug MacEachern for the patch.
1197         * collectd-nagios: The Nagios integration command has been updated to
1198           use libcollectdclient. The `percentage' aggregation function has
1199           been added. Thanks to Fabian Linzberger for the patch.
1200         * libcollectdclient: A library which abstracts communication with the
1201           unixsock plugin for clients has been added.
1202         * regex match: Match values by their identifies using regular
1203           expressions.
1204         * timediff match: Match for values with an invalid timestamp.
1205         * value match: Select values by their data sources' values.
1206         * notification target: Create and dispatch a notification.
1207         * replace target: Replace parts of an identifier using regular
1208           expressions.
1209         * set target: Set (overwrite) entire parts of an identifier.
1210         * bind plugin: This new plugin uses the new HTTP/XML interface to BIND
1211           statistics, allowing very detailed name server statistics. Thanks to
1212           Bruno Prémont for this plugin.
1213         * cpu plugin: Report `interrupt' separately when using
1214           sysctlbyname(3) (used under *BSD). Support for sysctl(3), for
1215           example for native OpenBSD support, has been added. Thanks to Simon
1216           Kuhnle for the patch.
1217         * csv plugin: Make it possible to write values to STDOUT instead of
1218           files. This is meant for testing purposes mostly. The output written
1219           to STDOUT is compatible with the exec plugin. Thanks to Doug
1220           MacEachern for the patch.
1221         * curl plugin: This new plugin can be used to read web pages and parse
1222           them using the same mechanism that's used in the tail plugin.
1223         * dbi plugin: This new plugin allows you to connect to a variety of
1224           relational databases and use SQL to gather custom statistics from
1225           it. It is similar to the already existing PostgreSQL plugin but uses
1226           libdbi to communicate with the database(s).
1227         * interface plugin: Use the ignorelist framework when selecting /
1228           ignoring interfaces. This allows one to use regular expressions to
1229           select interfaces, too.
1230         * ipmi plugin: Handle temporary IPMI error conditions more gracefully.
1231           Thanks to Bruno Prémont for this patch.
1232         * memcached plugin: Add hit-ratio metric. Thanks to Doug MacEachern
1233           for the patch.
1234         * mysql plugin: Allow connecting to a database via the UNIX domain
1235           socket, too. Thanks to Mirko Buffoni for the patch.
1236         * network plugin: Further performance improvements for the receive
1237           code. This hopefully will help very large setups.
1238         * openvpn plugin: This new plugin collects statistics provided by the
1239           OpenVPN daemon. Thanks to Doug MacEachern for the patch.
1240         * oracle plugin: This new plugin allows you to connect to an Oracle
1241           database and use SQL to gather custom statistics from it. It is
1242           similar to the already existing PostgreSQL plugin.
1243         * perl plugin: Compatibility fixes for broken versions of Perl 5.10
1244           have been added.
1245         * perl plugin: Export the newly added plugin_write() to Perl plugins.
1246         * perl plugin: Added support for `notification meta data'.
1247         * perl plugin: Added support for the `filter chain' infrastructure by
1248           allowing plugins to register `matches' and `targets'.
1249         * postgresql plugin: The preferred configuration syntax has been
1250           updated to be in line with the syntax used by the new dbi and oracle
1251           plugins. The compatibility code for the old syntax is present.
1252           Support for the new `Result' blocks and the interval parameter has
1253           been added.
1254         * processes plugin: Stacksize and virtual memory usage statistics have
1255           been added. Portability fixes.
1256         * rrdcached plugin: This new plugin uses the (still in development)
1257           RRD accelerator daemon, rrdcached. This daemon works very similar to
1258           the original rrdtool plugin of collectd, but adds some more nice
1259           features.
1260         * swap plugin: Code for OpenBSD (and possibly other *BSDs) has been
1261           added.
1263 2009-05-09, Version 4.5.4
1264         * Build system, various plugins: Many build fixes for FreeBSD,
1265           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
1266           for many fixes and providing a build system for many platforms,
1267           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
1268           providing an OpenBSD system.
1269         * collectd: Fix a potential race condition when creating directories.
1270         * battery plugin: Don't complain about a missing directory every
1271           interval.
1272         * dns plugin: Slight portability fixes.
1273         * exec plugin: Allow executed programs to close STDERR. Thanks to
1274           Thorsten von Eicken for reporting this problem.
1275         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
1276           Tomasz Pala for the patch.
1277         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
1278           the patch.
1279         * rrdtool plugin: Fix a possible race condition: If the network plugin
1280           is initialized and dispatches a value before the rrdtool plugin is
1281           initialized, the daemon may crash.
1282         * memory plugin: Fix a potential problem under Solaris.
1284 2009-02-22, Version 4.5.3
1285         * build system: The check for libupsclient even when `pkg-config' is
1286           not available.
1287         * collectd: Fix error handling in the global cache.
1288         * Collectd::Unixsock: Error handling has been improved.
1289         * ascent plugin: Fix a memory leak. Thanks to Bruno Prémont for his
1290           patch.
1291         * ipmi plugin: Fix an off-by-one error which could cause segmentation
1292           faults. Thanks to Peter Holik for his patch.
1293         * tcpconns plugin: An endianness problem has been fixed in the *BSD
1294           code. Thanks to "thated" for reporting this.
1296 2009-01-02, Version 4.5.2
1297         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
1298           file may be in both locations, especially when the database was
1299           installed in a non-standard path. Thanks to Dusty Doris for
1300           reporting this.
1301         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
1302           Solaris, in the configure script automatically.
1303         * build system, tcpconns plugin: Check for `kvm_nlist' and
1304           `kvm_openfiles' before enabling the plugin: Solaris provides a KVM
1305           library with similar functions to the BSD variant, but doesn't
1306           provide these necessary functions.
1307         * collectd.conf(5): Various fixes and clarifications.
1308         * collectd: Remove a GNUism (unnamed unions), thus improving
1309           portability.
1310         * collectd, apcups plugin: Include "collectd.h" before <stdlib.h>.
1311           This solves portability problems, especially for Solaris.
1312         * dns plugin: Fix a portability problem with NetBSD.
1313         * filecount plugin: Fix an off-by-one error. This error may cause a
1314           segmentation fault.
1315         * network plugin: Fix the handling of `type' in the network protocol.
1316           Due to a programming mistake, only 4 or 8 bytes would be copied to a
1317           much larger buffer. This caused the `type' to be transferred much
1318           more often than necessary. In some cases, e. g. the `cpu' and
1319           `cpufreq' plugins being used at the same time, data may be corrupted
1320           in those files. Thanks to Bruno Prémont for debugging and reporting
1321           this issue.
1322         * processes plugin: Fix a possible segmentation fault when specifying
1323           invalid configuration options.
1324         * unixsock plugin: Make sure the initialization function is run only
1325           once. This resolves a file descriptor leak under systems which run
1326           the initialization more than once, such as Solaris.
1328 2008-10-16, Version 4.5.1
1329         * build system: Change `--enable-<plugin>' to abort with an error if
1330           dependencies are not met. Thanks to Bruno Prémont for the patch.
1331           Also, the poisoning of various string functions has been restricted
1332           to debug builds.
1333         * collectd: Fix a memory leak in the global value cache. With every
1334           *missing* value a couple of bytes would be leaked. Another memory
1335           leak in the configuration handling code has been fixed. Thanks to
1336           Niraj Tolia for reporting these issues.
1337         * collectd: Fix an off-by-one error in the ignorelist functionality.
1338           When using regular expressions, the last character would be missing,
1339           possibly matching differently from what one would expect.
1340         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
1341           problem.
1342         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
1343           Linzberger for reporting the bug.
1344         * iptables plugin: Fix an off-by-one error. If a string was just one
1345           character too long, it was truncated instead of reporting an error.
1346         * network plugin: Fix a memory leak in the configuration handling
1347           code. Thanks to Niraj Tolia for reporting this issue.
1348         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
1349         * postgresql plugin: Don't reopen connection during reinitialization.
1350           This fixes a bug under Solaris and potentially other platforms.
1351           Missing calls to `PQclear' have been added, too. This fixes memory
1352           leaks. Thanks to ``Admin'' for reporting these bugs.
1353         * snmp plugin: Don't expect null-terminated strings from the Net-SNMP
1354           library.
1355         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
1356           problems with some `libc's. Thanks to Matthias Lay for reporting the
1357           bug.
1359 2008-09-04, Version 4.5.0
1360         * collectd: Added the ability to flush certain identifiers.
1361         * collectd: The concept of `notification meta data' has been
1362           introduced.
1363         * filecount plugin: The new filecount plugin counts the number of
1364           files in a directory and its subdirectories.
1365         * ipmi plugin: Sensor names have been changed to ensure unique names.
1366           Notifications upon added and removed sensors can now be generated.
1367         * notify_desktop plugin: This new plugin sends notifications to the
1368           X desktop using the structure defined in the `Desktop Notification
1369           Specification'.
1370         * notify_email plugin: This new plugin sends out notifications via
1371           email, using the `esmtp' library.
1372         * onewire plugin: The new experimental(!) onewire plugin reads values,
1373           such as temperatures, from sensors connected to the computer via the
1374           onewire bus.
1375         * perl plugin: Improved synchronized access to internal data structures
1376           and fixed a possible dead-lock.
1377         * perl plugin: Added the ability to flush certain identifiers and marked
1378           plugin_flush_all() and plugin_flush_one() as deprecated in favor of
1379           plugin_flush().
1380         * perl plugin: Added the ability to configure Perl plugins.
1381         * postgresql plugin: The new postgresql plugin collects statistics
1382           about or from a PostgreSQL database.
1383         * processes plugin: The `ProcessMatch' option has been added.
1384         * rrdtool plugin: Implement throttling of the `update queue' to lessen
1385           IO load.
1386         * tcpconns plugin: This plugin has been ported to OpenBSD.
1387         * thermal plugin: The new thermal plugin collects system temperatures
1388           using Linux ACPI thermal zone data.
1390 2009-01-02, Version 4.4.5
1391         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
1392           file may be in both locations, especially when the database was
1393           installed in a non-standard path. Thanks to Dusty Doris for
1394           reporting this.
1395         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
1396           Solaris, in the configure script automatically.
1397         * collectd.conf(5): Various fixes and clarifications.
1398         * apcups plugin: Include "collectd.h" before <stdlib.h>. This solves
1399           portability problems, especially for Solaris.
1400         * dns plugin: Fix a portability problem with NetBSD.
1401         * network plugin: Fix the handling of `type' in the network protocol.
1402           Due to a programming mistake, only 4 or 8 bytes would be copied to a
1403           much larger buffer. This caused the `type' to be transferred much
1404           more often than necessary. In some cases, e. g. the `cpu' and
1405           `cpufreq' plugins being used at the same time, data may be corrupted
1406           in those files. Thanks to Bruno Prémont for debugging and reporting
1407           this issue.
1408         * unixsock plugin: Make sure the initialization function is run only
1409           once. This resolves a file descriptor leak under systems which run
1410           the initialization more than once, such as Solaris.
1412 2008-10-16, Version 4.4.4
1413         * build system: Change `--enable-<plugin>' to abort with an error if
1414           dependencies are not met. Thanks to Bruno Prémont for the patch.
1415           Also, the poisoning of various string functions has been restricted
1416           to debug builds.
1417         * collectd: Fix a memory leak in the global value cache. With every
1418           *missing* value a couple of bytes would be leaked. Another memory
1419           leak in the configuration handling code has been fixed. Thanks to
1420           Niraj Tolia for reporting these issues.
1421         * collectd: Fix an off-by-one error in the ignorelist functionality.
1422           When using regular expressions, the last character would be missing,
1423           possibly matching differently from what one would expect.
1424         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
1425           problem.
1426         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
1427           Linzberger for reporting the bug.
1428         * network plugin: Fix a memory leak in the configuration handling
1429           code. Thanks to Niraj Tolia for reporting this issue.
1430         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
1431         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
1432           problems with some `libc's. Thanks to Matthias Lay for reporting the
1433           bug.
1435 2008-09-01, Version 4.4.3
1436         * collectd: Fix a memory leak in the threshold checking code.
1437         * memcached plugin: Fix a too short timeout and a related file
1438           descriptor leak.
1439         * memory plugin: A typo in the libstatgrab code has been fixed.
1440         * snmp plugin: Fix a possible memory leak.
1442 2008-07-15, Version 4.4.2
1443         * build system: Use pkg-config to detect the upsclient library.
1444         * collectd: Try even harder to determine the endianess of the
1445           architecture collectd is being built on.
1446         * disk plugin: Fix for Linux 2.4: A wrong field was used as the name
1447           of disks.
1448         * dns plugin: Fix compilation errors with BIND versions 19991001
1449           through 19991005.
1450         * network plugin: Bugfix in the init routine: The init function
1451           cleared a buffer regardless of its contents. This could lead to lost
1452           values under Solaris.
1453         * nginx plugin: Remove usage of the thread-unsafe `strtok' function.
1454         * vserver plugin: Remove usage of the thread-unsafe `readdir'
1455           function.
1456         * wireless plugin: Work around incorrect noise and power values
1457           returned by some broken drivers.
1459 2008-06-03, Version 4.4.1
1460         * collectd: Fix the `DataSource' option within `Type' blocks. Thanks
1461           to kyrone for reporting this.
1462         * collectd: Fixed min/max output in notifications generated by
1463           threshold checking.
1464         * collectd-nagios: Fix the protocol used to communicate with the
1465           daemon.
1466         * perl plugin: Fail noisily, but don't shutdown the daemon, if
1467           initialization has errors. An issue with Perl 5.10 has been fixed.
1468         * teamspeak2 plugin: Fixed an out of bound array access. Thanks to
1469           René Rebe and Siegmund Gorr for reporting this.
1471 2008-05-06, Version 4.4.0
1472         * collectd: Internal code cleanups.
1473         * collectd: Added support for a `Flush' command in the unixsock and
1474           exec plugins. This command can be used to force a plugin (or all) to
1475           flush its values to disk.
1476         * collectd: Thresholds can now be configured to apply to one data
1477           source only, making it possible to configure different thresholds
1478           for each data source.
1479         * apache, nginx plugins: Added the possibility to disable host and/or
1480           peer verification.
1481         * ascent plugin: The new ascent plugin reads and parses the statistics
1482           page of an Ascent server.
1483         * cpu plugin: Support for the statgrab library has been added.
1484         * disk plugin: The possibility to ignore certain disks or collect only
1485           specific disks has been added.
1486         * disk plugin: Support for the statgrab library has been added.
1487         * ipmi plugin: The new ipmi plugin uses the OpenIPMI library to read
1488           sensor values via IPMI, the intelligent platform management
1489           interface.
1490         * iptables plugin: The iptc library that is used by the iptables
1491           plugin has been added to the distribution, because it is not
1492           provided by all distributions and removed from at least one.
1493         * powerdns plugin: The new powerdns plugin reads statistics from an
1494           authoritative or a recursing PowerDNS name server.
1495         * rrdtool plugin: The size of the files generated with the default
1496           configuration has been decreased.
1497         * tail plugin: The new tail plugin can be used to gather statistics by
1498           continuously reading from log files.
1499         * teamspeak2 plugin: The new teamspeak2 plugin connects to a
1500           TeamSpeak2 server and collects statistics about the number of users
1501           and number of channels.
1502         * users plugin: Support for the statgrab library has been added.
1503         * vmem plugin: The new vmem plugin collects very detailed statistics
1504           about the virtual memory subsystem of Linux.
1506 2008-08-30, Version 4.3.4
1507         * Build system: Improved detection of and linking with the statgrab
1508           library.
1509         * collectd: Portability fixes, especially to determine endianess more
1510           reliable.
1511         * Various plugins: Fix format strings.
1512         * disk plugin: A fix for giving disks under Linux 2.4 the right names
1513           again has been applied.
1514         * memcached plugin: Fix a too short timeout and a related file
1515           descriptor leak.
1516         * memory plugin: A typo in the libstatgrab code has been fixed.
1517         * network plugin: A fix in the initialization function solves problems
1518           under Solaris.
1519         * nginx plugin: A thread-unsafe function has been replaced.
1520         * vserver plugin: A thread-unsafe function has been replaced.
1521         * wireless plugin: A work-around for broken wireless drivers has been
1522           added.
1524 2008-04-22, Version 4.3.3
1525         * build system: Improved detection of several libraries, especially if
1526           they are in non-standard paths.
1527         * build system: Portability fixes: Automatically define "_REENTRANT"
1528           if the libc expects it.
1529         * collectd: Error and warning messages have been improved.
1530         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
1531           using them.
1532         * apache plugin: Allocate new memory when reading a webpage instead of
1533           using a buffer of static size.
1534         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
1535           the program.
1536         * hddtemp plugin: Error and warning messages have been improved.
1537         * sensors plugin: Fix sensor collection for some chip types.
1539 2008-03-29, Version 4.3.2
1540         * collectd: Fix configuration of the `FailureMax', `WarningMax', and
1541           `Persist' threshold options.
1542         * collectd: Fix handling of missing values in the global value cache.
1543         * collectd: Improved error messages when parsing the configuration.
1544         * sensors plugin: Fix temperature collection with libsensors4.
1545         * unixsock plugin: Fix mixed input and output operation on streams.
1546         * wireless plugin: Fix reading noise value.
1548 2008-03-05, Version 4.3.1
1549         * exec plugin: Set supplementary group IDs.
1550         * network plugin:
1551           + Use `memcpy' when constructing/parsing a package to avoid
1552             alignment problems on weird architectures, such as Sparc.
1553           + Translate doubles to/from the x86 byte representation to ensure
1554             cross-platform compatibility.
1555         * ping plugin: Correct the handling of the `TTL' setting.
1556         * swap plugin: Reapply a patch for Solaris.
1557         * tcpconns plugin: Portability improvements.
1559 2008-02-18, Version 4.3.0
1560         * collectd: Notifications have been added to the daemon. Notifications
1561           are status messages that may be associated with a data instance.
1562         * collectd: Threshold checking has been added to the daemon. This
1563           means that you can configure threshold values for each data
1564           instance. If this threshold is exceeded a notification will be
1565           created.
1566         * collectd: The new `FQDNLookup' option tells the daemon to use the
1567           full qualified domain name as the hostname, not just the host part
1568           es returned by `gethostname(2)'.
1569         * collectd: Support for more than one `TypesDB' file has been added.
1570           This is useful when one such file is included in a package but one
1571           wants to add custom type definitions.
1572         * collectd: The `Include' config option has been expanded to handle
1573           entire directories and shell wildcards.
1574         * collectdmon: The new `collectdmon' binary detects when collectd
1575           terminates and automatically restarts it again.
1576         * csv plugin: The CSV plugin is now able to store counter values as a
1577           rate, using the `StoreRates' configuration option.
1578         * exec plugin: Handling of notifications has been added and the
1579           ability to pass arguments to the executed programs has been added.
1580         * hddtemp plugin: The new `TranslateDevicename' option lets you
1581           disable the translation from device names to major-minor-numbers.
1582         * logfile plugin: Handling of notifications has been added.
1583         * ntpd plugin: The new `ReverseLookups' can be used to disable reverse
1584           domain name lookups in this plugin.
1585         * perl plugin: Many internal changes added support for handling multiple
1586           threads making the plugin reasonably usable inside collectd. The API has
1587           been extended to support notifications and export global variables to
1588           Perl plugins; callbacks now have to be identified by name rather than a
1589           pointer to a subroutine. The plugin is no longer experimental.
1590         * uuid plugin: The new UUID plugin sets the hostname to an unique
1591           identifier for this host. This is meant for setups where each client
1592           may migrate to another physical host, possibly going through one or
1593           more name changes in the process. Thanks to Richard Jones from
1594           Red Hat's Emerging Technology group for this plugin.
1595         * libvirt: The new libvirt plugin uses the `libvirt' library to query
1596           CPU, disk and network statistics about guest systems on the same
1597           physical server. Thanks to Richard Jones from Red Hat's Emerging
1598           Technology group for this plugin.
1600 2008-04-22, Version 4.2.7
1601         * build system: Improved detection of several libraries, especially if
1602           they are in non-standard paths.
1603         * build system: Portability fixes: Automatically define "_REENTRANT"
1604           if the libc expects it.
1605         * collectd: Error and warning messages have been improved.
1606         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
1607           using them.
1608         * apache plugin: Allocate new memory when reading a webpage instead of
1609           using a buffer of static size.
1610         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
1611           the program.
1612         * hddtemp plugin: Error and warning messages have been improved.
1613         * sensors plugin: Fix sensor collection for some chip types.
1615 2008-03-29, Version 4.2.6
1616         * collectd: Improved error messages when parsing the configuration.
1617         * sensors plugin: Fix temperature collection with libsensors4.
1618         * unixsock plugin: Fix mixed input and output operation on streams.
1619         * wireless plugin: Fix reading noise value.
1621 2008-03-04, Version 4.2.5
1622         * apache plugin: Improved initialization and error messages.
1623         * exec plugin: Set supplementary group IDs.
1624         * network plugin:
1625           + Create separate threads for reading from the socket and parsing
1626             and dispatching incoming packets. Versions prior to this may have
1627             problems in high-load situations, where the socket receive buffers
1628             overflows, resulting in gaps in the data.
1629           + Use `memcpy' when constructing/parsing a package to avoid
1630             alignment problems on weird architectures, such as Sparc.
1631           + Translate doubles to/from the x86 byte representation to ensure
1632             cross-platform compatibility.
1633         * ping plugin: Correct the handling of the `TTL' setting.
1634         * rrdtool plugin: Ensure correct handling of the `RRATimespan' option.
1635         * swap plugin: Reapply a patch for Solaris.
1636         * tcpconns plugin: Portability improvements.
1638 2008-01-21, Version 4.2.4
1639         * unixsock plugin: A bug in the unixsock plugin caused it not to set
1640           the permission on the socket as documented in the manpage. Thanks to
1641           Evgeny Chukreev for fixing this issue.
1642         * collectd: The documentation has been improved.
1644 2007-12-28, Version 4.2.3
1645         * sensors plugin: Updated the plugin to build and work with version 3
1646           of the libsensors library.
1648 2007-12-15, Version 4.2.2
1649         * nginx plugin: Incorrect comparison of strings lead to a segfault
1650           when using the plugin. Thanks to Saulius Grigaliunas for fixing
1651           this.
1652         * logfile plugin: The config option `Timestamp' was handled
1653           incorrectly and basically always active. Thanks to Luke Heberling
1654           for fixing this.
1656 2007-11-08, Version 4.2.1
1657         * tcpconns plugin: Don't complain about a missing file if IPv6 is not
1658           enabled on the host.
1659         * snmp plugin: Fix a memory leak.
1661 2007-10-27, Version 4.2.0
1662         * collectd: The new config option `Include' lets you include other
1663           configfiles and thus split up your config into smaller parts. This
1664           may be especially interesting for the snmp plugin to keep the data
1665           definitions separate from the host definitions.
1666         * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
1667           (number of connections, octets and packets for each service and
1668           destination). Thanks to Sebastian Harl for this plugin.
1669         * memcached plugin: The new `memcached' plugin connects to a memcached
1670           daemon process and collects statistics of this distributed caching
1671           system. Thanks to Antony Dovgal for contributing this plugin.
1672         * nginx plugin: The new `nginx' plugin reads the status page of an
1673           nginx daemon and saves the handled connections and requests.
1674         * perl plugin: Many changes, including the added `EnableDebugger'
1675           config option which lets you debug your Perl plugins more easily.
1676         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
1677           be more thread-safe otherwise by locking calls to the library.
1678         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
1679           correct the values returned by SNMP-agents. If a <data> block is
1680           defined as `table' the instance is now optional. The sequence number
1681           is used as the type-instance in this case. The new `InstancePrefix'
1682           option allows to add arbitrary prefixes to the type-instance.
1683         * tcpconns plugin: The new `tcpconns' plugin collects the number of
1684           certain TCP connections and what state they're in. This can be used
1685           to see how many connections your FTP server has to handle or how
1686           many outgoing connections your mailserver has open.
1688 2008-01-11, Version 4.1.6
1689         * unixsock plugin: A bug in the unixsock plugin caused it not to set
1690           the permission on the socket as documented in the manpage. Thanks to
1691           Evgeny Chukreev for fixing this issue.
1692         * collectd: The documentation has been improved.
1694 2007-12-27, Version 4.1.5
1695         * rrdtool plugin: Fix a memory leak that only occurred in very-low-
1696           memory situations.
1697         * sensors plugin: Updated the plugin to build and work with version 3
1698           of the libsensors library.
1700 2007-11-08, Version 4.1.4
1701         * Build system: Improve detection of the rrd library, especially if
1702           it's in a non-standard location.
1703         * Build system: A bug when parsing the argument for
1704           `--with-libnetsnmp' has been fixed.
1705         * collectd: Implement `strerror_r' if the libc doesn't provide it.
1706         * rrdtool plugin: Fix a bug in the shutdown sequence that might cause
1707           a deadlock or delay when shutting down the daemon.
1708         * snmp plugin: Fix a memory leak.
1710 2007-10-24, Version 4.1.3
1711         * collectd: A build issue under Solaris has been resolved by renaming
1712           data types.
1713         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
1714           be more thread-safe otherwise by locking calls to the library.
1716 2007-09-28, Version 4.1.2
1717         * apcups plugin: Fix reporting of the `load percent' data.
1718         * wireless plugin: Correct the handling of cards returning signal and
1719           noise quality as percentage.
1720         * perl plugin: Fix a possible buffer overflow in get_module_name().
1721         * build system: Further improve the detection of libraries.
1722         * netlink plugin: Build issues under some older versions of the Linux
1723           includes (i. e. Debian Sarge) have been fixed.
1724         * snmp plugin: Fix a potential segfault when a host times out. Add
1725           support for the `timeticks' type. 
1727 2007-09-12, Version 4.1.1
1728         * Build system: The detection of `libnetlink' has been improved.
1729         * collectd: The documentation has been fixed in numerous places.
1730         * exec plugin: Setting the group under which to run a program has been
1731           fixed.
1732         * collectd: The `sstrerror' function was improved to work correctly
1733           with the broken GNU version of `strerror_r'.
1734         * collectd: Write an error message to STDERR when loading of a plugin
1735           fails.
1736         * apcups plugin: Fix the `types' used to submit the values: They still
1737           has an `apcups_' prefix which doesn't work anymore.
1738         * rrdtool plugin: Create new RRD-files with the `begin' time set to
1739           whatever the client thinks is `now'..
1741 2007-09-01, Version 4.1.0
1742         * Build system: The build system has been changed to automatically
1743           disable all plugins, which are missing dependencies. The dependency
1744           checking has been removed from the plugins themselves to remove
1745           redundancy.
1746         * Flexible interval: The interval of collected data is now sent along
1747           with the data itself over the network, so that the interval-settings
1748           of server and clients no longer needs to match.
1749         * netlink plugin: The new `netlink' plugin connects to the Linux
1750           kernel using a netlink socket and uses it to query information about
1751           interfaces, qdiscs and classes.
1752         * rrdtool plugin: The cache is now dumped to disk in an extra thread
1753           to not block data collection.
1754         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
1755           network devices, such as switches, routers, thermometers, rack
1756           monitoring servers, etc. The collectd-snmp(5) manpage documents this
1757           plugin.
1758         * unixsock plugin: Added the `LISTVAL' command.
1759         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
1760           of music played with xmms.
1762 2007-09-28, Version 4.0.9
1763         * apcups plugin: Fix reporting of the `load percent' data.
1764         * wireless plugin: Correct the handling of cards returning signal and
1765           noise quality as percentage.
1766         * perl plugin: Fix a possible buffer overflow in get_module_name().
1768 2007-09-12, Version 4.0.8
1769         * collectd: The `sstrerror' function was improved to work correctly
1770           with the broken GNU version of `strerror_r'.
1771         * collectd: Write an error message to STDERR when loading of a plugin
1772           fails.
1773         * apcups plugin: Fix the `types' used to submit the values: They still
1774           has an `apcups_' prefix which doesn't work anymore.
1775         * rrdtool plugin: Create new RRD-files with the `begin' time set to
1776           whatever the client thinks is `now'..
1778 2007-08-26, Version 4.0.7
1779         * documentation: Some typos have been fixed and some information has
1780           been improved.
1781         * build system: Many fixes for detecting libraries in unusual places,
1782           such as on RedHat systems. The affected libraries are `libcurl',
1783           `libmysql', and `libupsclient'.
1784         * network plugin: Allow the `Port' option to be specified as a number
1785           (i. e. without quotes).
1786         * nut plugin: A fix allows linking the nut plugin against
1787           libupsclient, version >= 2.2.0.
1788         * processes plugin: Fix a potential segmentation fault.
1790 2007-07-30, Version 4.0.6
1791         * sensors plugin: Fix the ignorelist functionality: Only the `type
1792           instance' was used to match against the list, but the documentation
1793           told otherwise. This release fixes the code, so it complies with the
1794           documentation.
1795         * syslog plugin: Call `openlog' right when the plugin is loaded, so
1796           configuration messages will end up in the logging facility.
1797         * conrtib/fedora: The contributed specfile for Fedora has been
1798           updated.
1800 2007-07-05, Version 4.0.5
1801         * Portability: More fixes for OpenBSD have been included.
1803 2007-06-24, Version 4.0.4
1804         * cpu plugin: Fixed the Solaris code.
1805         * dns plugin: Fixed a build issue for OpenBSD.
1806         * interface plugin: Fixed the Solaris code.
1807         * load plugin: Fixed the alternative `/proc' Linux code.
1808         * memory plugin: Fixed the Solaris code.
1809         * oconfig: Don't require `-lfl' anymore.
1811 2007-06-19, Version 4.0.3
1812         * cpu plugin: Fix the Darwin / Mac OS X code.
1813         * ping plugin: Use the return value of `getpid', not its address.
1814         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
1815           initialized correctly.
1816         * configure: Added `--with-nan-emulation' to aid cross compilation.
1818 2007-06-12, Version 4.0.2
1819         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
1820           they're given in numerically form.
1822 2007-06-07, Version 4.0.1
1823         * iptables plugin: A bug in the configuration routine has been fixed.
1824           Setting a comment in the configfile will no longer cause a
1825           segmentation fault.
1827 2007-06-03, Version 4.0.0
1828         * collectd: The plugin-infrastructure has been changed to allow for
1829           more types of plugins, namely `write' and `log' plugins.
1830         * collectd: The read-function has been changed to read many plugins in
1831           parallel, using threads. Thus, plugins generally need to use
1832           thread-safe functions from now on.
1833         * collectd: The '-t' command line options allows to perform syntax tests
1834           of the configuration file and exit immediately.
1835         * csv plugin: The new `csv' plugin handles output to `comma separated
1836           values'-files.
1837         * rrdtool plugin: The new `rrdtool' plugin handles output to
1838           RRD-files. Data can be cached to combine multiple updates into one
1839           write to increase IO-performance.
1840         * network plugin: The new `network' plugin handles IO via the network.
1841           It implements a different, much more extensible protocol which can
1842           combine many values in one packet, decreasing the number of UDP-
1843           packets being sent. It can read from and send to the network and
1844           with the appropriate configuration even forward packets to other
1845           networks.
1846         * unixsock plugin: The new `unixsock' plugin provides an interface to
1847           communicate with the daemon while it is running. Right now the
1848           commands `GETVAL' and `PUTVAL' are implemented, but more are to
1849           come.
1850         * perl plugin: The new `perl' plugin allows you to write extensions
1851           for collectd in the scripting-language Perl.
1852         * logfile plugin: The new `logfile' plugin writes logmessages to files
1853           or STDOUT or STDERR.
1854         * syslog plugin: The new `syslog' plugin sends logmessages to the
1855           system's syslog daemon.
1856         * entropy plugin: The new `entropy' plugin collects the amount of
1857           entropy currently being available to the system.
1858         * exec plugin: The new `exec' plugin forks child processes and reads
1859           back values provided by the forked processes.
1860         * iptables plugin: The new `iptables' plugin reads counters from
1861           iptables rules. Thanks to Sjoerd van der Berg for contributing this
1862           plugin.
1863         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
1864           to Peter Holik for contributing this plugin.
1865         * nut plugin: The new `nut' plugin connects the upsd of the `network
1866           ups tools' and reads information about the connected UPS.
1867         * apache plugin: Support for lighttpd's `BusyServers' (aka.
1868           connections) field was added by Florent Monbillard.
1869         * collectd-nagios: The new `collectd-nagios' binary queries values
1870           from collectd, parses them and exits according to Nagios-standards.
1871         * manpages: The manpages have been improved a lot.
1873 2007-09-28, Version 3.11.7
1874         * wireless plugin: Correct the handling of cards returning signal and
1875           noise quality as percentage.
1877 2007-08-31, Version 3.11.6
1878         * processes plugin: Fix a potential segmentation fault.
1880 2007-05-29, Version 3.11.5
1881         * configure: Added `AC_SYS_LARGEFILE' for LFS.
1882         * ntpd plugin: Fix a potential buffer overflow.
1883         * processes plugin: Fix a bug when run under Linux 2.4. All processes
1884           were accounted as `zombies'.
1886 2007-04-10, Version 3.11.4
1887         * dns plugin: Change the order of includes to make the plugin compile
1888           under FreeBSD.
1890 2007-03-30, Version 3.11.3
1891         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
1892           of the unused `COLLECT_KSTAT'.
1894 2007-02-11, Version 3.11.2
1895         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
1896           NULL-pointer may have been passed to `printf' which causes a
1897           segfault with some libcs.
1899 2007-02-10, Version 3.11.1
1900         * df plugin: Some wrong defines have been fixed so the plugin works
1901           under Solaris again.
1902         * dns plugin: The usage of a struct has been fixed to work with
1903           non-GNU libcs.
1904         * processes plugin: Some missing defines have been added so the plugin
1905           compiles cleanly under FreeBSD and presumably other UNIXes.
1907 2006-12-22, Version 3.11.0
1908         * collectd: The new command line option `-P' makes it easier for
1909           distributors to change the location of PID-files.
1910         * collectd: The daemon shuts down faster now which makes it easier to
1911           write init.d-scripts for it.
1912         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
1913           caused problems every now and then.
1914         * df plugin: New config options allow to ignore certain mountpoints,
1915           filesystem types or devices.
1916         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
1917           and interprets it. It collects traffic as well as qtype, opcode and
1918           rcode counts.
1919         * email plugin: Sebastian Harl has contributed this plugin which
1920           counts received mails in categories (e. g. ham, spam, virus), spam
1921           score (as given by SpamAssassin) and check types.
1922         * mbmon plugin: Flavio Stanchina has contributed this plugin which
1923           uses `mbmon' to gather information from sensors on the motherboard.
1924         * processes plugin: Collect detailed statistics for configured
1925           processes, that's process and thread count, CPU usage, resident
1926           segment size and pagefaults.
1927         * multimeter plugin: Peter Holik contributed a new plugin which
1928           queries multimeters.
1929         * sensors plugin: Lubos Stanek has put much effort into improving this
1930           plugin, including `extended naming', collection of voltage values
1931           and the possibility to ignore certain values.
1933 2006-12-21, Version 3.10.4
1934         * Max Kellermann has identified a bug in the server routine: When
1935           opening a socket fails the daemon will (re)try opening the socket in
1936           an endless loop, ultimately leading to a `EMFILE' error.
1938 2006-11-04, Version 3.10.3
1939         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
1940           ntpd's reply was sent in more than one packet, the buffer size was
1941           calculated incorrectly, resulting in the reading of uninitialized or
1942           freed memory.
1944 2006-11-01, Version 3.10.2
1945         * The sample config file has been improved.
1946         * Errors in the manpages have been corrected.
1947         * The ping-plugin now adds hosts during initialization, not during
1948           startup. This speeds up startup when no network connectivity is
1949           available. Also, the hosts are being added later when the network is
1950           available.
1951         * Improved BSD-support for the df-plugin.
1952         * Fixed syntax errors in the swap-plugin for Mac OS X.
1953         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
1954           plugin.
1955         * Don't disable the mysql-plugin if connecting to the database fails
1956           during initialization. Instead, try again in increasing intervals.
1958 2006-07-19, Version 3.10.1
1959         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
1960           the apcups cannot be reached, unconnected sockets will pile up and
1961           eventually lead to `Too many open files' errors.
1963 2006-07-09, Version 3.10.0
1964         * The `disk' plugin has been ported to Darwin.
1965         * The `battery' plugin should work on many Apple computers now.
1966         * The `traffic' plugin can now ignore certain interfaces. Also,
1967           statistics for sent/received packets and errors have been added.
1968         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
1969           to Anthony Gialluca for contributing this plugin and providing me
1970           with a test environment :)
1971         * A plugin for monitoring an NTP instance and the local clock drift
1972           has been added.
1974 2006-06-25, Version 3.9.4
1975         * The Solaris code in the `swap' plugin has been changed to reflect
1976           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
1977           working this out.
1978         * The debugging system has been fixed to work with the Sun libc.
1979         * When built without librrd the variable `operating_mode' could be
1980           uninitialized. Thanks to David Elliot for reporting the bug.
1982 2006-06-01, Version 3.9.3
1983         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
1984           operating systems also profit from the changes, but I wasn't able to
1985           check that.
1986         * Changed the build system to find the netinet-includes under FreeBSD
1987           and therefore successfully build the `liboping' library there.
1989 2006-05-09, Version 3.9.2
1990         * Applied a patch to the `liboping' library. Due to a bug in the
1991           sequence checking the `ping' plugin stopped working after
1992           approximately 7.6 days.
1994 2006-05-09, Version 3.8.5
1995         * Applied a patch to the `liboping' library. Due to a bug in the
1996           sequence checking the `ping' plugin stopped working after
1997           approximately 7.6 days.
1999 2006-04-21, Version 3.9.1
2000         * Build issues with Solaris and possible other architectures have been
2001           resolved.
2002         * Problems when building the `apache'-plugin without `libcurl' have
2003           been resolved.
2004         * A bug in the `ping' plugin has been fixed. Sorry folks.
2006 2006-04-02, Version 3.9.0
2007         * A plugin to monitor the Apache webserver has been added.
2008           <http://httpd.apache.org/>
2009         * A plugin to collect statistics about virtual servers using VServer.
2010           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
2011           this plugin :)
2012         * A plugin for wireless LAN cards has been added. It monitors signal
2013           strength, link quality and noise ratio..
2014         * A plugin for Apple hardware sensors has been added.
2015         * An option to compile collectd with different `step' and `heartbeat'
2016           settings has been added. The size of RRAs is no longer static but
2017           calculated based on the settings for `step' and `width'.
2018         * The `ping' plugin can now be configured to use a certain TTL.
2019         * A plugin to monitor the hardware sensors of Apple computers has been
2020           added.
2021         * The plugins `cpu', `memory', `processes' and `traffic' have been
2022           ported to Mach/Darwin (Mac OS X).
2023         * The `log mode' has been contributed by Christophe Kalt. It writes
2024           the data into text files rather than RRD files.
2026 2006-04-09, Version 3.8.4
2027         * Applied patch by Vincent Stehlé which improves the disk-name
2028           resolution in the `hddtemp' plugin for Linux systems.
2030 2006-04-02, Version 3.8.3
2031         * Applied a patch by James Byers: The MySQL plugin was not working
2032           with MySQL 5.0.2 or later.
2034 2006-03-14, Version 3.8.2
2035         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
2036           the GNU libc, because it points to `/etc/fstab' rather than
2037           `/etc/mtab'.
2039 2006-03-13, Version 3.8.1
2040         * Fixes for building collectd under FreeBSD, Mac OS X and Solaris.
2041         * Fixes in the debian `postinst' and `init.d' scripts.
2043 2006-03-09, Version 3.8.0
2044         * The `ping' plugin no longer uses `libping' but a self written
2045           library named `liboping'. With this library it's possible to ping
2046           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
2048 2006-02-18, Version 3.7.2
2049         * A simple bug in the `battery' plugin has been fixed. It should now
2050           work with ACPI based batteries as well. Thanks to Sebastian for
2051           fixing this.
2052         * Fixing a bug that prevented collectd to be built without librrd.
2053           Thanks to Werner Heuser for reporting it.
2055 2006-02-04, Version 3.7.1
2056         * The new network code has been improved to build with older versions
2057           of glibc.
2058         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
2059           to Tommie Gannert for this patch.
2061 2006-01-30, Version 3.7.0
2062         * The `battery' plugin has been added. It collects information about
2063           laptop batteries..
2064         * The MySQL plugin has been improved: It now writes two more RRD
2065           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
2066         * The `cpufreq' plugin now reads another file since the file it did
2067           read so far causes much overhead in the kernel. Also, you need root
2068           to read the old file, but not to read the new one.
2069         * The `hddtemp' plugin can now be configured to connect to another
2070           address and/or port than localhost.
2071         * The `df' plugin now prefers `statvfs' over `statfs'.
2072         * The network code has been rewritten. collectd now supports unicast
2073           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
2074           be set in the configfile.
2076 2006-01-24, Version 3.6.2
2077         * Due to a bug in the configfile handling collectd wouldn't start in
2078           client mode. This released fixes this.
2080 2006-01-20, Version 3.6.1
2081         * Due to a bug in `configure.in' all modules and the binary were
2082           linked against `libmysqlclient'. This issue is solved by this
2083           release.
2085 2006-01-17, Version 3.6.0
2086         * A config file has been added. This allows for loading only specific
2087           plugins.
2088         * A `df' plugin has been added.
2089         * A `mysql' plugin has been added.
2090         * The `ping' plugin doesn't entirely give up hope when a socket error
2091           occurred, but will back of and increase the intervals between tries.
2093 2006-01-21, Version 3.5.2
2094         * Fixed yet another bug in the signal handling.. Stupid typo..
2095         * Improved the ping plugin to not give up on socket errors (backport
2096           from 3.6.0).
2098 2005-12-18, Version 3.5.1
2099         * The PID-file is now deleted correctly when shutting down the daemon.
2100         * SIGINT and SIGTERM are now handled correctly.
2102 2005-12-16, Version 3.5.0 (Revision 326)
2103         * A bug in the `load' module under Solaris has been fixed.
2104         * The `users' module has been contributed by Sebastian Harl. It counts
2105           currently logged in users.
2106         * The CPU module now works under FreeBSD without the use of
2107           `libstatgrab', however SMP support is missing.
2108         * The default directories for the RRD files and the PID file now
2109           depend on the compile time setting of `localstatedir'.
2111 2005-11-15, Version 3.4.0 (Revision 236)
2112         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
2113           from gentoo's bugzilla for writing the patch.
2114         * The build dependency for librrd has been removed. Binaries built
2115           without librrd are client-only and will multicast their value as
2116           with the `-c' argument.
2117         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
2118         * The newly introduced `-f' switch prevents daemon initialization
2119           (forking, closing standard filehandles, etc.) Thanks to Alvaro
2120           Barcellos for this patch.
2122 2005-11-04, Version 3.3.0 (Revision 216)
2123         * New modules have been added:
2124           - `serial', for monitoring traffic on the serial interfaces
2125           - `nfs', for graphing NFS procedure calls
2126           - `tape', traffic from/to tape devices
2127         * The memory.rrd now accepts more than 4Gig of memory.
2129 2005-10-26, Version 3.2.0 (Revision 200)
2130         * Support for graphing the processes has been added (thanks to Lyonel
2131           Vincent)
2132         * If reading from hddtemp fails collectd will increase the time
2133           between polls up to one day.
2134         * The init.d files have been improved.
2135         * Problems with the spec file have been fixed.
2137 2005-10-16, Version 3.1.0 (Revision 194)
2138         * Added the `setsid' syscall to the startup code.
2139         * Support for hddtemp has been added (thanks to Vincent Stehlé)
2141 2005-09-30, Version 3.0.0 (Revision 184)
2142         * The ability to send/receive data to/from the network (think
2143           multicast) has been added.
2144         * Modules have been split up into shared libraries can be loaded at
2145           runtime. The biggest advantage is that the core program doesn't need
2146           to be linked against an external library.
2147         * A patch by George Kargiotakis has been applied: It fixes the sensors
2148           behaviour then more than one sensor is being queried.
2150 2005-09-16, Version 2.1.0 (Revision 172)
2151         * A module for swap statistics has been added.
2153 2005-09-09, Version 2.0.0 (Revision 135)
2154         * Filenames can no longer be configured at program startup. The only
2155           options as of this version are the directory and ping hosts.
2156         * CPU statistics now include Wait-IO. If provided under Linux IRQ and
2157           Soft-IRQ statistics are added to `System'. 
2158         * Diskstats now collect read and write bytes, not sectors.
2159         * Ping statistics can now be collected for more than one host. There
2160           is no default any more: If no host is given no host will be pinged.
2161         * A self-written patch for libping has been applied so it builds
2162           cleanly.
2164 2005-09-01, Version 1.8.1 (Revision 123)
2165         * Much improved configure-script: libraries and features may now be
2166           disabled.
2167         * More detailed warnings/error messages when RRD update fails.
2169 2005-08-29, Version 1.8.0:
2170         * Support for collecting disk statistics under Solaris.
2172 2005-08-25, Version 1.7.0:
2173         * Support for libstatgrab[1] for load, memory usage and network
2174           traffic. CPU- and disk-usage are not (yet) supported, since
2175           libstatgrab returns insufficient information. I will contact the
2176           authors.
2177         * Improved the CPU-initialization code for Solaris. Apparently CPUs
2178           aren't necessarily counted linear which is now handled correctly.
2179         [1]: http://www.i-scream.org/libstatgrab/
2181 2005-08-21, Version 1.6.0:
2182         * Basic support for Solaris: System load and cpu-usage can be
2183           collected under Solaris, too. Other stats will follow later.
2184         * Many fixes in the autoconf-script
2185         * Collection/Museum scripts have been added under contrib/museum
2186         * collectd may now be started in unprivileged mode, though ping
2187           statistics will not work.
2189 2005-07-17, Version 1.5.1:
2190         * Diskstats-RRDs now use major/minor for naming. Some systems have
2191           weird strings as disk-names..
2193 2005-07-17, Version 1.5:
2194         * A new module, diskstats, has been added. It collects information
2195           about the disks and partitions.
2197 2005-07-11, Version 1.4.2:
2198         * The meminfo module has been changed to work with more platforms
2199           and/or kernel versions.
2201 2005-07-10, Version 1.4.1: Correct traffic stats
2202         * The traffic rrd-file is now created with DS-type `COUNTER' which I
2203           forgot to correct when I changed that module.
2205 2005-07-09, Version 1.4: More traffic stats
2206         * Traffic is now collected for all interfaces that can be found
2207         * Temperature-statistics are read from lm-sensors if available
2209 2005-07-08, Version 1.3: CPU stats
2210         * Collecting CPU statistics now
2212 2005-07-12, Version 1.2: Using syslog
2213         * collectd is now using the syslog facility to report errors, warnings
2214           and the like..
2215         * The default directory is now /var/db/collectd
2217 2005-07-10, Version 1.1: Minor changes
2218         * Nothing really useful to say ;)
2220 2005-07-09, Version 1.0: Initial Version
2221         * The following modules are provided:
2222           * Load average
2223           * Ping time
2224           * Traffic
2225           * Memory info