Code

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