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