Code

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