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