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