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