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