Code

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