Code

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