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