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