Code

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