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