Code

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