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