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