Code

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