Code

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