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