Code

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