Code

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