Code

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