Code

Bump version to 5.4.3; Update ChangeLog.
[collectd.git] / ChangeLog
1 2016-07-26, Version 5.4.3
2         * Build system: A deprecation warning has been removed. Thanks to
3           Florian Forster.
4         * Build system: An ordering issue when build the AMQP plugin was
5           corrected. Thanks to Shahul Hameed.
6         * Build system: Building the gmond plugin against recent libganglia
7           versions has been added. Thanks to Marc Fournier. #1129
8         * Build system: "collectd-tg" now builds on AIX. Thanks to Manuel Luis
9           Sanmartín Rozada. #542
10         * Build system: "version-gen.sh" portablility was improved. Thanks to
11           Marc Fournier and Ruben Kerkhof.
12         * Build system: Compiling utils_dns.c on Solaris has beed fixed. Thanks
13           to Yves Mettier, Dagobert Michelsen and Florian Forster. #348
14         * Build system: Default JDK detection got improved. Thanks to Ruben
15           Kerkhof and Marc Fournier.
16         * Build system: Detection and handling of librrd 1.6 and later has been
17           fixed. Thanks to Ruben Kerkhof.
18         * Build system: notify_email build options got corrected to make it
19           build on non-GNU libc systems. Thanks to Marc Fournier.
20         * Build system: Protobuf building and logging has been improved. Thanks
21           to Ruben Kerkhof.
22         * Build system: The "make distcheck" target was fixed to properly handle
23           java build artifacts. Thanks to Florian Forster.
24         * Build system: The configure script got fixed to work properly when
25           called with "CC="gcc -Wall -Werror"" . Thanks to Marc Fournier.
26         * Build system: The configure script will now fail if pkg-config isn't
27           available. Thanks to Ruben Kerkhof.
28         * Build system: The users plugin now builds properly on Solaris when
29           libstatgrab is available. Thanks to Dagobert Michelsen. #1061
30         * Build system: Various fixes have been done to improve library
31           detection on FreeBSD. Thanks to Ruben Kerkhof.
32         * collectd2html: Several perl errors have been corrected. Thanks to Ruud
33           van Melick. #1103
34         * collectd: A global gauge format-string is now used to avoid loss of
35           precision. Thanks to Florian Forster. #1039
36         * collectd: A race condition at plugin initialization time was fixed.
37           Thanks to Jan Andres. #1316
38         * collectd: Autoloading now properly sets plugin context, allowing
39           plugins to determine the interval. Thanks to Florian Forster. #1069
40         * collectd: Empty "Plugin" blocks are now supported by the configuration
41           file parser. Thanks to Manuel Luis Sanmartín Rozada. #1035
42         * collectd: The address of the Free Software Foundation has been fixed
43           in GPL license headers. Thanks to Ruben Kerkhof.
44         * collectd: Writing to a closed TCP socket is now properly handled.
45           Thanks to Tamás Földesi. #1104
46         * Documentation: iptables plugin: IPv6 configuration option has been
47           added to the collectd.conf(5) manpage. Thanks to 'Marc Fournier''.
48           #1496
49         * AMQP plugin: The plugin was fixed to build against librabbitmq 0.6.0.
50           Thanks to Remi Collet. #1008
51         * Apache plugin: A warning about a possible misconfiguration has been
52           added. Thanks to Marc Fournier.
53         * Apache plugin: The plugin was extended to parse the whole response,
54           required to support Apache versions greater than 2.4.17. Thanks to
55           Marc Fournier and Florian Forster. #1170, #1343
56         * APC UPS plugin: Log messages are now prefixed with the plugin name.
57           Thanks to Sergey. #1329
58         * Bind plugin: The type_instance now gets properly sanitized. Thanks to
59           Thomas Kho. #992
60         * CPU plugin: Error messages on MacOSX have been improved. Thanks to
61           Florian Forster. #22
62         * cURL plugin: A typo in an error message got corrected. Thanks to Marc
63           Fournier.
64         * cURL, cURL-JSON and cURL-XML plugins: A memory leak when allocating
65           more memory fails has been fixed. Thanks to Brandon Arp.
66         * DF plugin: An bug preventing filesystems which don't report inodes
67           such as btrfs has been corrected. Thanks to Marek Becka. #1096
68         * DF plugin: Duplicate entries are no longer reported twice. Thanks to
69           Stefan Brüns and Florian Forster. #1402
70         * DF plugin: Legacy code for skipping "rootfs" mount points has been
71           removed. Thanks to Marc Fournier. #1402
72         * DF plugin: Legacy references to the "ReportReserved" option have been
73           removed. Thanks to Marc Fournier.
74         * DF plugin: Reading the mtab now uses a reentrant function when
75           possible. Thanks to Ruben Kerkhof. #1163
76         * Ethstat plugin: Code to strip leading whitespace from device names.
77           This works around an issue in the VMXNet3 driver. Thanks to Thomas
78           Guthmann. #1059
79         * Exec plugin: A file descriptor leak when the plugin is configured to
80           run as a non-existing user was corrected. Thanks to Gautam BT and Marc
81           Fournier. #762
82         * Exec plugin: A problem in the error handling of an fdopen() failure
83           has been fixed. Thanks to @ciomaire.
84         * Interface plugin: Documentation about regular expressions in the
85           ignore list has been added. Thanks to Jakub Jankowski.
86         * IRQ plugin: The "FIQ" line is now skipped as it doesn't contain any
87           counter. Thanks to Ruben Kerkhof. #971
88         * Modbus plugin: The debug output has been disabled by default. It is
89           now only enabled when building with "--enable-debug". Thanks to Eric
90           Sandeen and Marc Fournier.
91         * MongoDB plugin: A memory leak has been fixed and some adaptations to
92           the current API of the mongo-c-driver have been made. Thanks to
93           Florian Forster. #956
94         * Network plugin: A check for the initialization of secure memory has
95           been added. Previously, failure to initialize this memory was ignored.
96           Thanks to @yujokang. #1665
97         * Network plugin: A heap overflow has been fixed in the server code.
98           This issue can be triggered remotely and is potentially exploitable.
99           Thanks to Emilien Gaspar. CVE-2016-6254
100         * Network plugin: The TimeToLive option handling was made more robust.
101           Thanks to Tim Laszlo. #654
102         * NTPd plugin: Documentation about the required "mode 7" has been added.
103           Thanks to Jakub Jankowski.
104         * NTPd plugin: Reporting of "time_offset-loop" was corrected to match
105           the values from ntpq/ntpdc. Thanks to Pierre Fersing and Florian
106           Forster. #1300
107         * OpenVPN plugin: The plugin was fixe to avoid signaling an error when
108           no clients were connected. Thanks to Florian Forster. #731
109         * Perl plugin: Init callbacks have been changed to run essentially
110           single-threaded to avoid race conditions by init functions which
111           create additional threads. Thanks to Pavel Rochnyack. #1706
112         * PF plugin and DNS plugin: These plugins have been fixed to build
113           properly on OpenBSD again. Thanks to Ruben Kerkhof.
114         * Processes plugin: A compilation error on systems without "regex.h" has
115           been fixed. Thanks to Corey Kosak.
116         * Processes plugin: A memory leak on Solaris has been fixed. Thanks to
117           Jim Quinn.
118         * Processes plugin and Swap plugin: These plugins have been corrected to
119           also work inside FreeBSD jails. Thanks to biancalana. #1019
120         * Processes plugin: A warning about too long process names has been
121           added. Thanks to Marc Fournier. #1284
122         * Processes plugin: Process counting on the FreeBSD and OpenBSD
123           platforms has been fixed. Thanks to Herve COMMOWICK. #1298
124         * Processes plugin: The plugin was fixed to work properly on Solaris.
125           Thanks to Jan Andres. #919
126         * Python plugin: A double-free bug got fixed. Thanks to Sven Trenkel.
127           #1285
128         * RRDtool plugin: A race condition leading to corrupt RRD file creation
129           has been fixed. Thanks to Manuel Luis Sanmartín Rozada. #1031
130         * SNMP plugin: The "Gauge32" signedness was corrected to match RFC1902.
131           Thanks to Nathan Ward. #1325
132         * StatsD plugin: A deadlock on plugin shutdown has been fixed. Thanks to
133           Pavel Rochnyack #1703
134         * StatsD plugin: A memory leak was corrected. Thanks to Florian Forster.
135           #997
136         * StatsD plugin: A symbol lookup error was fixed by properly linking the
137           plugin against libm. Thanks to Florian Forster.
138         * StatsD plugin: "utils_latency": Support for including values above
139           1000 in percentile calculation has been added. Thanks to Yoga
140           Ramalingam. #401
141         * StatsD plugin: "utils_latency": Two division by zero error conditions
142           have been corrected. Thanks to Wilfried Goesgens. #655
143         * StatsD plugin: Counters absolute counts are now also reported. Thanks
144           to Pierre-Yves Ritschard. #1311
145         * StatsD plugin: The plugin now emits NaN values when no timer event is
146           recorded. Thanks to Florian Forster. #1038, #1039
147         * StatsD plugin: The plugin was corrected to avoid crashing when
148           negative timer values are submitted. Thanks to Florian Forster. #1131
149         * Tail CSV plugin: The plugin was fixed to work properly with multiple
150           "Collect" options and a bug got fixed when no "TimeFrom" is specified.
151           Thanks to Manuel Luis Sanmartín Rozada and Florian Forster. #1032
152         * TCPConns plugin: A memory leak was fixed. Thanks to Florian Forster.
153           #1074
154         * TCPConns plugin: An bug causing collectd to enter an inifinite loop on
155           OpenBSD was fixed. Thanks to Landry Breuil. #1094
156         * Threshold plugin: Threshold configuration blocks can now be defined in
157           different files. Thanks to Michael Salmon. #551
158         * vmem plugin: Support for pgsteal in recent Linux kernels has been
159           added. Thanks to Jakub Jankowski. #1307
160         * vmem plugin: The DSType for nr_dirtied and nr_written was corrected to
161           report a derive. Thanks to Marek Becka. #1072
162         * Write Graphite plugin: Error handling when submitting metrics to the
163           server is now more robust. Thanks to Sam Pointer. #1364
164         * Write HTTP plugin: Freeing of memory holding HTTP headers during
165           shutdown has been fixed. Thanks to Tolga Ceylan.
166         * Write Redis plugin: Multi-Valued key was made easier to parse by
167           adding a "|" character as a delimiter. Thanks to brianpkelly and
168           Florian Forster. #1070
169         * Write Redis plugin: The timestamp format was corrected. Thanks to
170           Florian Forster.
171         * ZFS ARC plugin: The plugin was will not emit warning about missing
172           "l2_size" stats anymore. Thanks to Jan Andres. #919
173         * 152 patches have been applied to numerous plugins and core components,
174           fixing various programming errors which were reported by scan-build,
175           libasan, FBInfer, coverity-scan, clang and gcc-6: Thanks to Ruben
176           Kerkhof, Florian Forster, Marc Fournier, Corey Kosak, Laurent,
177           Claudius Zingerli and Fabien Wernli.
179 2015-02-26, Version 5.4.2
180         * Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
181           KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
182           Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
183           #373, #653, #828
184         * collectd: A use-after-free has been fixed in the "parse_value()"
185           function. Thanks to Matthias Urlichs.
186         * collectd: Fix carriage return sign in types_list Thanks to Marc
187           Fournier and @NsLib.
188         * collectd: Fix programming error in src/configfile.c. Thanks to
189           Wilfried Goesgens.
190         * collectd: An off-by-one error has been fixed in the
191           "strstripnewline()" function. Patch by Florian Forster.
192         * collectd: Use the complain mechanism to report filter chain write
193           failures. Thanks to Sebastian Harl.
194         * collectd: Spelling and grammar of error messages have been fixed.
195           Thanks to Katelyn Perry and Tim Laszlo.
196         * collectdctl: Fixed buffering issues which caused trouble on AIX and
197           Solaris. Thanks to Yoga Ramalingam.
198         * Documentation: Details and example about multi-instance filterchain
199           targets have been added. Thanks to Marc Fournier.
200         * Documentation: The "CollectStatistics" option of the rrdcached has
201           been documented. Thanks to Micha Krause. #907
202         * Documentation: The write_redis has been documented. Thanks to Marc
203           Fournier.
204         * Documentation: The "GraphiteSeparateInstances" and
205           "GraphiteAlwaysAppendDS" options of the amqp have been documented.
206           Thanks to Marc Fournier.
207         * Documentation: Documentation of the "AutoLoadPlugin" option has been
208           improved. Thanks to Florian Forster. #715
209         * aggregation: "utils_vl_lookup": A race when creating user objects
210           has been fixed. Thanks to Sebastian Harl. #535
211         * cpu: Temperature code for Mac OS X has been removed.
212           Thanks to Florian Forster and Marc Fournier. #22
213         * cURL, cURL-JSON, cURL-XML and Write HTTP plugins: Call
214           "curl_global_init()" in the plugins' "init()" callback. Thanks to
215           Jeremy Katz.
216         * cURL and memcachec plugins: Fix calculation of gauge, average,
217           minimum and maximum. Previously, they were calculated from the start
218           of the daemon, which is not the documented behavior. Thanks to
219           Florian Forster. #663
220         * curl-json: A bug, which triggered when two URLs with a long common
221           prefix were configured, was fixed. Thanks to Marc Fournier. #582
222         * dbi: Compatibility with new versions of libdbi has been restored.
223           Thanks to Florian Forster. #950
224         * Exec, UnixSock plugins: Fix parsing of the "time" option of the
225           "PUTNOTIF" command. Thanks to Adrian Miron. #477
226         * ipmi: A conflict with the java over the "SIGUSR2" signal has been
227           fixed. Thanks to Vincent Bernat. #114
228         * java: Conversion from Java's time representation to collectd's
229           representation has been fixed. Thanks to Manuel Luis Sanmartín
230           Rozada.
231         * java: Make sure "cjni_thread_detach()" is called on all paths.
232           Thanks to Florian Forster.
233         * LogFile and SysLog plugins: Avoid total silence in case of a
234           misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens.
235         * network: Support for recent versions of gcrypt has been added.
236           Thanks to Vincent Bernat. #632
237         * network: Robustness of the client connecting behavior has been
238           improved. Thanks to Florian Forster. #627
239         * python: Don't create empty "meta_data_t" objects. Thanks to Florian
240           Forster. #716
241         * python: Fix Py list length check in "cpy_build_meta()". Thanks to
242           Yoga Ramalingam.
243         * python: The "interval" member was fixed to export seconds as a
244           double. Thanks to Justin Burnham.
245         * RRDtool and RRDCacheD plugins: A memory leak when creating RRD files
246           has been fixed. Thanks to Yves Mettier. #661
247         * snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves
248           Ritschard. #610, #804
249         * statsd: Support for samplerates in timer metrics was added. Thanks
250           to John Leach. #461
251         * swap: Fix behavior under OpenVZ by making "cached" optional. Thanks
252           to Florian Forster. #733
253         * threshold: Population of the "time" field in notifications has been
254           added. Thanks to Manuel Luis Sanmartín Rozada.
255         * libvirt: Only gather stats for running domains. Thanks to Ruben
256           Kerkhof.
257         * lvm: An issue with Volume Groups (VGs) without Logical Volumes (LVs)
258           has been fixed. Thanks to Jan Kundrát.
259         * write_graphite: Escape characters not supported by Graphite. Thanks
260           to Pierre-Yves Ritschard and Marc Fournier.
261         * write_http: Make callback names context-dependent. Thanks to Marc
262           Fournier. #821
263         * write_redis: A formatting bug, which resulted in totally unusable
264           numbers being transmitted to Redis, was fixed. Thanks to Marc
265           Fournier.
266         * write_riemann: Receive acknowledge message when using TCP. Thanks to
267           John-John Tedro.
269 2014-01-26, Version 5.4.1
270         * amqp plugin: Add support for RabbitMQ 0.4.x to avoid compiler
271           warnings. Thanks to Sebastian Harl for implementing this.
272         * apache / network plugins: Improved initialization order hopefully
273           resolved gcrypt initialization problems.
274         * aquaero plugin: The type used to submit fan utilization was fixed.
275           Thanks to Alex Deymo for the patch.
276         * cgroups plugin: A small memory leak was fixed. Checking the existence
277           of a mount option without a value was fixed. More permissive parsing
278           of the cpuacct.stats file fixes support for some versions of Linux.
279           Thanks to Marc Fournier for bug reports and patches.
280         * curl plugin: Fix <Match> blocks without an instance. Thanks to
281           Alexander Golovko for reporting and Sebastian Harl for fixing this.
282         * curl_json plugin: Potentially invalid memory access has been
283           sanitized. Thanks to Jim Radford for his patch.
284         * interface plugin: Fix behavior under FreeBSD 10: Reporting of
285           per-address statistics caused duplicate updates to the same metric.
286           Thanks to demon / @trtrmitya for the patch.
287         * write_graphite plugin: Use TCP to connect to Graphite by default. The
288           default changed from TCP to UDP between 5.3.1 and 5.4.0, which is a
289           regression. Thanks to Marc Fournier for fixing this. Reconnect
290           behavior was improved. Thanks to Michael Hart for his patch.
291         * zfs_arc plugin: Collect "allocated" and "stolen" on FreeBSD only.
293 2013-08-18, Version 5.4.0
294         * collectd: The "LoadPlugin" config option no longer attempts to load
295           plugins twice. If more than one "LoadPlugin" statement or block is
296           encountered, only the first will have any effect.
297         * collectd: The "AutoLoadPlugin" option allows to automatically load
298           plugins for which a configuration is found.
299         * collectd: The "WriteQueueLimitHigh" and "WriteQueueLimitLow" options
300           allow collectd to drop values when under stress, to avoid running out
301           of memory. Thanks to Yves Mettier for his patch.
302         * amqp plugin: The "GraphiteSeparateInstances" and
303           "GraphiteAlwaysAppendDS" options have been added. Thanks to Laurent
304           for the patch.
305         * aquaero plugin: This new plugin reads various metrics, e.g. fan
306           speeds and temperatures, from Aquaero 5, a fan and water cooling
307           control panel. Thanks to Alex Deymo for his patch.
308         * curl plugin: The "MeasureResponseCode" option has been added. Thanks
309           to Jan Matějka for his patch.
310         * curl_json plugin: Support for UNIX domain sockets and array wildcards
311           has been added. Thanks to Jim Radford for his patch.
312         * curl_xml plugin: Support for long URLs has been improved.
313         * cgroups plugin: This new plugin collects CPU accounting information
314           for processes in a cgroup. Thanks to Michael Stapelberg for his patch.
315         * df plugin: The "ValuesAbsolute" and "ValuesPercentage" options have
316           been added. Thanks to Vedran Bartonicek for the patch.
317         * exec plugin: Do UID / GID lookups before forking. This should prevent
318           a race condition in the NSS library. Thanks to Ceri Storey for the
319           patch.
320         * lvm plugin: This new plugin collects size information from Linux'
321           Logical Volume Manager (LVM). Thanks to Chad Malfait for his work.
322         * memcached plugin: Support for increment and decrement counts has been
323           added. Thanks to Blake Matheny for the patch.
324         * mic plugin: This new plugin collects CPU and memory usage, power
325           consumption and temperatures of Intel's Many-Integrated-Core (MIC)
326           architecture, such as Xeon Phi cards. Thanks to Evan Felix for his
327           work.
328         * netlink plugin: This plugin has been converted to use the supported
329           "libmnl" library. Thanks to Andreas Henriksson for his patch.
330         * nginx plugin: Collection of accepted and handled connections has been
331           added. Thanks to Patrick Shan for his patch.
332         * sigrok plugin: This new plugin collects metrics from sigrok, a signal
333           processing framework reading various hardware devices, from light
334           meters to spectrum analyzers. Thanks to Bert Vermeulen for his patch.
335         * statsd plugin: This new plugin listens to a UDP socket and reads
336           metrics in the StatsD format.
337         * varnish plugin: Many additional metrics have been added. Thanks to
338           Nick Stenning for his patch.
339         * write_graphite plugin: Support for "UDP" has been added. Thanks to
340           Javier Maestro for his patch.
341         * write_riemann plugin: The "TTLFactor" option has been added.
342         * zfs_arc plugin: Support for FreeBSD has been added. Thanks to Xin Li
343           for his patch.
345 2015-02-26, Version 5.3.2
346         * Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
347           KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
348           Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
349           #373, #653, #828
350         * collectd: A use-after-free has been fixed in the "parse_value()"
351           function. Thanks to Matthias Urlichs.
352         * collectd: Fix carriage return sign in types_list Thanks to Marc
353           Fournier and @NsLib.
354         * collectd: Fix programming error in src/configfile.c Thanks to
355           Wilfried Goesgens.
356         * collectd: An off-by-one error has been fixed in the
357           "strstripnewline()" function. Patch by Florian Forster.
358         * collectd: Use the complain mechanism to report filter chain write
359           failures. Thanks to Sebastian Harl.
360         * collectd: Spelling and grammar of error messages have been fixed.
361           Thanks to Katelyn Perry and Tim Laszlo.
362         * collectdctl: Fixed buffering issues which caused trouble on AIX and
363           Solaris. Thanks to Yoga Ramalingam.
364         * Documentation: Details and example about multi-instance filterchain
365           targets have been added. Thanks to Marc Fournier.
366         * Documentation: The "CollectStatistics" option of the rrdcached has
367           been documented. Thanks to Micha Krause. #907
368         * Documentation: The write_redis has been documented. Thanks to Marc
369           Fournier.
370         * Documentation: The synopsis of the threshold has been fixed. Thanks
371           to Fabien Wernli.
372         * Documentation: The "GraphiteSeparateInstances" and
373           "GraphiteAlwaysAppendDS" options of the amqp have been documented.
374           Thanks to Marc Fournier.
375         * aggregation: "utils_vl_lookup": A race when creating user objects
376           has been fixed. Thanks to Sebastian Harl. #535
377         * cpu: Temperature code for Mac&nbsp;OS&nbsp;X has been removed.
378           Thanks to Florian Forster and Marc Fournier. #22
379         * csv: A regression which would lead to the "DataDir" option to be
380           ignored has been fixed. Thanks to Manuel Luis Sanmartin Rozada.
381         * curl, curl-json, curl-xml and write_http plugins: Call
382           "curl_global_init()" in the plugins' "init()" callback. Thanks to
383           Jeremy Katz.
384         * curl and memcachec plugins: Fix calculation of gauge, average,
385           minimum and maximum. Previously, they were calculated from the start
386           of the daemon, which is not the documented behavior. Thanks to
387           Florian Forster. #663
388         * dbi plugin: Compatibility with new versions of libdbi has been
389           restored. Thanks to Florian Forster. #950
390         * exec, unixsock plugins: Fix parsing of the "time" option of the
391           "PUTNOTIF" command. Thanks to Adrian Miron. #477
392         * java: Conversion from Java's time representation to collectd's
393           representation has been fixed. Thanks to Manuel Luis Sanmartín
394           Rozada.
395         * ipmi: A conflict with the java over the "SIGUSR2" signal has been
396           fixed. Thanks to Vincent Bernat. #114
397         * java: Make sure "cjni_thread_detach()" is called on all paths.
398           Thanks to Florian Forster.
399         * logfile and syslog plugins: Avoid total silence in case of a
400           misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens.
401         * memcached: Connecting to a UNIX socket has been fixed. Thanks to Jim
402           Radford.
403         * network: Support for recent versions of gcrypt has been added.
404           Thanks to Vincent Bernat. #632
405         * network: Robustness of the client connecting behavior has been
406           improved. Thanks to Florian Forster. #627
407         * python: Don't create empty "meta_data_t" objects. Thanks to Florian
408           Forster. #716
409         * python: Fix Py list length check in "cpy_build_meta()". Thanks to
410           Yoga Ramalingam.
411         * python: The "interval" member was fixed to export seconds as a
412           double. Thanks to Justin Burnham.
413         * replace and set targets: Fix error message. Thanks to Marc Fournier.
414           #448
415         * rrdtool and rrdcached plugins: Honor the "DataDir" config option;
416           this fixes a regression. Thanks to Florian Forster. #380
417         * rrdtool and rrdcached plugins: A memory leak when creating RRD files
418           has been fixed. Thanks to Yves Mettier. #661
419         * snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves
420           Ritschard. #610, #804
421         * swap: Fix behavior under OpenVZ by making "cached" optional. Thanks
422           to Florian Forster. #733
423         * threshold: Population of the "time" field in notifications has been
424           added. Thanks to Manuel Luis Sanmartín Rozada.
425         * libvirt: Only gather stats for running domains. Thanks to Ruben
426           Kerkhof.
427         * write_graphite: Escape characters not supported by Graphite. Thanks
428           to Pierre-Yves Ritschard and Marc Fournier.
429         * write_http: Make callback names context-dependent. Thanks to Marc
430           Fournier. #821
431         * write_riemann: Receive acknowledge message when using TCP. Thanks to
432           John-John Tedro.
434 2013-07-13, Version 5.3.1
435         * Documentation: Various fixes.
436         * Configuration: Fix error handling: Errors in included files were
437           ignored, causing configuration mistakes to go unnoticed.
438         * dns plugin: Don't abort when PCAP returns an error.
439         * modbus plugin: The reconnection strategy was improved, fixing a
440           segfault in the libmodbud library. Thanks to Stefan Nickl and
441           Fabien Wernli for their patches.
442         * mysql plugin: The notification about a newly running MySQL slave
443           thread has been fixed. Thanks to Joaquín Cuenca Abela for the patch.
444         * snmp plugin: A build issue has been fixed (C99 mixed declaration).
445           The end-of-tree check has been improved by Pierre-Yves Ritschard.
446         * threshold plugin: Handling of the "Interesting" configuration option
447           has been fixed. Thanks to Björn for the patch.
448         * write_riemann plugin: A memory leak has been fixed. Thanks to Dave
449           Cottlehuber for reporting it.
451 2013-04-09, Version 5.3.0
452         * collectd: The "Include" statements can now be limited to include
453           only matching files in a directory. Thanks to Sebastian Harl for his
454           patch.
455         * collectd: Dispatches / writes are now handled by a thread pool. This
456           improves reliability and throughput for instances configured to act
457           as a "server". Thanks to Sebastian Harl and Dan Fandrich for
458           reviewing this change and fixing bugs.
459         * aggregation plugin: Selection of value lists is now possible using
460           regular expressions. Parts of the identifier of the resulting metric
461           can now be set via the configuration file.
462         * apcups plugin: The "ReportSeconds" option has been implemented.
463         * curl* plugins: Support for POST requests and custom request headers
464           has been added. Thanks to Dan Fandrich for his patch.
465         * curl_xml plugin: Support for XML namespaces has been added. Thanks
466           to Dan Fandrich for his patch.
467         * dbi plugin: Support for numeric options has been added. The
468           "Host" option has been added. Thanks to Daniel Hilst for his patch.
469         * disk plugin: Support for systems with >256 has been fixed. Thanks to
470           Greg Mason for his patch.
471         * libvirt plugin: Support for memory allocation has been added. Thanks
472           to Johan Wirén for his patch.
473         * netapp plugin: Support for "SnapVault", "VFiler" and deduplication /
474           compression and quota metrics. Thanks to Sebastian Harl for his
475           patches and teamix GmbH for sponsoring this work.
476         * postgresql plugin: The reconnection logic has been improved. Thanks
477           to Sebastian Harl for his patches.
478         * rrdtool, rrdcached plugins: The "CreateFilesAsync" option has been
479           implemented. When enabled, new RRD files will be created
480           asynchronously, which improved throughput of "server" instances.
481           Many thanks to Yves Mettier for all his input and code.
482         * tail_csv plugin: This new plugins allows to read metrics from CSV
483           files, such as Snort's statistics file. Thanks to Kris Nielander for
484           his patch.
485         * write_mongodb plugin: Authentication options have been added.
486         * write_riemann plugin: This new plugin allows sending metrics to
487           Riemann, a stream processing and alerting tool. Big thanks to
488           Pierre-Yves Ritschard for his work.
490 2013-04-08, Version 5.2.2
491         * Build system: A bad interaction between the Java detection code and
492           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
493           Installation of the Perl bindings has been improved / fixed. Thanks
494           to Sebastian Harl for his patch.
495         * collectd: Fixed read callback scheduling at startup.
496         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
497           write_http plugins: Portability fixes, protection from infinite
498           redirect loops, improved error handling and incorrect dereferences
499           have been fixed. Most of these are related to the cURL library.
500           Thanks to Dan Fandrich for his patches.
501         * logfile plugin: Flush the output file handle. This works around
502           caching when logging to STDOUT and redirecting into a file. Thanks
503           to Nathan Huff for the patch.
504         * mysql plugin: Fix a memory leak in the error handling. Thanks to
505           Tomas Doran for his patch.
506         * netapp plugin: Fix the interval with which values are dispatched.
507         * network plugin: Build issues under FreeBSD and initialization have
508           been fixed. Thanks to Ed Schouten for his patch.
509         * nfs plugin: A compilation problem has been fixed.
510         * notify_email plugin: Add a character set to the mail header. Thanks
511           to Manuel Cissé for his patch.
512         * pf plugin: Build issues have been fixed.
513         * postgresql plugin: Build issues have been fixed.
514         * rrdcached plugin: Connect to the daemon from the read callback.
515         * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to
516           "jkrabbe" for the patch.
517         * thermal plugin: The initialization of dispatched value lists has
518           been fixed. Thanks to Markus Knetschke for his patch.
519         * unixsock plugin: Parsing of options with an underscore, e.g.
520           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
521           patch.
523 2013-01-27, Version 5.2.1
524         * Build system: "make distcheck" has been fixed. Build fixes Solaris
525           and systems without gcrypt. Thanks to Yves Mettier for his patches.
526         * collectd: The complaint mechanism was fixed. It reported messages
527           more frequently than intended.
528         * collectd-tg: A manual page has been added.
529         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
530           Ed Schouten for his patch.
531         * ethstat plugin: Fix the "Map" config option. An incorrectly used
532           character pointer may lead to a segmentation fault.
533         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
534           Ed Schouten for his patch.
535         * postgresql plugin: A memory leak in the writing code has been fixed.
536           A use-after-free issue that happened when more than one database was
537           configured was fixed. Thanks to Sebastian Harl for fixing these
538           problems.
539         * redis plugin: A build failure has been fixed. Thanks to Pierre-Yves
540           Ritschard for his patch.
541         * varnish plugin: Fix a problem with instances without name.
542         * write_graphite plugin: A regression which rendered the
543           "SeparateInstances" and "AlwaysAppendDS" options unusable has been
544           fixed. A failed assertion when using types with many data sources
545           has been fixed. Improve reporting of connection errors to not spam
546           log files too much. Thanks to Pierre-Yves Ritschard for reporting
547           the logging problem.
548         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
549           Mettier for reporting this bug.
551 2012-11-17, Version 5.2.0
552         * collectd: The performance of the LISTVAL command has been improved.
553           Thanks to Yves Mettier for the patch.
554         * collectd: The possibility to configure the collection interval on a
555           per-plugin basis has been added. Huge thanks to Sebastian Harl for
556           his work.
557         * collectd-tg: This new binary allows to generate random but real
558           looking collectd network traffic. This can be used to load-test new
559           plugin, for example.
560         * libcollectdclient: Code for constructing and sending network packets
561           in the binary format has been added.
562         * aggregation plugin: This new plugin allows to aggregate multiple
563           value lists into one.
564         * amqp and write_http plugins: Meta data is now included in the JSON
565           output format. Thanks to Mark Wong for the patch.
566         * amqp plugin: Support for "Graphite" output has been added. Thanks to
567           Thomas Meson for the patch.
568         * contextswitch plugin: Support for AIX has been added. Thanks to
569           Manuel Rozada for his patch.
570         * disk plugin: The "UseBSDName" config option has been added to the
571           Mac OS X version.
572         * GenericJMX plugin: Automatically determine the host name if it isn't
573           configured.
574         * libvirt plugin: The "number" interface format has been added. Thanks
575           to "Davide Guerri" for the patch.
576         * memcached plugin: Support for multiple connections has been added.
577           Thanks to Nicolas Szalay for the patch.
578         * ntpd plugin: The "IncludeUnitID" config option has been added. The
579           behavior when a peer is unreachable has been improved. Thanks to
580           Johan Kiviniemi for the patches.
581         * oracle plugin: The "Host" config option has been added.
582         * pf plugin: This new plugin allows to collect statistics from BSD's
583           packet filter "pf". Thanks to Pierre-Yves Ritschard and Stefan Rinkes
584           for their work.
585         * postgresql plugin: The "Instance" config option has been added.
586           Support for writing values to a PostgreSQL database has been added.
587           Thanks to Sebastian Harl for the patches.
588         * processes plugin: Support for Solaris has been added. Thanks to
589           Cosmin Ioiart for the patch.
590         * redis plugin: Support for authenticating via password has been added.
591           Thanks to biancalana for the patch.
592         * rrdcached plugin: The "HeartBeat", "RRARows", "RRATimespan",
593           "StepSize" and "XFF" config options have been added.
594         * swap plugin: The "ReportBytes" config option has been added. The AIX
595           version now also exports "reserved" pages and swap-in / swap-out
596           "traffic". Thanks to Manuel Rozada for the patch.
597         * tcpconns plugin: Use a netlink socket rather than reading from /proc
598           for improved performance. Thanks to Michael Stapelberg for the patch.
600 2013-04-08, Version 5.1.3
601         * Build system: A bad interaction between the Java detection code and
602           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
603         * collectd: Fixed read callback scheduling at startup.
604         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
605           write_http plugins: Portability fixes, protection from infinite
606           redirect loops, improved error handling and incorrect dereferences
607           have been fixed. Most of these are related to the cURL library.
608           Thanks to Dan Fandrich for his patches.
609         * logfile plugin: Flush the output file handle. This works around
610           caching when logging to STDOUT and redirecting into a file. Thanks
611           to Nathan Huff for the patch.
612         * mysql plugin: Fix a memory leak in the error handling. Thanks to
613           Tomas Doran for his patch.
614         * netapp plugin: Fix the interval with which values are dispatched.
615         * network plugin: Build issues under FreeBSD and initialization have
616           been fixed. Thanks to Ed Schouten for his patch.
617         * nfs plugin: A compilation problem has been fixed.
618         * notify_email plugin: Add a character set to the mail header. Thanks
619           to Manuel Cissé for his patch.
620         * rrdcached plugin: Connect to the daemon from the read callback.
621         * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to
622           "jkrabbe" for the patch.
623         * thermal plugin: The initialization of dispatched value lists has
624           been fixed. Thanks to Markus Knetschke for his patch.
625         * unixsock plugin: Parsing of options with an underscore, e.g.
626           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
627           patch.
629 2013-01-25, Version 5.1.2
630         * Build system: "make distcheck" has been fixed. Thanks to Yves
631           Mettier for his patches.
632         * collectd: The complaint mechanism was fixed. It reported messages
633           more frequently than intended.
634         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
635           Ed Schouten for his patch.
636         * ethstat plugin: Fix the "Map" config option. An incorrectly used
637           character pointer may lead to a segmentation fault.
638         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
639           Ed Schouten for his patch.
640         * varnish plugin: Fix a problem with instances without name.
641         * write_graphite: Improve reporting of connection errors to not spam
642           log files too much. Thanks to Pierre-Yves Ritschard for reporting
643           this problem.
644         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
645           Mettier for reporting this bug.
647 2012-11-11, Version 5.1.1
648         * collectd: Create new directories with mode 0777 and let umask remove
649           unwanted permission bits.
650         * collectd: Build issues have been fixed.
651         * collectd: An incorrect assertion has been fixed in some common code
652           for Solaris. This should resolve pseudo-random assertion failures
653           under Solaris. Thanks to Jeff Blane for his help debugging this.
654         * collectd: A couple of memory leaks through PThread thread attributes
655           have been fixed. Thanks to Gerrie Roos for fixing these.
656         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
657           Thanks to Cyril Feraudet for reporting this problem.
658         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
659           correctly.
660         * apcups plugin: Improve the reconnect behavior.
661         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
662           Fabien Wernli for fixing this.
663         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
664           reported twice. Thanks to Brune Prémont for fixing this.
665         * disk plugin: Fix incorrect computation of read and write latency (the
666           "disk_time" type). Previously, the numbers reported where too small
667           by a factor of "interval", e.g. when the interval is set to 10
668           seconds, the values were too low by a factor of 10. Thanks to Manuel
669           Sanmartin for reporting this problem.
670         * dns plugin: A build issue under Solaris has been fixed. A erroneous
671           define that could lead to the reporting of bad data has been fixed by
672           Daniel Sutto.
673         * ethstat plugin: An off-by-one error and potential use of
674           uninitialized memory has been fixed. Thanks to Mark Voelker for
675           reporting these problems.
676         * memcachec plugin: A bug in the configuration handling has been fixed.
677           Thanks to Pascal Hofmann for fixing this issue.
678         * mysql plugin: Fix a bug when registering multiple databases. Thanks
679           to Sebastian Harl for fixing this.
680         * netapp plugin: Correctly close the connection on communication
681           errors.
682         * netlink plugin: The function used to query statistics has been
683           changed to be more in line with iproute2's behavior. Thanks to
684           "KIvosak" for the patch.
685         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
686           Chris Lundquist for his patch.
687         * oracle plugin: Error messages have been improved.
688         * ping plugin: Don't enter the exponential back-off mode when
689           ping_send() fails. This should make recovery after a network failure
690           much faster.
691         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
692           and Sven Trenkel for fixing this.
693         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
694           "biancalana" for the fix.
695         * rrdtool plugin: Fix an out-of-bounds array access when printing a
696           warning message. Thanks to Will Hawkins for fixing this bug.
697         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
698           added. Support for more complex / unusual MIBs / subtrees has been
699           added. Thanks to Mark Juric to test the changes and point out these
700           problems.
701         * varnish plugin: Support for multiple instances of Varnish 3 has been
702           fixed. Thanks to Jonathan Huot for the patch.
703         * write_mongodb plugin: Add compatibility with libmongo 0.6.0 and
704           later. Thanks to Chris Lundquist for this patch.
706 2012-04-01, Version 5.1.0
707         * Build system, iptables plugin: The shipped version of libiptc has
708           been removed.
709         * collectd-nagios: A list of value lists can now be queried using
710           "-n LIST". Thanks to Sebastian Harl for his patches.
711         * bind plugin: The "ParseTime" option has been added. It allows to use
712           the system time rather than the time reported by BIND.
713         * curl, memcachec, tail plugins: The "ExcludeRegexp" option has been
714           added. Thanks to Peter Warasin for his initial patch.
715         * ethstat plugin: The new "ethstat" plugin reads performance statistics
716           directly from ethernet cards. Thanks to Cyril Feraudet for his patch.
717         * GenericJMX plugin: Support for querying MBean "Operations" (in
718           addition to "Attributes") has been added. Thanks to Pierre-Yves
719           Ritschard for his patch.
720         * irq plugin: The selection / ignore code now uses the default
721           ignorelist infrastructure, providing the standard feature set, e.g.
722           regex matching.
723         * md plugin: The new "md" plugin reports the number of disks in various
724           states in Linux software RAID devices. Thanks to Michael Hanselmann
725           for his patch.
726         * modbus plugin: Support for signed integer register types has been
727           added.
728         * nfs plugin: Support for Solaris has been added. Thanks to Cosmin
729           Ioiart for his patch.
730         * numa plugin: The new "numa" plugin reports statistics of the
731           Non-Uniform Memory Access (NUMA) subsystem of Linux.
732         * processes plugin: Various fixes for the FreeBSD implementation.
733           Thanks to Phil Kulin for his patch.
734         * rrdcached plugin: Passing flushes to the caching daemon has been
735           added.
736         * sensors plugin: The initialization code has been improved. Thanks to
737           Henrique de Moraes Holschuh for his patch.
738         * swap plugin: The "ReportByDevice" option has been added.
739         * syslog plugin: Support for writing notifications has been added.
740           Thanks to Fabien Wernli for his patch.
741         * tcpconns plugin: Support for AIX has been added. Thanks to Manuel
742           Luis Sanmartín Rozada for his patch.
743         * threshold plugin: The "PersistOK" option has been added. Thanks to
744           Aaron Brady for his patch.
745         * varnish plugin: Support for Varnish 3.0 has been added. Thanks to
746           Jérôme Renard for his patches.
747         * write_mongodb plugin: The new "write_mongodb" plugin writes value
748           lists to MongoDB, a shema-less database. Thanks to Akkarit Sangpetch
749           and Chris Lundquist for their work.
750         * write_graphite plugin: The new "write_graphite" plugin writes value
751           lists to Carbon, the storage layer of the Graphite time-series
752           database. Thanks to Scott Sanders and Pierre-Yves Ritschard for their
753           work.
754         * zfs_arc plugin: Several new statistics have been added. Thanks to
755           Aurelien Rougemont for his patches.
756         * scale target: Support for scaling specific data sources only has been
757           added. Thanks to Gerrie Roos for his patch.
759 2012-11-11, Version 5.0.5
760         * collectd: Create new directories with mode 0777 and let umask remove
761           unwanted permission bits.
762         * collectd: Build issues have been fixed.
763         * collectd: An incorrect assertion has been fixed in some common code
764           for Solaris. This should resolve pseudo-random assertion failures
765           under Solaris. Thanks to Jeff Blane for his help debugging this.
766         * collectd: A couple of memory leaks through PThread thread attributes
767           have been fixed. Thanks to Gerrie Roos for fixing these.
768         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
769           Thanks to Cyril Feraudet for reporting this problem.
770         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
771           correctly.
772         * apcups plugin: Improve the reconnect behavior.
773         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
774           Fabien Wernli for fixing this.
775         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
776           reported twice. Thanks to Brune Prémont for fixing this.
777         * disk plugin: Fix incorrect computation of read and write latency (the
778           "disk_time" type). Previously, the numbers reported where too small
779           by a factor of "interval", e.g. when the interval is set to 10
780           seconds, the values were too low by a factor of 10. Thanks to Manuel
781           Sanmartin for reporting this problem.
782         * dns plugin: A build issue under Solaris has been fixed. A erroneous
783           define that could lead to the reporting of bad data has been fixed by
784           Daniel Sutto.
785         * memcachec plugin: A bug in the configuration handling has been fixed.
786           Thanks to Pascal Hofmann for fixing this issue.
787         * mysql plugin: Fix a bug when registering multiple databases. Thanks
788           to Sebastian Harl for fixing this.
789         * netapp plugin: Correctly close the connection on communication
790           errors.
791         * netlink plugin: The function used to query statistics has been
792           changed to be more in line with iproute2's behavior. Thanks to
793           "KIvosak" for the patch.
794         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
795           Chris Lundquist for his patch.
796         * oracle plugin: Error messages have been improved.
797         * ping plugin: Don't enter the exponential back-off mode when
798           ping_send() fails. This should make recovery after a network failure
799           much faster.
800         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
801           and Sven Trenkel for fixing this.
802         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
803           "biancalana" for the fix.
804         * rrdtool plugin: Fix an out-of-bounds array access when printing a
805           warning message. Thanks to Will Hawkins for fixing this bug.
806         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
807           added. Support for more complex / unusual MIBs / subtrees has been
808           added. Thanks to Mark Juric to test the changes and point out these
809           problems.
811 2012-04-01, Version 5.0.4
812         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
813           for fixing this. Adresses some issues with building the iptables
814           plugin under Gentoo.
815         * libcollectdclient: A memory leak in the lcc_getval() function has
816           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
817           issue.
818         * bind plugin: The use of 'QType" types has been fixed.
819         * df plugin: Fixed compiler issue under Mac OS X 10.7.
820         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
821           Opter for his patch.
822         * memcached plugin: Increased the size of a static buffer, which was
823           truncating status messages form memcached. Thanks to Timon for the
824           patch.
825         * network plugin: Forwarding of notifications has been disabled. This
826           was a contition not checked for before, which may retult in an
827           endless loop.
828         * processes plugin: Support for process names with spaces has been
829           added to the Linux implementation. Thanks to Darrell Bishop for his
830           patch.
831         * perl plugin: A race condition in several callbacks, including log and
832           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
833           bug.
834         * snmp plugin: A bug when casting unsigned integers to gauge values has
835           been fixed: Unsigned integers would be cast to a signed integer and
836           then to a gauge, possibly resulting in a negative value.
837         * tcpconns plugin: Compilation with newer versions of the FreeBSD
838           runtime has been fixed.
840 2012-02-19, Version 5.0.3
841         * Build system: Fix problems when building the ipvs and iptables
842           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
843           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
844           his patch.
845         * csv and rrdtool plugins: Print a more helpful error message when the
846           DataDir is a symlink pointing to a non-existing location. Thanks to
847           Jonathan Nieder for his patch.
848         * exec plugin: Fix a problem when using select(2) to read from file
849           handles. Thanks to Gerrie Roos for his patch.
850         * network plugin: An incorrect error message in the handling of the
851           "Interface" configuration option has been fixed. Thanks to Gerrie
852           Roos for his patch.
853         * oracle plugin: A potential endless loop in the error handling has
854           been fixed.
855         * python plugin: A crash bug in the configuration handling has been
856           fixed. Thanks to Sven Trenkel for his patch.
857         * interfaces plugin: The change which was supposed to ignore "bogus"
858           interfaces has been reverted, since it ignored legit interfaces, such
859           as bonding pseudo-devices as well.
861 2012-01-21, Version 5.0.2
862         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
863           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
864         * df plugin: Fix handling of negative "available" counts. This can
865           occur with some file systems, for example UFS. Thanks to Toni Ylenius
866           for his patch.
867         * interface plugin: "mac" interfaces are now ignored on Solaris. These
868           pseudo-interfaces occur multiple times, causing warnings. Also switch
869           to 64-bit counters on Solaris, improving overflow behavior for
870           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
871           their patches.
872         * memory plugin: Account kernel and unused memory under Solaris. Thanks
873           to Fabien Wernli for his patch.
874         * network plugin: A bug in the interaction between the Network plugin
875           and filter chains has been fixed: When a filter modified a field such
876           as the hostname, subsequent values in the same network packets could
877           have ended up using the modified name rather than the original name.
878           Thanks to Sebastian Harl for identifying the problem.
879         * oracle plugin: A memory leak has been fixed in the parameter handling.
880         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
881           for fixing this bug!
883 2011-10-07, Version 5.0.1
884         * collectd: A mutex leak has been fixed in the meta data code. Thanks
885           to Rafal Lesniak for his patch.
886         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
887           to Peter Green for his patch.
888         * csv plugin: The line buffer size has been increased. Thanks to Colin
889           McCabe for the patch.
890         * curl_json plugin: Don't use the "parent" node to build the type
891           instance, if it is empty. Compatibility with libyajl 2 has been
892           added. Thanks to "spupykin" of the Arch Linux project for the initial
893           code. Formatting of time has been fixed in the JSON module.
894         * exec plugin: Fix the timestamp value passed to notification scripts.
895           Thanks to Alexander Kovalenko for fixing this.
896         * iptables plugin: Fix linking with some versions of libiptc.
897         * irq plugin: Fix support for interrupts under Linux. The old code
898           assumed that interrupts have a numeric value -- this is no longer
899           true for Linux. Thanks to Bostjan Skufca for implementing this.
900         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
901           added. Thanks to Samuli Suominen for his patch.
902         * processes plugin: Fix handling of regular expressions containing
903           spaces. Thanks for Sebastian Harl for fixing this.
904         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
905           Previously, values like 0.999 would have been rounded to 1.0. Thanks
906           to Francois-Xavier Bourlet for fixing this.
907         * varnish plugin: Fix data type handling of some metrics. Some values
908           were submitted as gauge even though they were derives.
909         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
910           Flisher for the fix.
912 2011-03-28, Version 5.0.0
913         * collectd: The "FQDNLookup" option is now enabled by default.
914         * collectd: The internal representation of time has been changed to
915           allow a higher accuracy than one second.
916         * collectdcmd: This new command line utility can send various commands
917           to collectd using the UnixSock plugin. Thanks to Håkon Dugstad
918           Johnsen and Sebastian Harl for their code.
919         * collectd-nagios: The "-m" option has been implemented (treat NaNs as
920           critical).
921         * collectd-tg: Traffic generator creating bogus network traffic
922           compatible to the Network plugin. This utility can be used to
923           stress-test new write plugins and collectd in general.
924         * libcollectdclient: Creating and sending network packets has been
925           added to the collectd client library.
926         * All data sets: The data source name of all data sets with exactly
927           one data source has been changed to "value".
928         * All plugins: All "counter" data sources have been converted to
929           "derive" data sources. All plugins now use "derive" by default, but
930           plugins such as the network plugin can still handle "counter", of
931           course. The minimum value of all derive data sources is zero, the
932           maximum value is unspecified.
933         * amqp plugin: The new AMQP plugin can send data to and receive data
934           from an AMQP broker. Thanks to Sebastien Pahl for his code.
935         * apache plugin: Backwards compatibility code has been removed.
936           Support for the IBM HTTP Server has been added. Thanks to Manuel
937           Luis Sanmartín Rozada for his patch.
938         * contextswitch plugin: Support for sysctlbyname(3) has been added.
939           Thanks to Kimo Rosenbaum for his patch.
940         * df plugin: The default behavior has been changed to be equivalent to
941           the "ReportReserved" behavior of v4.
942         * dns plugin: Improved RFC 1035 name parsing has been imported from
943           "dnstop".
944         * exec plugin: Backwards compatibility code has been removed.
945         * GenericJMX plugin: The "InstancePrefix" option has been added to
946           "Connection" blocks.
947         * hddtemp plugin: The "TranslateDevicename" config option has been
948           removed.
949         * interface plugin: Use the "plugin instance" to store the interface
950           value.
951         * libvirt plugin: The "InterfaceFormat" option has been added. Thanks
952           to Ruben Kerkhof for his patch.
953         * lpar plugin: New plugins for "logical partitions", a virtualization
954           technique of POWER CPUs. Thanks to Aurélien Reynaud for his code and
955           patience.
956         * modbus plugin: Support for libmodbus 2.9.2 has been added and the
957           license has been changed to LGPLv2.1.
958         * mysql plugin: Backwards compatibility code has been removed. The
959           data sets used have been improved.
960         * network plugin: The default buffer size has been increased to
961           1452 bytes.
962         * perl plugin: Backwards compatibility code has been removed.
963         * postgresql plugin: Backwards compatibility code has been removed.
964         * redis plugin: Plugin for collecting statistics from Redis, a key-
965           value store, has been added. Thanks to Andres J. Diaz for his code.
966         * swap plugin: Implement collection of physical and virtual memory
967           statistics under Solaris. The new default is collecting physical
968           memory. Thanks to Aurélien Reynaud for his patches.
969         * threshold plugin: The threshold configuration has been moved into
970           this separate plugin.
971         * unixsock plugin: The "DeleteSocket" option has been added.
972         * varnish plugin: The new Varnish plugin reads statistics from
973           Varnish, a web accelerator. Thanks to Jérôme Renard and Marc
974           Fournier for their contributions.
975         * write_redis: New plugin for writing data to Redis, a key-value
976           store.
977         * zfs_arc plugin: The data sets have been replaced by more elegant
978           alternatives.
979         * v5upgrade target: Target for converting v4 data sets to the v5
980           schema.
982 2013-04-07, Version 4.10.9
983         * Build system: A bad interaction between the Java detection code and
984           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
985         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
986           write_http plugins: Portability fixes, protection from infinite
987           redirect loops, improved error handling and incorrect dereferences
988           have been fixed. Most of these are related to the cURL library.
989           Thanks to Dan Fandrich for his patches.
990         * logfile plugin: Flush the output file handle. This works around
991           caching when logging to STDOUT and redirecting into a file. Thanks
992           to Nathan Huff for the patch.
993         * network plugin: Build issues under FreeBSD and initialization have
994           been fixed. Thanks to Ed Schouten for his patch.
995         * mysql plugin: Fix a memory leak in the error handling. Thanks to
996           Tomas Doran for his patch.
997         * thermal plugin: The initialization of dispatched value lists has
998           been fixed. Thanks to Markus Knetschke for his patch.
999         * unixsock plugin: Parsing of options with an underscore, e.g.
1000           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
1001           patch.
1003 2012-11-11, Version 4.10.8
1004         * collectd: Create new directories with mode 0777 and let umask remove
1005           unwanted permission bits.
1006         * collectd: Build issues have been fixed.
1007         * collectd: An incorrect assertion has been fixed in some common code
1008           for Solaris. This should resolve pseudo-random assertion failures
1009           under Solaris. Thanks to Jeff Blane for his help debugging this.
1010         * collectd: A couple of memory leaks through PThread thread attributes
1011           have been fixed. Thanks to Gerrie Roos for fixing these.
1012         * apcups plugin: Improve the reconnect behavior.
1013         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
1014           reported twice. Thanks to Brune Prémont for fixing this.
1015         * disk plugin: Fix incorrect computation of read and write latency (the
1016           "disk_time" type). Previously, the numbers reported where too small
1017           by a factor of "interval", e.g. when the interval is set to 10
1018           seconds, the values were too low by a factor of 10. Thanks to Manuel
1019           Sanmartin for reporting this problem.
1020         * dns plugin: A build issue under Solaris has been fixed. A erroneous
1021           define that could lead to the reporting of bad data has been fixed by
1022           Daniel Sutto.
1023         * memcachec plugin: A bug in the configuration handling has been fixed.
1024           Thanks to Pascal Hofmann for fixing this issue.
1025         * netapp plugin: Correctly close the connection on communication
1026           errors.
1027         * netlink plugin: The function used to query statistics has been
1028           changed to be more in line with iproute2's behavior. Thanks to
1029           "KIvosak" for the patch.
1030         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
1031           Chris Lundquist for his patch.
1032         * oracle plugin: Error messages have been improved.
1033         * ping plugin: Don't enter the exponential back-off mode when
1034           ping_send() fails. This should make recovery after a network failure
1035           much faster.
1036         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
1037           and Sven Trenkel for fixing this.
1038         * rrdtool plugin: Fix an out-of-bounds array access when printing a
1039           warning message. Thanks to Will Hawkins for fixing this bug.
1040         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
1041           added. Support for more complex / unusual MIBs / subtrees has been
1042           added. Thanks to Mark Juric to test the changes and point out these
1043           problems.
1045 2012-04-01, Version 4.10.7
1046         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
1047           for fixing this. Adresses some issues with building the iptables
1048           plugin under Gentoo.
1049         * libcollectdclient: A memory leak in the lcc_getval() function has
1050           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
1051           issue.
1052         * bind plugin: The use of 'QType" types has been fixed.
1053         * df plugin: Fixed compiler issue under Mac OS X 10.7.
1054         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
1055           Opter for his patch.
1056         * memcached plugin: Increased the size of a static buffer, which was
1057           truncating status messages form memcached. Thanks to Timon for the
1058           patch.
1059         * network plugin: Forwarding of notifications has been disabled. This
1060           was a contition not checked for before, which may retult in an
1061           endless loop.
1062         * processes plugin: Support for process names with spaces has been
1063           added to the Linux implementation. Thanks to Darrell Bishop for his
1064           patch.
1065         * perl plugin: A race condition in several callbacks, including log and
1066           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
1067           bug.
1068         * snmp plugin: A bug when casting unsigned integers to gauge values has
1069           been fixed: Unsigned integers would be cast to a signed integer and
1070           then to a gauge, possibly resulting in a negative value.
1071         * tcpconns plugin: Compilation with newer versions of the FreeBSD
1072           runtime has been fixed.
1074 2012-02-19, Version 4.10.6
1075         * Build system: Fix problems when building the ipvs and iptables
1076           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
1077           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
1078           his patch.
1079         * csv and rrdtool plugins: Print a more helpful error message when the
1080           DataDir is a symlink pointing to a non-existing location. Thanks to
1081           Jonathan Nieder for his patch.
1082         * exec plugin: Fix a problem when using select(2) to read from file
1083           handles. Thanks to Gerrie Roos for his patch.
1084         * network plugin: An incorrect error message in the handling of the
1085           "Interface" configuration option has been fixed. Thanks to Gerrie
1086           Roos for his patch.
1087         * oracle plugin: A potential endless loop in the error handling has
1088           been fixed.
1089         * python plugin: A crash bug in the configuration handling has been
1090           fixed. Thanks to Sven Trenkel for his patch.
1091         * interfaces plugin: The change which was supposed to ignore "bogus"
1092           interfaces has been reverted, since it ignored legit interfaces, such
1093           as bonding pseudo-devices as well.
1095 2012-01-21, Version 4.10.5
1096         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
1097           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
1098         * df plugin: Fix handling of negative "available" counts. This can
1099           occur with some file systems, for example UFS. Thanks to Toni Ylenius
1100           for his patch.
1101         * interface plugin: "mac" interfaces are now ignored on Solaris. These
1102           pseudo-interfaces occur multiple times, causing warnings. Also switch
1103           to 64-bit counters on Solaris, improving overflow behavior for
1104           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
1105           their patches.
1106         * memory plugin: Account kernel and unused memory under Solaris. Thanks
1107           to Fabien Wernli for his patch.
1108         * network plugin: A bug in the interaction between the Network plugin
1109           and filter chains has been fixed: When a filter modified a field such
1110           as the hostname, subsequent values in the same network packets could
1111           have ended up using the modified name rather than the original name.
1112           Thanks to Sebastian Harl for identifying the problem.
1113         * oracle plugin: A memory leak has been fixed in the parameter handling.
1114         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
1115           for fixing this bug!
1117 2011-10-14, Version 4.10.4
1118         * collectd: A mutex leak has been fixed in the meta data code. Thanks
1119           to Rafal Lesniak for his patch.
1120         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
1121           to Peter Green for his patch.
1122         * csv plugin: The line buffer size has been increased. Thanks to Colin
1123           McCabe for the patch.
1124         * curl_json plugin: Don't use the "parent" node to build the type
1125           instance, if it is empty. Compatibility with libyajl 2 has been
1126           added. Thanks to "spupykin" of the Arch Linux project for the initial
1127           code.
1128         * iptables plugin: Fix linking with some versions of libiptc.
1129         * irq plugin: Fix support for interrupts under Linux. The old code
1130           assumed that interrupts have a numeric value -- this is no longer
1131           true for Linux. Thanks to Bostjan Skufca for implementing this.
1132         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
1133           added. Thanks to Samuli Suominen for his patch.
1134         * processes plugin: Fix handling of regular expressions containing
1135           spaces. Thanks for Sebastian Harl for fixing this.
1136         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
1137           Previously, values like 0.999 would have been rounded to 1.0. Thanks
1138           to Francois-Xavier Bourlet for fixing this.
1139         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
1140           Flisher for the fix.
1142 2011-03-26, Version 4.10.3
1143         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
1144         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
1145           Bruno Prémont.
1146         * collectd: Threshold subsection: Handling of NAN values in the
1147           percentage calculation has been fixed.
1148         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
1149           been improved.
1150         * curl_json plugin: Handling of arrays has been fixed.
1151         * libvirt plugin: A bug in reading the virtual CPU statistics has been
1152           fixed. Thanks to “JLPC” for reporting this problem.
1153         * modbus plugin: Compatibility with libmodbus 2.0.3 has been restored.
1154         * processes plugin: Potentially erroneous behavior has been fixed in an
1155           error handling case.
1156         * python plugin: Fix dispatching of values from Python scripts to
1157           collectd. Thanks to Gregory Szorc for finding and fixing this
1158           problem.
1160 2010-11-27, Version 4.10.2
1161         * Documentation: Various documentation fixes.
1162         * collectd: If including one configuration file fails, continue with
1163           the rest of the configuration if possible.
1164         * collectd: Fix a bug in the read function scheduling. In rare cases
1165           read functions may not have been called as often as requested.
1166         * collectd: Concurrency issues with errno(3) under AIX have been
1167           fixed: A thread-safe version of errno has to be requested under AIX.
1168           Thanks to Aurélien Reynaud for his patch.
1169         * collectd: A left-over hard-coded 2 has been replaced by the
1170           configurable timeout value.
1171         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
1172           sources. Matching the end of a string has been improved; thanks to
1173           Sebastian Harl for the patch.
1174         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
1175           JSON data from non-HTTP sources has been fixed.
1176         * netapp plugin: Pass the interval setting to the dispatch function.
1177           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
1178           for the patch.
1179         * network plugin: Be less verbose about unchecked signatures, in order
1180           to prevent spamming the logs.
1181         * notify_email plugin: Concurrency problems have been fixed.
1182         * python plugin: Set "sys.argv", since many scripts don't expect that
1183           it may not be set. Thanks to Sven Trenkel for the patch.
1184         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
1185           RRD files.
1186         * swap plugin: A bug which lead to incorrect I/O values has been
1187           fixed.
1188         * value match: A minor memory leak has been fixed. Thanks to Sven
1189           Trenkel for the patch.
1191 2010-07-09, Version 4.10.1
1192         * Build system: Checking for "strtok_r" under Solaris has been fixed.
1193         * Portability: Fixes for Solaris 8 have been applied. Thanks to
1194           Alexander Wuerstlein for his patch.
1195         * collectd: The shutdown speed when terminating the read threads has
1196           been improved.
1197         * libcollectdclient: A format error in the PUTVAL command has been
1198           removed. Thanks to Johan Van den Brande for fixing this.
1199         * df plugin: An error message shown when "cu_mount_getlist" fails has
1200           been added.
1201         * processes plugin: Missing initialization code for IO members of a
1202           struct has been added. Thanks to Aurélien Reynaud for fixing this.
1203         * python plugin: Memory leaks in the write and notification callbacks
1204           have been fixed. A possible crash when the plugin was loaded but not
1205           configured has been fixed. Thanks to Sven Trenkel for his patches.
1206         * snmp plugin: Verbosity with regard to unknown ASN types has been
1207           increased. A build problem on PowerPC and ARM processors has been
1208           fixed by Aurélien Reynaud; thanks!
1209         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
1210           have been applied. Thanks to Luke Heberling for his changes.
1212 2010-05-01, Version 4.10.0
1213         * collectd: JSON output now includes the "dstypes" and "dsnames"
1214           fields. This makes it easier for external applications to interpret
1215           the data. Thanks to Chris Buben for his work.
1216         * collectd: The new "Timeout" option can be used to specify a
1217           "timeout" for missing values. This is used in the threshold checking
1218           code to detect missing values. Thanks to Andrés J. Díaz for the
1219           patch.
1220         * apache plugin: Support for "IdleWorkers" (Apache 1.*: "IdleServers")
1221           has been added.
1222         * curl plugin: The new "ExcludeRegex" allows to easily exclude certain
1223           lines from the match.
1224         * curl_xml plugin: This new plugin allows to read XML files using cURL
1225           and extract metrics included in the files. Thanks to Amit Gupta for
1226           his work.
1227         * filecount plugin: The new "IncludeHidden" option allows to include
1228           "hidden" files and directories in the statistics. Thanks to Vaclav
1229           Malek for the patch.
1230         * logfile plugin: The new "PrintSeverity" option allows to include the
1231           severity of a message in the output. Thanks to Clément Stenac for
1232           his patch.
1233         * memcachec plugin: The new "ExcludeRegex" allows to easily exclude
1234           certain lines from the match.
1235         * modbus plugin: This new plugin allows to read registers from
1236           Modbus-TCP enabled devices.
1237         * network plugin: The new "Interface" option allows to set the
1238           interface to be used for multicast and, if supported, unicast
1239           traffic. Thanks to Max Henkel for his work.
1240         * openvpn plugin: The "CollectUserCount" and "CollectIndividualUsers"
1241           options allow more detailed control over how to report sessions of
1242           multiple users. Thanks to Fabian Schuh for his work.
1243         * pinba plugin: This new plugin receives timing information from the
1244           Pinba PHP extension, which can be used for profiling PHP code and
1245           webserver performance. Thanks to Phoenix Kayo for his work.
1246         * ping plugin: The new "MaxMissed" allows to re-resolve a hosts
1247           address when it doesn't reply to a number of ping requests. Thanks
1248           to Stefan Völkel for the patch.
1249         * postgresql plugin: The "Interval" config option has been added. The
1250           plugin has been relicensed under the 2-clause BSD license. Thanks to
1251           Sebastian Harl for his work.
1252         * processes plugin: Support for "code" and "data" virtual memory sizes
1253           has been added. Thanks to Clément Stenac for his patch.
1254         * python plugin: Support for Python 3 has been implemented. Thanks to
1255           Sven Trenkel for his work.
1256         * routeros plugin: Support for collecting CPU load, memory usage, used
1257           and free disk space, sectors written and number of bad blocks from
1258           MikroTik devices has been added.
1259         * swap plugin: Support for Linux < 2.6 has been added. Thanks to Lorin
1260           Scraba for his patch.
1261         * tail plugin: The new "ExcludeRegex" allows to easily exclude certain
1262           lines from the match. Thanks to Peter Warasin for his patch.
1263         * write_http plugin: The "StoreRates" option has been added. Thanks to
1264           Paul Sadauskas for his patch.
1265         * regex match: The "Invert" option has been added. Thanks to Julien
1266           Ammous for his patch.
1268 2011-03-26, Version 4.9.5
1269         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
1270         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
1271           Bruno Prémont.
1272         * collectd: Threshold subsection: Handling of NAN values in the
1273           percentage calculation has been fixed.
1274         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
1275           been improved.
1276         * libvirt plugin: A bug in reading the virtual CPU statistics has been
1277           fixed. Thanks to “JLPC” for reporting this problem.
1278         * processes plugin: Potentially erroneous behavior has been fixed in an
1279           error handling case.
1280         * python plugin: Fix dispatching of values from Python scripts to
1281           collectd. Thanks to Gregory Szorc for finding and fixing this
1282           problem.
1284 2010-11-27, Version 4.9.4
1285         * Documentation: Various documentation fixes.
1286         * collectd: If including one configuration file fails, continue with
1287           the rest of the configuration if possible.
1288         * collectd: Fix a bug in the read function scheduling. In rare cases
1289           read functions may not have been called as often as requested.
1290         * collectd: Concurrency issues with errno(3) under AIX have been
1291           fixed: A thread-safe version of errno has to be requested under AIX.
1292           Thanks to Aurélien Reynaud for his patch.
1293         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
1294           sources. Matching the end of a string has been improved; thanks to
1295           Sebastian Harl for the patch.
1296         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
1297           JSON data from non-HTTP sources has been fixed.
1298         * netapp plugin: Pass the interval setting to the dispatch function.
1299           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
1300           for the patch.
1301         * network plugin: Be less verbose about unchecked signatures, in order
1302           to prevent spamming the logs.
1303         * notify_email plugin: Concurrency problems have been fixed.
1304         * python plugin: Set "sys.argv", since many scripts don't expect that
1305           it may not be set. Thanks to Sven Trenkel for the patch.
1306         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
1307           RRD files.
1308         * value match: A minor memory leak has been fixed. Thanks to Sven
1309           Trenkel for the patch.
1311 2010-07-09, Version 4.9.3
1312         * Build system: Checking for "strtok_r" under Solaris has been fixed.
1313         * Portability: Fixes for Solaris 8 have been applied. Thanks to
1314           Aurélien Reynaud and Alexander Wuerstlein for their patches.
1315         * collectd: The shutdown speed when terminating the read threads has
1316           been improved.
1317         * collectd-nagios: The format of the performance data has been fixed.
1318         * libcollectdclient: A format error in the PUTVAL command has been
1319           removed. Thanks to Johan Van den Brande for fixing this.
1320         * df plugin: An error message shown when "cu_mount_getlist" fails has
1321           been added.
1322         * processes plugin: Missing initialization code for IO members of a
1323           struct has been added. Thanks to Aurélien Reynaud for fixing this.
1324         * python plugin: Memory leaks in the write and notification callbacks
1325           have been fixed. A possible crash when the plugin was loaded but not
1326           configured has been fixed. Thanks to Sven Trenkel for his patches.
1327         * rrdcached plugin: A build issue has been resolved. Thanks to
1328           Thorsten von Eicken for the patch.
1329         * snmp plugin: Verbosity with regard to unknown ASN types has been
1330           increased. A build problem on PowerPC and ARM processors has been
1331           fixed by Aurélien Reynaud; thanks!
1332         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
1333           have been applied. Thanks to Luke Heberling for his changes.
1335 2010-04-22, Version 4.9.2
1336         * Build system, various plugins: Fixes for AIX compatibility have been
1337           added. Thanks to Manuel Sanmartin for his patches.
1338         * Build system: Checking for "nanosleep" on old Solaris machines has
1339           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
1340           figuring out a way to make this work.
1341         * collectd: Append a newline to messages written to STDERR.
1342         * collectd: Serialization of NANs in JSON format has been fixed.
1343           Thanks to Chris Buben for pointing out the resulting syntax error.
1344         * collectd: Checks whether a "sleep" returned early have been added;
1345           the cases are now handled correctly. Thanks to Michael Stapelberg
1346           for the patch.
1347         * collectd: Continue reading files in a directory when parsing one
1348           file fails.
1349         * apache plugin: Collection of the number of active connections has
1350           been fixed for Apache 2.*.
1351         * contextswitch plugin: Handle large counter/derive values correctly.
1352           Thanks to Martin Merkel for reporting the bug.
1353         * exec plugin: Error messages have been improved. The "running" flag
1354           is now cleared correctly when forking a child fails.
1355         * iptables plugin: Fix a violation of aliasing rules. This resolves a
1356           warning / error with new GCC versions. Thanks to Jan Engelhardt for
1357           the work-around.
1358         * java plugin: The Java API files are now packaged into a .jar file.
1359           Thanks to Amit Gupta for his patch.
1360         * network plugin: Fix a segmentation fault when receiving packets with
1361           an unknown data source type.
1362         * network plugin: A memory leak when receiving encrypted network
1363           packets has been fixed.
1364         * openvpn plugin: Fix naming schema when reading "MULTI1" type status
1365           files.
1366         * oracle plugin: Fix checking for lost connections and reconnect in
1367           this case. Thanks to Sven Trenkel for pointing out the problem.
1368         * unixsock plugin: A memory leak in the "LISTVAL" command has been
1369           fixed. Thanks to Peter Warasin for pointing it out.
1370         * write_http plugin: Use the "any" authentication schema. This used to
1371           be "digest". Thanks to Paul Sadauskas for the patch.
1373 2010-01-14, Version 4.9.1
1374         * Documentation: Some manpage fixes.
1375         * Default config: Added sample configuration for missing plugins.
1376         * apache plugin: Fix a segmentation fault in the config handling of
1377           VerifyPeer / VerifyHost. Thanks to "plazmus" for his or her patch.
1378         * processes plugin: Fix handling of derive data sources.
1379         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
1380           incorrect initialization some files may be suspended basically
1381           indefinitely. After flushing the files they were written regularly
1382           again.
1383         * routeros plugin: Use the node name for the "host" field.
1384         * Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace.
1385         * Perl bindings: Fix a warning that was printed when building
1386           debugging output.
1388 2009-12-21, Version 4.9.0
1389         * contextswitch plugin: The new ContextSwitch plugin gathers the
1390           number of context switches done by the CPU. Thanks to Patrik
1391           Weiskircher for the patch.
1392         * cpu plugin: Support for SMP (multiple processors) under FreeBSD has
1393           been added. Thanks to Doug MacEachern for the patch.
1394         * curl plugin: The “MeasureResponseTime” option has been added. Thanks
1395           to Aman Gupta for the patch.
1396         * df plugin: Collecting the inode count and reserved space has been
1397           added. Thanks to Patrik Weiskircher for the patch.
1398         * exec plugin: The environment variables “COLLECTD_INTERVAL” and
1399           “COLLECTD_HOSTNAME” are now set before executing the application.
1400         * Monitorus plugin: This Perl-based plugin to query statistics from
1401           mon.itor.us has been added. Thanks to Jeff Green for the patch.
1402         * netapp plugin: New plugin to collect statistics from NetApp filers.
1403           Thanks to Sven Trenkel of the noris network AG for the patch.
1404         * network plugin: Statistics collection about the plugin itself has
1405           been implemented.
1406         * openvpn plugin: Add support for more versions of the “status file”.
1407           Thanks to Marco Chiappero for the patch.
1408         * OpenVZ plugin: This Perl-based plugin to gather OpenVZ statistics
1409           has been added. Thanks to Jonathan Kolb for the patch.
1410         * ping plugin: The config options "SourceAddress" and "Device"
1411           have been added. Thanks to Sebastian Harl for the patch.
1412         * processes plugin: Collection of IO-metrics has been added. Thanks to
1413           Andrés J. Díaz for the patch.
1414         * python plugin: The new Python plugin integrates a Python interpreter
1415           into collectd and allows to execute plugins written in the scripting
1416           language. Thanks to Sven Trenkel for his work.
1417         * routeros plugin: The new RouterOS plugin queries interface and
1418           wireless registration statistics from RouterOS.
1419         * Various plugins: AIX support has been added to the cpu, disk,
1420           interface, load, memory, processes, and swap plugins. Thanks to
1421           Manuel Sanmartin for his patches.
1422         * hashed match: This match for simple load balancing and redundant
1423           storage has been added.
1424         * scale target: This target to scale (multiply) values by an arbitrary
1425           value has been added.
1427 2010-04-22, Version 4.8.5
1428         * collectd: Append a newline to messages written to STDERR.
1429         * network plugin: Fix a segmentation fault when receiving packets with
1430           an unknown data source type.
1432 2010-04-07, Version 4.8.4
1433         * Build system, various plugins: Fixes for AIX compatibility have been
1434           added. Thanks to Manuel Sanmartin for his patches.
1435         * Build system: Checking for "nanosleep" on old Solaris machines has
1436           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
1437           figuring out a way to make this work.
1438         * collectd: Serialization of NANs in JSON format has been fixed.
1439           Thanks to Chris Buben for pointing out the resulting syntax error.
1440         * collectd: Checks whether a "sleep" returned early have been added;
1441           the cases are now handled correctly. Thanks to Michael Stapelberg
1442           for the patch.
1443         * collectd: Continue reading files in a directory when parsing one
1444           file fails.
1445         * apache plugin: Collection of the number of active connections has
1446           been fixed for Apache 2.*.
1447         * exec plugin: Error messages have been improved. The "running" flag
1448           is now cleared correctly when forking a child fails.
1449         * iptables plugin: Fix a violation of aliasing rules. This resolves a
1450           warning / error with new GCC versions. Thanks to Jan Engelhardt for
1451           the work-around.
1452         * java plugin: The Java API files are now packaged into a .jar file.
1453           Thanks to Amit Gupta for his patch.
1454         * network plugin: A memory leak when receiving encrypted network
1455           packets has been fixed.
1456         * oracle plugin: Fix checking for lost connections and reconnect in
1457           this case. Thanks to Sven Trenkel for pointing out the problem.
1458         * unixsock plugin: A memory leak in the "LISTVAL" command has been
1459           fixed. Thanks to Peter Warasin for pointing it out.
1460         * write_http plugin: Use the "any" authentication schema. This used to
1461           be "digest". Thanks to Paul Sadauskas for the patch.
1463 2010-01-14, Version 4.8.3
1464         * Documentation: Some manpage fixes.
1465         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
1466           incorrect initialization some files may be suspended basically
1467           indefinitely. After flushing the files they were written regularly
1468           again.
1470 2009-12-18, Version 4.8.2
1471         * Build system, java plugin: Don't use “find -L” to search for Java
1472           headers, because it's a GNU extension.
1473         * Build system: Support for parallel builds has been improved. Thanks
1474           Sebastian Harl and Stefan Völkel for looking into this.
1475         * collectd: Print error messages to STDERR if no log plugin has been
1476           loaded.
1477         * genericjmx plugin: Close and re-open the connection upon I/O-errors.
1478         * gmond plugin: Fix typos which caused syntax errors.
1479         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
1480         * network plugin: The license has been changed to LGPL 2.1.
1481         * oracle plugin: Reconnect to the database if the connection dies.
1482         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
1483           added.
1484         * snmp plugin: Handling of negative values has been fixed. Strings
1485           containing control characters are now interpreted as hex-strings.
1486         * unixsock plugin: A memory leak in the LISTVAL command has been
1487           fixed. Thanks to Ben Knight for his patch.
1489 2009-10-04, Version 4.8.1
1490         * Build system: Issues when building the iptables plugin have been
1491           fixed.
1492         * exec plugin: Clear the signal block mask before calling exec(2).
1493         * perl plugin: Declare the “environ” variable. This solves build
1494           issues on some platforms.
1495         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
1496           Andrés J. Díaz for the patch.
1497         * unixsock plugin: Fix a (well hidden) race condition related to file
1498           descriptor handling.
1500 2009-09-13, Version 4.8.0
1501         * collectd: Two new data source types, “DERIVE” and “ABSOLUTE”, have
1502           been added. “DERIVE” can be used for counters that are reset
1503           occasionally. Thanks to Mariusz Gronczewski for implementing this.
1504         * thresholds: The advanced threshold options “Percentage”, “Hits”, and
1505           “Hysteresis” have been added. Thanks to Andrés J. Díaz for his
1506           patches.
1507         * curl_json plugin: The new cURL-JSON plugin reads JSON files using
1508           the cURL library and parses the contents according to user
1509           specification. Among other things, this allows to read statistics
1510           from a CouchDB instance. Thanks to Doug MacEachern for the patch.
1511         * df plugin: Using the new “ReportByDevice” option the device rather
1512           than the mount point can be used to identify partitions. Thanks to
1513           Paul Sadauskas for the patch.
1514         * dns plugin: The possibility to ignore numeric QTypes has been added.
1515           Thanks to Mirko Buffoni for the patch.
1516         * GenericJMX plugin: The new, Java-based GenericJMX plugin allows to
1517           query arbitrary data from a Java process using the “Java Management
1518           Extensions” (JMX).
1519         * madwifi plugin: The new MadWifi plugin collects information about
1520           Atheros wireless LAN chipsets from the MadWifi driver. Thanks to
1521           Ondrej Zajicek for his patches.
1522         * network plugin: The receive- and send-buffer-sizes have been made
1523           configurable, allowing for bigger and smaller packets. Thanks to
1524           Aman Gupta for the patch.
1525         * olsrd plugin: The new OLSRd plugin queries routing information from
1526           the “Optimized Link State Routing” daemon.
1527         * rrdtool plugin: A new configuration option allows to define a random
1528           write delay when writing RRD files. This spreads the load created by
1529           writing RRD files more evenly. Thanks to Mariusz Gronczewski for the
1530           patch.
1531         * swap plugin: The possibility to collect swapped in/out pages has
1532           been added to the Swap plugin. Thanks to Stefan Völkel for the
1533           patch.
1534         * tokyotyrant plugin: The new TokyoTyrant plugin reads the number of
1535           records and file size from a running Tokyo Tyrant server. Thanks to
1536           Paul Sadauskas for the patch.
1537         * unixsock plugin: Add the “GETTHRESHOLD” command. This command can be
1538           used to query the thresholds configured for a particular identifier.
1539         * write_http plugin: The new Write HTTP plugin sends the values
1540           collected by collectd to a web-server using HTTP POST requests.
1541           Thanks to Paul Sadauskas for the patch.
1542         * zfs_arc plugin: The new ZFS ARC plugin collects information about
1543           the “Adaptive Replacement Cache” (ARC) of the “Zeta File-System”
1544           (ZFS). Thanks to Anthony Dewhurst for the patch.
1545         * empty_counter match: The new Empty Counter match matches value
1546           lists, where at least one data source is of type COUNTER and the
1547           counter value of all counter data sources is zero.
1549 2009-12-18, Version 4.7.5
1550         * Build system, java plugin: Don't use “find -L” to search for Java
1551           headers, because it's a GNU extension.
1552         * Build system: Support for parallel builds has been improved. Thanks
1553           Sebastian Harl and Stefan Völkel for looking into this.
1554         * collectd: Print error messages to STDERR if no log plugin has been
1555           loaded.
1556         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
1557         * network plugin: The license has been changed to LGPL 2.1.
1558         * oracle plugin: Reconnect to the database if the connection dies.
1559         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
1560           added.
1561         * snmp plugin: Handling of negative values has been fixed. Strings
1562           containing control characters are now interpreted as hex-strings.
1563         * unixsock plugin: A memory leak in the LISTVAL command has been
1564           fixed. Thanks to Ben Knight for his patch.
1566 2009-10-03, Version 4.7.4
1567         * Build system: Issues when building the iptables plugin have been
1568           fixed.
1569         * exec plugin: Clear the signal block mask before calling exec(2).
1570         * perl plugin: Declare the “environ” variable. This solves build
1571           issues on some platforms.
1572         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
1573           Andrés J. Díaz for the patch.
1574         * unixsock plugin: Fix a (well hidden) race condition related to file
1575           descriptor handling.
1577 2009-09-13, Version 4.7.3
1578         * collectd: Fix a possible but very rare invalid “free” in the caching
1579           code. Thanks to Sebastian Harl for the patch.
1580         * collectd: Remove old values when a cache entry is marked as missing.
1581           This way the “GETVAL” command of the UnixSock plugin doesn't return
1582           old, no longer valid values when this happens. Thanks to Andrés J.
1583           Díaz for the patch.
1584         * collectd: The “plugin_unregister_read” function has been fixed.
1585         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
1586           to follow redirects. Thanks to Joey Hess for reporting this bug.
1587         * df plugin: Check the ignorelist before stating the file system,
1588           possibly reducing the number of stats considerably. Thanks to Joey
1589           Hess for reporting this bug.
1590         * iptables plugin: Support for the new libiptc API has been added.
1591           Thanks to Sebastian Harl for the patch. The build system has been
1592           updated to the plugin only includes the shipped header files when it
1593           is linked with the shipped library, too.
1594         * java plugin: Delay creating the JVM until after the daemon has
1595           forked. The JVM internally creates threads that are lost when
1596           forking. This means that Java-based plugins are now configured
1597           during the init-phase, i. e. later than other plugins.
1598         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
1599           to Alan Pevec for the patch.
1600         * network plugin: Fix the handling of the “CacheFlush” option: The
1601           value was assigned to a wrong variable. The initialization of the
1602           gcrypt library, which is used for signing / encrypting traffic, has
1603           been fixed. Thanks to Luke Heberling for the patch.
1604         * powerdns plugin: Set a timeout when reading data from the datagram
1605           socket. Handling of the “LocalSocket” option has been fixed.  An
1606           incorrectly used “type” has been corrected. Thanks to Luke Heberling
1607           for his patches.
1609 2009-07-19, Version 4.7.2
1610         * Build system: Support for `DESTDIR' has been fixed in the Java
1611           bindings.
1612         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
1613           Díaz for fixing this bug.
1614         * collectd: A programming error has been fixed in the notification
1615           code. The bug may result in an assertion failure.
1616         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
1617           for reporting the bug.
1618         * ping plugin: Link the plugin with libm.
1620 2009-06-02, Version 4.7.1
1621         * Build system: Detection of Java has been improved and missing
1622           details have been added to the configuration summary. Support for
1623           libtool 2.2 has been added.
1624         * collectd: Two bugs with the threshold checking have been fixed. The
1625           first one prevented thresholds to be checked at all, the second one
1626           caused wrong behavior with the persistency option. Thanks to Andrés
1627           J. Díaz for fixing these problems.
1628         * collectd: Handling of the `Include' configuration option has been
1629           fixed.
1630         * rrdtool plugin: Make sure initialization is run only once. This
1631           resolves problems under Solaris and potentially other systems.
1632           Thanks to Amit Gupta for reporting this bug.
1633         * java plugin: Make it possible to use dots ('.') instead of slashes
1634           ('/') as the class separator. Thanks to Randy Rizun for pointing
1635           this out.
1636         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
1637           to Doug MacEachern for the patch.
1639 2009-05-11, Version 4.7.0
1640         * apache plugin: Support to query multiple servers has been added.
1641           Thanks to Amit Gupta for the patch.
1642         * apache plugin: Handling of lighttpd's scoreboard statistics has been
1643           improved. Thanks to Amit Gupta for the patch.
1644         * conntrack plugin: The new conntrack plugin collects the connection
1645           tracking table size. Thanks to Tomasz Pala for the patch.
1646         * fscache plugin: The new fscache plugin collects statistics about
1647           Linux' file-system based caching framework. Thanks to Edward
1648           Konetzko for the patch.
1649         * gmond plugin: The new gmond plugin can receive and interpret
1650           multicast traffic from Ganglia's gmond daemon.
1651         * java plugin: The new java plugin exports the collectd API to Java,
1652           making it possible to write extensions to collectd in Java.
1653         * memcachec plugin: The new memcachec plugin queries data from a
1654           memcached daemon and parses it similar to the cURL plugin. Thanks to
1655           Doug MacEachern for the initial code.
1656         * memcached plugin: Support for connections over UNIX domain sockets
1657           has been added. Thanks to Franck Lombardi for the patch.
1658         * memory plugin: Support for OpenBSD and possibly other *BSDs has been
1659           added. Thanks to Simon Kuhnle for the patch.
1660         * mysql plugin: Support to query multiple databases has been added.
1661           Thanks to Doug MacEachern for the patch.
1662         * mysql plugin: Master/slave statistics have been added.
1663         * mysql plugin: Lock statistics have been added. Thanks to Rodolphe
1664           Quiédeville for the patch.
1665         * network plugin: The possibility to sign or encrypt network traffic
1666           has been added.
1667         * protocols plugin: The new protocols plugin provides information
1668           about network protocols, such as IP, TCP and UDP.
1669         * snmp plugin: The intervals given in the configuration of the SNMP
1670           plugin must no longer be a multiple of the global interval.
1671         * table plugin: The new Table plugin provides parsing for table-like
1672           structured files, such as many files beneath /proc.
1673         * ted plugin: The new TED plugin reads power consumption measurements
1674           from “The Energy Detective” (TED). Thanks to Eric Reed for this
1675           plugin.
1676         * onewire plugin: The new `Interval' option allows collecting
1677           information from OneWire sensors at arbitrary intervals.
1678         * ping plugin: Support for collecting the drop rate and standard
1679           deviation of round-trip times has been added.
1680         * uptime plugin: The new uptime plugin can collect the server's
1681           uptime. Thanks to Marco Chiappero for the patch.
1683 2009-09-10, Version 4.6.5
1684         * collectd: Remove old values when a cache entry is marked as missing.
1685           This way the “GETVAL” command of the UnixSock plugin doesn't return
1686           old, no longer valid values when this happens. Thanks to Andrés J.
1687           Díaz for the patch.
1688         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
1689           to follow redirects. Thanks to Joey Hess for reporting this bug.
1690         * df plugin: Check the ignorelist before stating the file system,
1691           possibly reducing the number of stats considerably. Thanks to Joey
1692           Hess for reporting this bug.
1693         * iptables plugin: Support for the new libiptc API has been added.
1694           Thanks to Sebastian Harl for the patch. The build system has been
1695           updated to the plugin only includes the shipped header files when it
1696           is linked with the shipped library, too.
1697         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
1698           to Alan Pevec for the patch.
1699         * powerdns plugin: Set a timeout when reading data from the datagram
1700           socket. Handling of the “LocalSocket” option has been fixed.  An
1701           incorrectly used “type” has been corrected. Thanks to Luke Heberling
1702           for his patches.
1704 2009-07-18, Version 4.6.4
1705         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
1706           Díaz for fixing this bug.
1707         * collectd: A programming error has been fixed in the notification
1708           code. The bug may result in an assertion failure.
1709         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
1710           for reporting the bug.
1712 2009-06-02, Version 4.6.3
1713         * Build system, various plugins: Many build fixes for FreeBSD,
1714           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
1715           for many fixes and providing a build system for many platforms,
1716           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
1717           providing an OpenBSD system.
1718         * collectd: Two bugs with the threshold checking have been fixed. The
1719           first one prevented thresholds to be checked at all, the second one
1720           caused wrong behavior with the persistency option. Thanks to Andrés
1721           J. Díaz for fixing these problems.
1722         * collectd: Handling of the `Include' configuration option has been
1723           fixed.
1724         * battery plugin: Don't complain about a missing directory every
1725           interval.
1726         * exec plugin: Allow executed programs to close STDERR. Thanks to
1727           Thorsten von Eicken for reporting this problem.
1728         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
1729           Tomasz Pala for the patch.
1730         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
1731           the patch.
1732         * memory plugin: Fix a potential problem under Solaris.
1733         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
1734           to Doug MacEachern for the patch.
1736 2009-03-18, Version 4.6.2
1737         * collectd: Some Solaris utility code has been improved.
1738         * filter subsystem: Allow `Chains' without default targets.
1739         * liboping: A patch to comply with strict aliasing rules has been
1740           added.
1741         * timediff match: Fix a typo: The match was registered with a wrong
1742           name which prevented this match to be used as documented. Thanks to
1743           Bruno Prémont for finding this problem.
1744         * bind plugin: Fix collection of the cached RR sets. The number of RR
1745           sets currently in the cache was collected as a counter value, which
1746           is nonsense. Thanks to Bruno Prémont for implementing this.
1747         * dns plugin: Don't pass NULL to `pcap_open_live': Some systems,
1748           primarily BSDs, don't take it well and crash.
1749         * oracle plugin: Portability to 64 bit systems has been improved.
1750         * postgresql plugin: The default configuration has been improved.
1751         * rrdtool plugin: Fix a possible race condition: If the network plugin
1752           is brought and dispatches a value before the rrdtool plugin is
1753           initialized, the daemon may crash.
1755 2009-02-22, Version 4.6.1
1756         * collectd: Many documentation fixes.
1757         * Collectd::Unixsock: Error handling has been improved.
1758         * regex match: Don't link with the PCRE library.
1759         * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont
1760           for finding and fixing most of them.
1761         * ipmi plugin: Fix an off-by-one error which could cause segmentation
1762           faults. Thanks to Peter Holik for his patch.
1764 2009-02-16, Version 4.6.0
1765         * collectd: Added the `filter chain' infrastructure, which allows the
1766           user to use `matches' and `targets' to control value processing.
1767         * collectd: The new `-T' command line argument allows more in-depth
1768           testing of a configuration. Thanks to Doug MacEachern for the patch.
1769         * collectd-nagios: The Nagios integration command has been updated to
1770           use libcollectdclient. The `percentage' aggregation function has
1771           been added. Thanks to Fabian Linzberger for the patch.
1772         * libcollectdclient: A library which abstracts communication with the
1773           unixsock plugin for clients has been added.
1774         * regex match: Match values by their identifies using regular
1775           expressions.
1776         * timediff match: Match for values with an invalid timestamp.
1777         * value match: Select values by their data sources' values.
1778         * notification target: Create and dispatch a notification.
1779         * replace target: Replace parts of an identifier using regular
1780           expressions.
1781         * set target: Set (overwrite) entire parts of an identifier.
1782         * bind plugin: This new plugin uses the new HTTP/XML interface to BIND
1783           statistics, allowing very detailed name server statistics. Thanks to
1784           Bruno Prémont for this plugin.
1785         * cpu plugin: Report `interrupt' separately when using
1786           sysctlbyname(3) (used under *BSD). Support for sysctl(3), for
1787           example for native OpenBSD support, has been added. Thanks to Simon
1788           Kuhnle for the patch.
1789         * csv plugin: Make it possible to write values to STDOUT instead of
1790           files. This is meant for testing purposes mostly. The output written
1791           to STDOUT is compatible with the exec plugin. Thanks to Doug
1792           MacEachern for the patch.
1793         * curl plugin: This new plugin can be used to read web pages and parse
1794           them using the same mechanism that's used in the tail plugin.
1795         * dbi plugin: This new plugin allows you to connect to a variety of
1796           relational databases and use SQL to gather custom statistics from
1797           it. It is similar to the already existing PostgreSQL plugin but uses
1798           libdbi to communicate with the database(s).
1799         * interface plugin: Use the ignorelist framework when selecting /
1800           ignoring interfaces. This allows one to use regular expressions to
1801           select interfaces, too.
1802         * ipmi plugin: Handle temporary IPMI error conditions more gracefully.
1803           Thanks to Bruno Prémont for this patch.
1804         * memcached plugin: Add hit-ratio metric. Thanks to Doug MacEachern
1805           for the patch.
1806         * mysql plugin: Allow connecting to a database via the UNIX domain
1807           socket, too. Thanks to Mirko Buffoni for the patch.
1808         * network plugin: Further performance improvements for the receive
1809           code. This hopefully will help very large setups.
1810         * openvpn plugin: This new plugin collects statistics provided by the
1811           OpenVPN daemon. Thanks to Doug MacEachern for the patch.
1812         * oracle plugin: This new plugin allows you to connect to an Oracle
1813           database and use SQL to gather custom statistics from it. It is
1814           similar to the already existing PostgreSQL plugin.
1815         * perl plugin: Compatibility fixes for broken versions of Perl 5.10
1816           have been added.
1817         * perl plugin: Export the newly added plugin_write() to Perl plugins.
1818         * perl plugin: Added support for `notification meta data'.
1819         * perl plugin: Added support for the `filter chain' infrastructure by
1820           allowing plugins to register `matches' and `targets'.
1821         * postgresql plugin: The preferred configuration syntax has been
1822           updated to be in line with the syntax used by the new dbi and oracle
1823           plugins. The compatibility code for the old syntax is present.
1824           Support for the new `Result' blocks and the interval parameter has
1825           been added.
1826         * processes plugin: Stacksize and virtual memory usage statistics have
1827           been added. Portability fixes.
1828         * rrdcached plugin: This new plugin uses the (still in development)
1829           RRD accelerator daemon, rrdcached. This daemon works very similar to
1830           the original rrdtool plugin of collectd, but adds some more nice
1831           features.
1832         * swap plugin: Code for OpenBSD (and possibly other *BSDs) has been
1833           added.
1835 2009-05-09, Version 4.5.4
1836         * Build system, various plugins: Many build fixes for FreeBSD,
1837           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
1838           for many fixes and providing a build system for many platforms,
1839           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
1840           providing an OpenBSD system.
1841         * collectd: Fix a potential race condition when creating directories.
1842         * battery plugin: Don't complain about a missing directory every
1843           interval.
1844         * dns plugin: Slight portability fixes.
1845         * exec plugin: Allow executed programs to close STDERR. Thanks to
1846           Thorsten von Eicken for reporting this problem.
1847         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
1848           Tomasz Pala for the patch.
1849         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
1850           the patch.
1851         * rrdtool plugin: Fix a possible race condition: If the network plugin
1852           is initialized and dispatches a value before the rrdtool plugin is
1853           initialized, the daemon may crash.
1854         * memory plugin: Fix a potential problem under Solaris.
1856 2009-02-22, Version 4.5.3
1857         * build system: The check for libupsclient even when `pkg-config' is
1858           not available.
1859         * collectd: Fix error handling in the global cache.
1860         * Collectd::Unixsock: Error handling has been improved.
1861         * ascent plugin: Fix a memory leak. Thanks to Bruno Prémont for his
1862           patch.
1863         * ipmi plugin: Fix an off-by-one error which could cause segmentation
1864           faults. Thanks to Peter Holik for his patch.
1865         * tcpconns plugin: An endianness problem has been fixed in the *BSD
1866           code. Thanks to "thated" for reporting this.
1868 2009-01-02, Version 4.5.2
1869         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
1870           file may be in both locations, especially when the database was
1871           installed in a non-standard path. Thanks to Dusty Doris for
1872           reporting this.
1873         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
1874           Solaris, in the configure script automatically.
1875         * build system, tcpconns plugin: Check for `kvm_nlist' and
1876           `kvm_openfiles' before enabling the plugin: Solaris provides a KVM
1877           library with similar functions to the BSD variant, but doesn't
1878           provide these necessary functions.
1879         * collectd.conf(5): Various fixes and clarifications.
1880         * collectd: Remove a GNUism (unnamed unions), thus improving
1881           portability.
1882         * collectd, apcups plugin: Include "collectd.h" before <stdlib.h>.
1883           This solves portability problems, especially for Solaris.
1884         * dns plugin: Fix a portability problem with NetBSD.
1885         * filecount plugin: Fix an off-by-one error. This error may cause a
1886           segmentation fault.
1887         * network plugin: Fix the handling of `type' in the network protocol.
1888           Due to a programming mistake, only 4 or 8 bytes would be copied to a
1889           much larger buffer. This caused the `type' to be transferred much
1890           more often than necessary. In some cases, e. g. the `cpu' and
1891           `cpufreq' plugins being used at the same time, data may be corrupted
1892           in those files. Thanks to Bruno Prémont for debugging and reporting
1893           this issue.
1894         * processes plugin: Fix a possible segmentation fault when specifying
1895           invalid configuration options.
1896         * unixsock plugin: Make sure the initialization function is run only
1897           once. This resolves a file descriptor leak under systems which run
1898           the initialization more than once, such as Solaris.
1900 2008-10-16, Version 4.5.1
1901         * build system: Change `--enable-<plugin>' to abort with an error if
1902           dependencies are not met. Thanks to Bruno Prémont for the patch.
1903           Also, the poisoning of various string functions has been restricted
1904           to debug builds.
1905         * collectd: Fix a memory leak in the global value cache. With every
1906           *missing* value a couple of bytes would be leaked. Another memory
1907           leak in the configuration handling code has been fixed. Thanks to
1908           Niraj Tolia for reporting these issues.
1909         * collectd: Fix an off-by-one error in the ignorelist functionality.
1910           When using regular expressions, the last character would be missing,
1911           possibly matching differently from what one would expect.
1912         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
1913           problem.
1914         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
1915           Linzberger for reporting the bug.
1916         * iptables plugin: Fix an off-by-one error. If a string was just one
1917           character too long, it was truncated instead of reporting an error.
1918         * network plugin: Fix a memory leak in the configuration handling
1919           code. Thanks to Niraj Tolia for reporting this issue.
1920         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
1921         * postgresql plugin: Don't reopen connection during reinitialization.
1922           This fixes a bug under Solaris and potentially other platforms.
1923           Missing calls to `PQclear' have been added, too. This fixes memory
1924           leaks. Thanks to ``Admin'' for reporting these bugs.
1925         * snmp plugin: Don't expect null-terminated strings from the Net-SNMP
1926           library.
1927         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
1928           problems with some `libc's. Thanks to Matthias Lay for reporting the
1929           bug.
1931 2008-09-04, Version 4.5.0
1932         * collectd: Added the ability to flush certain identifiers.
1933         * collectd: The concept of `notification meta data' has been
1934           introduced.
1935         * filecount plugin: The new filecount plugin counts the number of
1936           files in a directory and its subdirectories.
1937         * ipmi plugin: Sensor names have been changed to ensure unique names.
1938           Notifications upon added and removed sensors can now be generated.
1939         * notify_desktop plugin: This new plugin sends notifications to the
1940           X desktop using the structure defined in the `Desktop Notification
1941           Specification'.
1942         * notify_email plugin: This new plugin sends out notifications via
1943           email, using the `esmtp' library.
1944         * onewire plugin: The new experimental(!) onewire plugin reads values,
1945           such as temperatures, from sensors connected to the computer via the
1946           onewire bus.
1947         * perl plugin: Improved synchronized access to internal data structures
1948           and fixed a possible dead-lock.
1949         * perl plugin: Added the ability to flush certain identifiers and marked
1950           plugin_flush_all() and plugin_flush_one() as deprecated in favor of
1951           plugin_flush().
1952         * perl plugin: Added the ability to configure Perl plugins.
1953         * postgresql plugin: The new postgresql plugin collects statistics
1954           about or from a PostgreSQL database.
1955         * processes plugin: The `ProcessMatch' option has been added.
1956         * rrdtool plugin: Implement throttling of the `update queue' to lessen
1957           IO load.
1958         * tcpconns plugin: This plugin has been ported to OpenBSD.
1959         * thermal plugin: The new thermal plugin collects system temperatures
1960           using Linux ACPI thermal zone data.
1962 2009-01-02, Version 4.4.5
1963         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
1964           file may be in both locations, especially when the database was
1965           installed in a non-standard path. Thanks to Dusty Doris for
1966           reporting this.
1967         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
1968           Solaris, in the configure script automatically.
1969         * collectd.conf(5): Various fixes and clarifications.
1970         * apcups plugin: Include "collectd.h" before <stdlib.h>. This solves
1971           portability problems, especially for Solaris.
1972         * dns plugin: Fix a portability problem with NetBSD.
1973         * network plugin: Fix the handling of `type' in the network protocol.
1974           Due to a programming mistake, only 4 or 8 bytes would be copied to a
1975           much larger buffer. This caused the `type' to be transferred much
1976           more often than necessary. In some cases, e. g. the `cpu' and
1977           `cpufreq' plugins being used at the same time, data may be corrupted
1978           in those files. Thanks to Bruno Prémont for debugging and reporting
1979           this issue.
1980         * unixsock plugin: Make sure the initialization function is run only
1981           once. This resolves a file descriptor leak under systems which run
1982           the initialization more than once, such as Solaris.
1984 2008-10-16, Version 4.4.4
1985         * build system: Change `--enable-<plugin>' to abort with an error if
1986           dependencies are not met. Thanks to Bruno Prémont for the patch.
1987           Also, the poisoning of various string functions has been restricted
1988           to debug builds.
1989         * collectd: Fix a memory leak in the global value cache. With every
1990           *missing* value a couple of bytes would be leaked. Another memory
1991           leak in the configuration handling code has been fixed. Thanks to
1992           Niraj Tolia for reporting these issues.
1993         * collectd: Fix an off-by-one error in the ignorelist functionality.
1994           When using regular expressions, the last character would be missing,
1995           possibly matching differently from what one would expect.
1996         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
1997           problem.
1998         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
1999           Linzberger for reporting the bug.
2000         * network plugin: Fix a memory leak in the configuration handling
2001           code. Thanks to Niraj Tolia for reporting this issue.
2002         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
2003         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
2004           problems with some `libc's. Thanks to Matthias Lay for reporting the
2005           bug.
2007 2008-09-01, Version 4.4.3
2008         * collectd: Fix a memory leak in the threshold checking code.
2009         * memcached plugin: Fix a too short timeout and a related file
2010           descriptor leak.
2011         * memory plugin: A typo in the libstatgrab code has been fixed.
2012         * snmp plugin: Fix a possible memory leak.
2014 2008-07-15, Version 4.4.2
2015         * build system: Use pkg-config to detect the upsclient library.
2016         * collectd: Try even harder to determine the endianess of the
2017           architecture collectd is being built on.
2018         * disk plugin: Fix for Linux 2.4: A wrong field was used as the name
2019           of disks.
2020         * dns plugin: Fix compilation errors with BIND versions 19991001
2021           through 19991005.
2022         * network plugin: Bugfix in the init routine: The init function
2023           cleared a buffer regardless of its contents. This could lead to lost
2024           values under Solaris.
2025         * nginx plugin: Remove usage of the thread-unsafe `strtok' function.
2026         * vserver plugin: Remove usage of the thread-unsafe `readdir'
2027           function.
2028         * wireless plugin: Work around incorrect noise and power values
2029           returned by some broken drivers.
2031 2008-06-03, Version 4.4.1
2032         * collectd: Fix the `DataSource' option within `Type' blocks. Thanks
2033           to kyrone for reporting this.
2034         * collectd: Fixed min/max output in notifications generated by
2035           threshold checking.
2036         * collectd-nagios: Fix the protocol used to communicate with the
2037           daemon.
2038         * perl plugin: Fail noisily, but don't shutdown the daemon, if
2039           initialization has errors. An issue with Perl 5.10 has been fixed.
2040         * teamspeak2 plugin: Fixed an out of bound array access. Thanks to
2041           René Rebe and Siegmund Gorr for reporting this.
2043 2008-05-06, Version 4.4.0
2044         * collectd: Internal code cleanups.
2045         * collectd: Added support for a `Flush' command in the unixsock and
2046           exec plugins. This command can be used to force a plugin (or all) to
2047           flush its values to disk.
2048         * collectd: Thresholds can now be configured to apply to one data
2049           source only, making it possible to configure different thresholds
2050           for each data source.
2051         * apache, nginx plugins: Added the possibility to disable host and/or
2052           peer verification.
2053         * ascent plugin: The new ascent plugin reads and parses the statistics
2054           page of an Ascent server.
2055         * cpu plugin: Support for the statgrab library has been added.
2056         * disk plugin: The possibility to ignore certain disks or collect only
2057           specific disks has been added.
2058         * disk plugin: Support for the statgrab library has been added.
2059         * ipmi plugin: The new ipmi plugin uses the OpenIPMI library to read
2060           sensor values via IPMI, the intelligent platform management
2061           interface.
2062         * iptables plugin: The iptc library that is used by the iptables
2063           plugin has been added to the distribution, because it is not
2064           provided by all distributions and removed from at least one.
2065         * powerdns plugin: The new powerdns plugin reads statistics from an
2066           authoritative or a recursing PowerDNS name server.
2067         * rrdtool plugin: The size of the files generated with the default
2068           configuration has been decreased.
2069         * tail plugin: The new tail plugin can be used to gather statistics by
2070           continuously reading from log files.
2071         * teamspeak2 plugin: The new teamspeak2 plugin connects to a
2072           TeamSpeak2 server and collects statistics about the number of users
2073           and number of channels.
2074         * users plugin: Support for the statgrab library has been added.
2075         * vmem plugin: The new vmem plugin collects very detailed statistics
2076           about the virtual memory subsystem of Linux.
2078 2008-08-30, Version 4.3.4
2079         * Build system: Improved detection of and linking with the statgrab
2080           library.
2081         * collectd: Portability fixes, especially to determine endianess more
2082           reliable.
2083         * Various plugins: Fix format strings.
2084         * disk plugin: A fix for giving disks under Linux 2.4 the right names
2085           again has been applied.
2086         * memcached plugin: Fix a too short timeout and a related file
2087           descriptor leak.
2088         * memory plugin: A typo in the libstatgrab code has been fixed.
2089         * network plugin: A fix in the initialization function solves problems
2090           under Solaris.
2091         * nginx plugin: A thread-unsafe function has been replaced.
2092         * vserver plugin: A thread-unsafe function has been replaced.
2093         * wireless plugin: A work-around for broken wireless drivers has been
2094           added.
2096 2008-04-22, Version 4.3.3
2097         * build system: Improved detection of several libraries, especially if
2098           they are in non-standard paths.
2099         * build system: Portability fixes: Automatically define "_REENTRANT"
2100           if the libc expects it.
2101         * collectd: Error and warning messages have been improved.
2102         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
2103           using them.
2104         * apache plugin: Allocate new memory when reading a webpage instead of
2105           using a buffer of static size.
2106         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
2107           the program.
2108         * hddtemp plugin: Error and warning messages have been improved.
2109         * sensors plugin: Fix sensor collection for some chip types.
2111 2008-03-29, Version 4.3.2
2112         * collectd: Fix configuration of the `FailureMax', `WarningMax', and
2113           `Persist' threshold options.
2114         * collectd: Fix handling of missing values in the global value cache.
2115         * collectd: Improved error messages when parsing the configuration.
2116         * sensors plugin: Fix temperature collection with libsensors4.
2117         * unixsock plugin: Fix mixed input and output operation on streams.
2118         * wireless plugin: Fix reading noise value.
2120 2008-03-05, Version 4.3.1
2121         * exec plugin: Set supplementary group IDs.
2122         * network plugin:
2123           + Use `memcpy' when constructing/parsing a package to avoid
2124             alignment problems on weird architectures, such as Sparc.
2125           + Translate doubles to/from the x86 byte representation to ensure
2126             cross-platform compatibility.
2127         * ping plugin: Correct the handling of the `TTL' setting.
2128         * swap plugin: Reapply a patch for Solaris.
2129         * tcpconns plugin: Portability improvements.
2131 2008-02-18, Version 4.3.0
2132         * collectd: Notifications have been added to the daemon. Notifications
2133           are status messages that may be associated with a data instance.
2134         * collectd: Threshold checking has been added to the daemon. This
2135           means that you can configure threshold values for each data
2136           instance. If this threshold is exceeded a notification will be
2137           created.
2138         * collectd: The new `FQDNLookup' option tells the daemon to use the
2139           full qualified domain name as the hostname, not just the host part
2140           es returned by `gethostname(2)'.
2141         * collectd: Support for more than one `TypesDB' file has been added.
2142           This is useful when one such file is included in a package but one
2143           wants to add custom type definitions.
2144         * collectd: The `Include' config option has been expanded to handle
2145           entire directories and shell wildcards.
2146         * collectdmon: The new `collectdmon' binary detects when collectd
2147           terminates and automatically restarts it again.
2148         * csv plugin: The CSV plugin is now able to store counter values as a
2149           rate, using the `StoreRates' configuration option.
2150         * exec plugin: Handling of notifications has been added and the
2151           ability to pass arguments to the executed programs has been added.
2152         * hddtemp plugin: The new `TranslateDevicename' option lets you
2153           disable the translation from device names to major-minor-numbers.
2154         * logfile plugin: Handling of notifications has been added.
2155         * ntpd plugin: The new `ReverseLookups' can be used to disable reverse
2156           domain name lookups in this plugin.
2157         * perl plugin: Many internal changes added support for handling multiple
2158           threads making the plugin reasonably usable inside collectd. The API has
2159           been extended to support notifications and export global variables to
2160           Perl plugins; callbacks now have to be identified by name rather than a
2161           pointer to a subroutine. The plugin is no longer experimental.
2162         * uuid plugin: The new UUID plugin sets the hostname to an unique
2163           identifier for this host. This is meant for setups where each client
2164           may migrate to another physical host, possibly going through one or
2165           more name changes in the process. Thanks to Richard Jones from
2166           Red Hat's Emerging Technology group for this plugin.
2167         * libvirt: The new libvirt plugin uses the `libvirt' library to query
2168           CPU, disk and network statistics about guest systems on the same
2169           physical server. Thanks to Richard Jones from Red Hat's Emerging
2170           Technology group for this plugin.
2172 2008-04-22, Version 4.2.7
2173         * build system: Improved detection of several libraries, especially if
2174           they are in non-standard paths.
2175         * build system: Portability fixes: Automatically define "_REENTRANT"
2176           if the libc expects it.
2177         * collectd: Error and warning messages have been improved.
2178         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
2179           using them.
2180         * apache plugin: Allocate new memory when reading a webpage instead of
2181           using a buffer of static size.
2182         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
2183           the program.
2184         * hddtemp plugin: Error and warning messages have been improved.
2185         * sensors plugin: Fix sensor collection for some chip types.
2187 2008-03-29, Version 4.2.6
2188         * collectd: Improved error messages when parsing the configuration.
2189         * sensors plugin: Fix temperature collection with libsensors4.
2190         * unixsock plugin: Fix mixed input and output operation on streams.
2191         * wireless plugin: Fix reading noise value.
2193 2008-03-04, Version 4.2.5
2194         * apache plugin: Improved initialization and error messages.
2195         * exec plugin: Set supplementary group IDs.
2196         * network plugin:
2197           + Create separate threads for reading from the socket and parsing
2198             and dispatching incoming packets. Versions prior to this may have
2199             problems in high-load situations, where the socket receive buffers
2200             overflows, resulting in gaps in the data.
2201           + Use `memcpy' when constructing/parsing a package to avoid
2202             alignment problems on weird architectures, such as Sparc.
2203           + Translate doubles to/from the x86 byte representation to ensure
2204             cross-platform compatibility.
2205         * ping plugin: Correct the handling of the `TTL' setting.
2206         * rrdtool plugin: Ensure correct handling of the `RRATimespan' option.
2207         * swap plugin: Reapply a patch for Solaris.
2208         * tcpconns plugin: Portability improvements.
2210 2008-01-21, Version 4.2.4
2211         * unixsock plugin: A bug in the unixsock plugin caused it not to set
2212           the permission on the socket as documented in the manpage. Thanks to
2213           Evgeny Chukreev for fixing this issue.
2214         * collectd: The documentation has been improved.
2216 2007-12-28, Version 4.2.3
2217         * sensors plugin: Updated the plugin to build and work with version 3
2218           of the libsensors library.
2220 2007-12-15, Version 4.2.2
2221         * nginx plugin: Incorrect comparison of strings lead to a segfault
2222           when using the plugin. Thanks to Saulius Grigaliunas for fixing
2223           this.
2224         * logfile plugin: The config option `Timestamp' was handled
2225           incorrectly and basically always active. Thanks to Luke Heberling
2226           for fixing this.
2228 2007-11-08, Version 4.2.1
2229         * tcpconns plugin: Don't complain about a missing file if IPv6 is not
2230           enabled on the host.
2231         * snmp plugin: Fix a memory leak.
2233 2007-10-27, Version 4.2.0
2234         * collectd: The new config option `Include' lets you include other
2235           configfiles and thus split up your config into smaller parts. This
2236           may be especially interesting for the snmp plugin to keep the data
2237           definitions separate from the host definitions.
2238         * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
2239           (number of connections, octets and packets for each service and
2240           destination). Thanks to Sebastian Harl for this plugin.
2241         * memcached plugin: The new `memcached' plugin connects to a memcached
2242           daemon process and collects statistics of this distributed caching
2243           system. Thanks to Antony Dovgal for contributing this plugin.
2244         * nginx plugin: The new `nginx' plugin reads the status page of an
2245           nginx daemon and saves the handled connections and requests.
2246         * perl plugin: Many changes, including the added `EnableDebugger'
2247           config option which lets you debug your Perl plugins more easily.
2248         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
2249           be more thread-safe otherwise by locking calls to the library.
2250         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
2251           correct the values returned by SNMP-agents. If a <data> block is
2252           defined as `table' the instance is now optional. The sequence number
2253           is used as the type-instance in this case. The new `InstancePrefix'
2254           option allows to add arbitrary prefixes to the type-instance.
2255         * tcpconns plugin: The new `tcpconns' plugin collects the number of
2256           certain TCP connections and what state they're in. This can be used
2257           to see how many connections your FTP server has to handle or how
2258           many outgoing connections your mailserver has open.
2260 2008-01-11, Version 4.1.6
2261         * unixsock plugin: A bug in the unixsock plugin caused it not to set
2262           the permission on the socket as documented in the manpage. Thanks to
2263           Evgeny Chukreev for fixing this issue.
2264         * collectd: The documentation has been improved.
2266 2007-12-27, Version 4.1.5
2267         * rrdtool plugin: Fix a memory leak that only occurred in very-low-
2268           memory situations.
2269         * sensors plugin: Updated the plugin to build and work with version 3
2270           of the libsensors library.
2272 2007-11-08, Version 4.1.4
2273         * Build system: Improve detection of the rrd library, especially if
2274           it's in a non-standard location.
2275         * Build system: A bug when parsing the argument for
2276           `--with-libnetsnmp' has been fixed.
2277         * collectd: Implement `strerror_r' if the libc doesn't provide it.
2278         * rrdtool plugin: Fix a bug in the shutdown sequence that might cause
2279           a deadlock or delay when shutting down the daemon.
2280         * snmp plugin: Fix a memory leak.
2282 2007-10-24, Version 4.1.3
2283         * collectd: A build issue under Solaris has been resolved by renaming
2284           data types.
2285         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
2286           be more thread-safe otherwise by locking calls to the library.
2288 2007-09-28, Version 4.1.2
2289         * apcups plugin: Fix reporting of the `load percent' data.
2290         * wireless plugin: Correct the handling of cards returning signal and
2291           noise quality as percentage.
2292         * perl plugin: Fix a possible buffer overflow in get_module_name().
2293         * build system: Further improve the detection of libraries.
2294         * netlink plugin: Build issues under some older versions of the Linux
2295           includes (i. e. Debian Sarge) have been fixed.
2296         * snmp plugin: Fix a potential segfault when a host times out. Add
2297           support for the `timeticks' type. 
2299 2007-09-12, Version 4.1.1
2300         * Build system: The detection of `libnetlink' has been improved.
2301         * collectd: The documentation has been fixed in numerous places.
2302         * exec plugin: Setting the group under which to run a program has been
2303           fixed.
2304         * collectd: The `sstrerror' function was improved to work correctly
2305           with the broken GNU version of `strerror_r'.
2306         * collectd: Write an error message to STDERR when loading of a plugin
2307           fails.
2308         * apcups plugin: Fix the `types' used to submit the values: They still
2309           has an `apcups_' prefix which doesn't work anymore.
2310         * rrdtool plugin: Create new RRD-files with the `begin' time set to
2311           whatever the client thinks is `now'..
2313 2007-09-01, Version 4.1.0
2314         * Build system: The build system has been changed to automatically
2315           disable all plugins, which are missing dependencies. The dependency
2316           checking has been removed from the plugins themselves to remove
2317           redundancy.
2318         * Flexible interval: The interval of collected data is now sent along
2319           with the data itself over the network, so that the interval-settings
2320           of server and clients no longer needs to match.
2321         * netlink plugin: The new `netlink' plugin connects to the Linux
2322           kernel using a netlink socket and uses it to query information about
2323           interfaces, qdiscs and classes.
2324         * rrdtool plugin: The cache is now dumped to disk in an extra thread
2325           to not block data collection.
2326         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
2327           network devices, such as switches, routers, thermometers, rack
2328           monitoring servers, etc. The collectd-snmp(5) manpage documents this
2329           plugin.
2330         * unixsock plugin: Added the `LISTVAL' command.
2331         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
2332           of music played with xmms.
2334 2007-09-28, Version 4.0.9
2335         * apcups plugin: Fix reporting of the `load percent' data.
2336         * wireless plugin: Correct the handling of cards returning signal and
2337           noise quality as percentage.
2338         * perl plugin: Fix a possible buffer overflow in get_module_name().
2340 2007-09-12, Version 4.0.8
2341         * collectd: The `sstrerror' function was improved to work correctly
2342           with the broken GNU version of `strerror_r'.
2343         * collectd: Write an error message to STDERR when loading of a plugin
2344           fails.
2345         * apcups plugin: Fix the `types' used to submit the values: They still
2346           has an `apcups_' prefix which doesn't work anymore.
2347         * rrdtool plugin: Create new RRD-files with the `begin' time set to
2348           whatever the client thinks is `now'..
2350 2007-08-26, Version 4.0.7
2351         * documentation: Some typos have been fixed and some information has
2352           been improved.
2353         * build system: Many fixes for detecting libraries in unusual places,
2354           such as on RedHat systems. The affected libraries are `libcurl',
2355           `libmysql', and `libupsclient'.
2356         * network plugin: Allow the `Port' option to be specified as a number
2357           (i. e. without quotes).
2358         * nut plugin: A fix allows linking the nut plugin against
2359           libupsclient, version >= 2.2.0.
2360         * processes plugin: Fix a potential segmentation fault.
2362 2007-07-30, Version 4.0.6
2363         * sensors plugin: Fix the ignorelist functionality: Only the `type
2364           instance' was used to match against the list, but the documentation
2365           told otherwise. This release fixes the code, so it complies with the
2366           documentation.
2367         * syslog plugin: Call `openlog' right when the plugin is loaded, so
2368           configuration messages will end up in the logging facility.
2369         * conrtib/fedora: The contributed specfile for Fedora has been
2370           updated.
2372 2007-07-05, Version 4.0.5
2373         * Portability: More fixes for OpenBSD have been included.
2375 2007-06-24, Version 4.0.4
2376         * cpu plugin: Fixed the Solaris code.
2377         * dns plugin: Fixed a build issue for OpenBSD.
2378         * interface plugin: Fixed the Solaris code.
2379         * load plugin: Fixed the alternative `/proc' Linux code.
2380         * memory plugin: Fixed the Solaris code.
2381         * oconfig: Don't require `-lfl' anymore.
2383 2007-06-19, Version 4.0.3
2384         * cpu plugin: Fix the Darwin / Mac OS X code.
2385         * ping plugin: Use the return value of `getpid', not its address.
2386         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
2387           initialized correctly.
2388         * configure: Added `--with-nan-emulation' to aid cross compilation.
2390 2007-06-12, Version 4.0.2
2391         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
2392           they're given in numerically form.
2394 2007-06-07, Version 4.0.1
2395         * iptables plugin: A bug in the configuration routine has been fixed.
2396           Setting a comment in the configfile will no longer cause a
2397           segmentation fault.
2399 2007-06-03, Version 4.0.0
2400         * collectd: The plugin-infrastructure has been changed to allow for
2401           more types of plugins, namely `write' and `log' plugins.
2402         * collectd: The read-function has been changed to read many plugins in
2403           parallel, using threads. Thus, plugins generally need to use
2404           thread-safe functions from now on.
2405         * collectd: The '-t' command line options allows to perform syntax tests
2406           of the configuration file and exit immediately.
2407         * csv plugin: The new `csv' plugin handles output to `comma separated
2408           values'-files.
2409         * rrdtool plugin: The new `rrdtool' plugin handles output to
2410           RRD-files. Data can be cached to combine multiple updates into one
2411           write to increase IO-performance.
2412         * network plugin: The new `network' plugin handles IO via the network.
2413           It implements a different, much more extensible protocol which can
2414           combine many values in one packet, decreasing the number of UDP-
2415           packets being sent. It can read from and send to the network and
2416           with the appropriate configuration even forward packets to other
2417           networks.
2418         * unixsock plugin: The new `unixsock' plugin provides an interface to
2419           communicate with the daemon while it is running. Right now the
2420           commands `GETVAL' and `PUTVAL' are implemented, but more are to
2421           come.
2422         * perl plugin: The new `perl' plugin allows you to write extensions
2423           for collectd in the scripting-language Perl.
2424         * logfile plugin: The new `logfile' plugin writes logmessages to files
2425           or STDOUT or STDERR.
2426         * syslog plugin: The new `syslog' plugin sends logmessages to the
2427           system's syslog daemon.
2428         * entropy plugin: The new `entropy' plugin collects the amount of
2429           entropy currently being available to the system.
2430         * exec plugin: The new `exec' plugin forks child processes and reads
2431           back values provided by the forked processes.
2432         * iptables plugin: The new `iptables' plugin reads counters from
2433           iptables rules. Thanks to Sjoerd van der Berg for contributing this
2434           plugin.
2435         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
2436           to Peter Holik for contributing this plugin.
2437         * nut plugin: The new `nut' plugin connects the upsd of the `network
2438           ups tools' and reads information about the connected UPS.
2439         * apache plugin: Support for lighttpd's `BusyServers' (aka.
2440           connections) field was added by Florent Monbillard.
2441         * collectd-nagios: The new `collectd-nagios' binary queries values
2442           from collectd, parses them and exits according to Nagios-standards.
2443         * manpages: The manpages have been improved a lot.
2445 2007-09-28, Version 3.11.7
2446         * wireless plugin: Correct the handling of cards returning signal and
2447           noise quality as percentage.
2449 2007-08-31, Version 3.11.6
2450         * processes plugin: Fix a potential segmentation fault.
2452 2007-05-29, Version 3.11.5
2453         * configure: Added `AC_SYS_LARGEFILE' for LFS.
2454         * ntpd plugin: Fix a potential buffer overflow.
2455         * processes plugin: Fix a bug when run under Linux 2.4. All processes
2456           were accounted as `zombies'.
2458 2007-04-10, Version 3.11.4
2459         * dns plugin: Change the order of includes to make the plugin compile
2460           under FreeBSD.
2462 2007-03-30, Version 3.11.3
2463         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
2464           of the unused `COLLECT_KSTAT'.
2466 2007-02-11, Version 3.11.2
2467         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
2468           NULL-pointer may have been passed to `printf' which causes a
2469           segfault with some libcs.
2471 2007-02-10, Version 3.11.1
2472         * df plugin: Some wrong defines have been fixed so the plugin works
2473           under Solaris again.
2474         * dns plugin: The usage of a struct has been fixed to work with
2475           non-GNU libcs.
2476         * processes plugin: Some missing defines have been added so the plugin
2477           compiles cleanly under FreeBSD and presumably other UNIXes.
2479 2006-12-22, Version 3.11.0
2480         * collectd: The new command line option `-P' makes it easier for
2481           distributors to change the location of PID-files.
2482         * collectd: The daemon shuts down faster now which makes it easier to
2483           write init.d-scripts for it.
2484         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
2485           caused problems every now and then.
2486         * df plugin: New config options allow to ignore certain mountpoints,
2487           filesystem types or devices.
2488         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
2489           and interprets it. It collects traffic as well as qtype, opcode and
2490           rcode counts.
2491         * email plugin: Sebastian Harl has contributed this plugin which
2492           counts received mails in categories (e. g. ham, spam, virus), spam
2493           score (as given by SpamAssassin) and check types.
2494         * mbmon plugin: Flavio Stanchina has contributed this plugin which
2495           uses `mbmon' to gather information from sensors on the motherboard.
2496         * processes plugin: Collect detailed statistics for configured
2497           processes, that's process and thread count, CPU usage, resident
2498           segment size and pagefaults.
2499         * multimeter plugin: Peter Holik contributed a new plugin which
2500           queries multimeters.
2501         * sensors plugin: Lubos Stanek has put much effort into improving this
2502           plugin, including `extended naming', collection of voltage values
2503           and the possibility to ignore certain values.
2505 2006-12-21, Version 3.10.4
2506         * Max Kellermann has identified a bug in the server routine: When
2507           opening a socket fails the daemon will (re)try opening the socket in
2508           an endless loop, ultimately leading to a `EMFILE' error.
2510 2006-11-04, Version 3.10.3
2511         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
2512           ntpd's reply was sent in more than one packet, the buffer size was
2513           calculated incorrectly, resulting in the reading of uninitialized or
2514           freed memory.
2516 2006-11-01, Version 3.10.2
2517         * The sample config file has been improved.
2518         * Errors in the manpages have been corrected.
2519         * The ping-plugin now adds hosts during initialization, not during
2520           startup. This speeds up startup when no network connectivity is
2521           available. Also, the hosts are being added later when the network is
2522           available.
2523         * Improved BSD-support for the df-plugin.
2524         * Fixed syntax errors in the swap-plugin for Mac OS X.
2525         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
2526           plugin.
2527         * Don't disable the mysql-plugin if connecting to the database fails
2528           during initialization. Instead, try again in increasing intervals.
2530 2006-07-19, Version 3.10.1
2531         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
2532           the apcups cannot be reached, unconnected sockets will pile up and
2533           eventually lead to `Too many open files' errors.
2535 2006-07-09, Version 3.10.0
2536         * The `disk' plugin has been ported to Darwin.
2537         * The `battery' plugin should work on many Apple computers now.
2538         * The `traffic' plugin can now ignore certain interfaces. Also,
2539           statistics for sent/received packets and errors have been added.
2540         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
2541           to Anthony Gialluca for contributing this plugin and providing me
2542           with a test environment :)
2543         * A plugin for monitoring an NTP instance and the local clock drift
2544           has been added.
2546 2006-06-25, Version 3.9.4
2547         * The Solaris code in the `swap' plugin has been changed to reflect
2548           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
2549           working this out.
2550         * The debugging system has been fixed to work with the Sun libc.
2551         * When built without librrd the variable `operating_mode' could be
2552           uninitialized. Thanks to David Elliot for reporting the bug.
2554 2006-06-01, Version 3.9.3
2555         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
2556           operating systems also profit from the changes, but I wasn't able to
2557           check that.
2558         * Changed the build system to find the netinet-includes under FreeBSD
2559           and therefore successfully build the `liboping' library there.
2561 2006-05-09, Version 3.9.2
2562         * Applied a patch to the `liboping' library. Due to a bug in the
2563           sequence checking the `ping' plugin stopped working after
2564           approximately 7.6 days.
2566 2006-05-09, Version 3.8.5
2567         * Applied a patch to the `liboping' library. Due to a bug in the
2568           sequence checking the `ping' plugin stopped working after
2569           approximately 7.6 days.
2571 2006-04-21, Version 3.9.1
2572         * Build issues with Solaris and possible other architectures have been
2573           resolved.
2574         * Problems when building the `apache'-plugin without `libcurl' have
2575           been resolved.
2576         * A bug in the `ping' plugin has been fixed. Sorry folks.
2578 2006-04-02, Version 3.9.0
2579         * A plugin to monitor the Apache webserver has been added.
2580           <http://httpd.apache.org/>
2581         * A plugin to collect statistics about virtual servers using VServer.
2582           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
2583           this plugin :)
2584         * A plugin for wireless LAN cards has been added. It monitors signal
2585           strength, link quality and noise ratio..
2586         * A plugin for Apple hardware sensors has been added.
2587         * An option to compile collectd with different `step' and `heartbeat'
2588           settings has been added. The size of RRAs is no longer static but
2589           calculated based on the settings for `step' and `width'.
2590         * The `ping' plugin can now be configured to use a certain TTL.
2591         * A plugin to monitor the hardware sensors of Apple computers has been
2592           added.
2593         * The plugins `cpu', `memory', `processes' and `traffic' have been
2594           ported to Mach/Darwin (Mac OS X).
2595         * The `log mode' has been contributed by Christophe Kalt. It writes
2596           the data into text files rather than RRD files.
2598 2006-04-09, Version 3.8.4
2599         * Applied patch by Vincent Stehlé which improves the disk-name
2600           resolution in the `hddtemp' plugin for Linux systems.
2602 2006-04-02, Version 3.8.3
2603         * Applied a patch by James Byers: The MySQL plugin was not working
2604           with MySQL 5.0.2 or later.
2606 2006-03-14, Version 3.8.2
2607         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
2608           the GNU libc, because it points to `/etc/fstab' rather than
2609           `/etc/mtab'.
2611 2006-03-13, Version 3.8.1
2612         * Fixes for building collectd under FreeBSD, Mac OS X and Solaris.
2613         * Fixes in the debian `postinst' and `init.d' scripts.
2615 2006-03-09, Version 3.8.0
2616         * The `ping' plugin no longer uses `libping' but a self written
2617           library named `liboping'. With this library it's possible to ping
2618           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
2620 2006-02-18, Version 3.7.2
2621         * A simple bug in the `battery' plugin has been fixed. It should now
2622           work with ACPI based batteries as well. Thanks to Sebastian for
2623           fixing this.
2624         * Fixing a bug that prevented collectd to be built without librrd.
2625           Thanks to Werner Heuser for reporting it.
2627 2006-02-04, Version 3.7.1
2628         * The new network code has been improved to build with older versions
2629           of glibc.
2630         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
2631           to Tommie Gannert for this patch.
2633 2006-01-30, Version 3.7.0
2634         * The `battery' plugin has been added. It collects information about
2635           laptop batteries..
2636         * The MySQL plugin has been improved: It now writes two more RRD
2637           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
2638         * The `cpufreq' plugin now reads another file since the file it did
2639           read so far causes much overhead in the kernel. Also, you need root
2640           to read the old file, but not to read the new one.
2641         * The `hddtemp' plugin can now be configured to connect to another
2642           address and/or port than localhost.
2643         * The `df' plugin now prefers `statvfs' over `statfs'.
2644         * The network code has been rewritten. collectd now supports unicast
2645           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
2646           be set in the configfile.
2648 2006-01-24, Version 3.6.2
2649         * Due to a bug in the configfile handling collectd wouldn't start in
2650           client mode. This released fixes this.
2652 2006-01-20, Version 3.6.1
2653         * Due to a bug in `configure.in' all modules and the binary were
2654           linked against `libmysqlclient'. This issue is solved by this
2655           release.
2657 2006-01-17, Version 3.6.0
2658         * A config file has been added. This allows for loading only specific
2659           plugins.
2660         * A `df' plugin has been added.
2661         * A `mysql' plugin has been added.
2662         * The `ping' plugin doesn't entirely give up hope when a socket error
2663           occurred, but will back of and increase the intervals between tries.
2665 2006-01-21, Version 3.5.2
2666         * Fixed yet another bug in the signal handling.. Stupid typo..
2667         * Improved the ping plugin to not give up on socket errors (backport
2668           from 3.6.0).
2670 2005-12-18, Version 3.5.1
2671         * The PID-file is now deleted correctly when shutting down the daemon.
2672         * SIGINT and SIGTERM are now handled correctly.
2674 2005-12-16, Version 3.5.0 (Revision 326)
2675         * A bug in the `load' module under Solaris has been fixed.
2676         * The `users' module has been contributed by Sebastian Harl. It counts
2677           currently logged in users.
2678         * The CPU module now works under FreeBSD without the use of
2679           `libstatgrab', however SMP support is missing.
2680         * The default directories for the RRD files and the PID file now
2681           depend on the compile time setting of `localstatedir'.
2683 2005-11-15, Version 3.4.0 (Revision 236)
2684         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
2685           from gentoo's bugzilla for writing the patch.
2686         * The build dependency for librrd has been removed. Binaries built
2687           without librrd are client-only and will multicast their value as
2688           with the `-c' argument.
2689         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
2690         * The newly introduced `-f' switch prevents daemon initialization
2691           (forking, closing standard filehandles, etc.) Thanks to Alvaro
2692           Barcellos for this patch.
2694 2005-11-04, Version 3.3.0 (Revision 216)
2695         * New modules have been added:
2696           - `serial', for monitoring traffic on the serial interfaces
2697           - `nfs', for graphing NFS procedure calls
2698           - `tape', traffic from/to tape devices
2699         * The memory.rrd now accepts more than 4Gig of memory.
2701 2005-10-26, Version 3.2.0 (Revision 200)
2702         * Support for graphing the processes has been added (thanks to Lyonel
2703           Vincent)
2704         * If reading from hddtemp fails collectd will increase the time
2705           between polls up to one day.
2706         * The init.d files have been improved.
2707         * Problems with the spec file have been fixed.
2709 2005-10-16, Version 3.1.0 (Revision 194)
2710         * Added the `setsid' syscall to the startup code.
2711         * Support for hddtemp has been added (thanks to Vincent Stehlé)
2713 2005-09-30, Version 3.0.0 (Revision 184)
2714         * The ability to send/receive data to/from the network (think
2715           multicast) has been added.
2716         * Modules have been split up into shared libraries can be loaded at
2717           runtime. The biggest advantage is that the core program doesn't need
2718           to be linked against an external library.
2719         * A patch by George Kargiotakis has been applied: It fixes the sensors
2720           behaviour then more than one sensor is being queried.
2722 2005-09-16, Version 2.1.0 (Revision 172)
2723         * A module for swap statistics has been added.
2725 2005-09-09, Version 2.0.0 (Revision 135)
2726         * Filenames can no longer be configured at program startup. The only
2727           options as of this version are the directory and ping hosts.
2728         * CPU statistics now include Wait-IO. If provided under Linux IRQ and
2729           Soft-IRQ statistics are added to `System'. 
2730         * Diskstats now collect read and write bytes, not sectors.
2731         * Ping statistics can now be collected for more than one host. There
2732           is no default any more: If no host is given no host will be pinged.
2733         * A self-written patch for libping has been applied so it builds
2734           cleanly.
2736 2005-09-01, Version 1.8.1 (Revision 123)
2737         * Much improved configure-script: libraries and features may now be
2738           disabled.
2739         * More detailed warnings/error messages when RRD update fails.
2741 2005-08-29, Version 1.8.0:
2742         * Support for collecting disk statistics under Solaris.
2744 2005-08-25, Version 1.7.0:
2745         * Support for libstatgrab[1] for load, memory usage and network
2746           traffic. CPU- and disk-usage are not (yet) supported, since
2747           libstatgrab returns insufficient information. I will contact the
2748           authors.
2749         * Improved the CPU-initialization code for Solaris. Apparently CPUs
2750           aren't necessarily counted linear which is now handled correctly.
2751         [1]: http://www.i-scream.org/libstatgrab/
2753 2005-08-21, Version 1.6.0:
2754         * Basic support for Solaris: System load and cpu-usage can be
2755           collected under Solaris, too. Other stats will follow later.
2756         * Many fixes in the autoconf-script
2757         * Collection/Museum scripts have been added under contrib/museum
2758         * collectd may now be started in unprivileged mode, though ping
2759           statistics will not work.
2761 2005-07-17, Version 1.5.1:
2762         * Diskstats-RRDs now use major/minor for naming. Some systems have
2763           weird strings as disk-names..
2765 2005-07-17, Version 1.5:
2766         * A new module, diskstats, has been added. It collects information
2767           about the disks and partitions.
2769 2005-07-11, Version 1.4.2:
2770         * The meminfo module has been changed to work with more platforms
2771           and/or kernel versions.
2773 2005-07-10, Version 1.4.1: Correct traffic stats
2774         * The traffic rrd-file is now created with DS-type `COUNTER' which I
2775           forgot to correct when I changed that module.
2777 2005-07-09, Version 1.4: More traffic stats
2778         * Traffic is now collected for all interfaces that can be found
2779         * Temperature-statistics are read from lm-sensors if available
2781 2005-07-08, Version 1.3: CPU stats
2782         * Collecting CPU statistics now
2784 2005-07-12, Version 1.2: Using syslog
2785         * collectd is now using the syslog facility to report errors, warnings
2786           and the like..
2787         * The default directory is now /var/db/collectd
2789 2005-07-10, Version 1.1: Minor changes
2790         * Nothing really useful to say ;)
2792 2005-07-09, Version 1.0: Initial Version
2793         * The following modules are provided:
2794           * Load average
2795           * Ping time
2796           * Traffic
2797           * Memory info