ChangeLog: Wrote an entry for 4.2.5.
[collectd.git] / ChangeLog
1 2008-03-04, Version 4.2.5
2         * apache plugin: Improved initialization and error messages.
3         * network plugin:
4           + Create separate threads for reading from the socket and parsing
5             and dispatching incoming packets. Versions prior to this may have
6             problems in high-load situations, where the socket receive buffers
7             overflows, resulting in gaps in the data.
8           + Use `memcpy' when constructing a package to avoid alignment
9             problems.
10           + Translate doubles to/from the x86 byte representation to ensure
11             cross-platform compatibility.
12         * rrdtool plugin: Ensure correct handling of the `RRATimespan' option.
13         * exec plugin: Set supplementary group IDs.
14         * swap plugin: Reapply a patch for Solaris.
15         * ping plugin: Correct the handling of the `TTL' setting.
16         * tcpconns plugin: Portability improvements.
17
18 2008-01-21, Version 4.2.4
19         * unixsock plugin: A bug in the unixsock plugin caused it not to set
20           the permission on the socket as documented in the manpage. Thanks to
21           Evgeny Chukreev for fixing this issue.
22         * collectd: The documentation has been improved.
23
24 2007-12-28, Version 4.2.3
25         * sensors plugin: Updated the plugin to build and work with version 3
26           of the libsensors library.
27
28 2007-12-15, Version 4.2.2
29         * nginx plugin: Incorrect comparison of strings lead to a segfault
30           when using the plugin. Thanks to Saulius Grigaliunas for fixing
31           this.
32         * logfile plugin: The config option `Timestamp' was handled
33           incorrectly and basically always active. Thanks to Luke Heberling
34           for fixing this.
35
36 2007-11-08, Version 4.2.1
37         * tcpconns plugin: Don't complain about a missing file if IPv6 is not
38           enabled on the host.
39         * snmp plugin: Fix a memory leak.
40
41 2007-10-27, Version 4.2.0
42         * collectd: The new config option `Include' lets you include other
43           configfiles and thus split up your config into smaller parts. This
44           may be especially interesting for the snmp plugin to keep the data
45           definitions separate from the host definitions.
46         * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
47           (number of connections, octets and packets for each service and
48           destination). Thanks to Sebastian Harl for this plugin.
49         * memcached plugin: The new `memcached' plugin connects to a memcached
50           daemon process and collects statistics of this distributed caching
51           system. Thanks to Antony Dovgal for contributing this plugin.
52         * nginx plugin: The new `nginx' plugin reads the status page of an
53           nginx daemon and saves the handled connections and requests.
54         * perl plugin: Many changes, including the added `EnableDebugger'
55           config option which lets you debug your Perl plugins more easily.
56         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
57           be more thread-safe otherwise by locking calls to the library.
58         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
59           correct the values returned by SNMP-agents. If a <data> block is
60           defined as `table' the instance is now optional. The sequence number
61           is used as the type-instance in this case. The new `InstancePrefix'
62           option allows to add arbitrary prefixes to the type-instance.
63         * tcpconns plugin: The new `tcpconns' plugin collects the number of
64           certain TCP connections and what state they're in. This can be used
65           to see how many connections your FTP server has to handle or how
66           many outgoing connections your mailserver has open.
67
68 2008-01-11, Version 4.1.6
69         * unixsock plugin: A bug in the unixsock plugin caused it not to set
70           the permission on the socket as documented in the manpage. Thanks to
71           Evgeny Chukreev for fixing this issue.
72         * collectd: The documentation has been improved.
73
74 2007-12-27, Version 4.1.5
75         * rrdtool plugin: Fix a memory leak that only occurred in very-low-
76           memory situations.
77         * sensors plugin: Updated the plugin to build and work with version 3
78           of the libsensors library.
79
80 2007-11-08, Version 4.1.4
81         * Build system: Improve detection of the rrd library, especially if
82           it's in a non-standard location.
83         * Build system: A bug when parsing the argument for
84           `--with-libnetsnmp' has been fixed.
85         * collectd: Implement `strerror_r' if the libc doesn't provide it.
86         * rrdtool plugin: Fix a bug in the shutdown sequence that might cause
87           a deadlock or delay when shutting down the daemon.
88         * snmp plugin: Fix a memory leak.
89
90 2007-10-24, Version 4.1.3
91         * collectd: A build issue under Solaris has been resolved by renaming
92           data types.
93         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
94           be more thread-safe otherwise by locking calls to the library.
95
96 2007-09-28, Version 4.1.2
97         * apcups plugin: Fix reporting of the `load percent' data.
98         * wireless plugin: Correct the handling of cards returning signal and
99           noise quality as percentage.
100         * perl plugin: Fix a possible buffer overflow in get_module_name().
101         * build system: Further improve the detection of libraries.
102         * netlink plugin: Build issues under some older versions of the Linux
103           includes (i. e. Debian Sarge) have been fixed.
104         * snmp plugin: Fix a potential segfault when a host times out. Add
105           support for the `timeticks' type. 
106
107 2007-09-12, Version 4.1.1
108         * Build system: The detection of `libnetlink' has been improved.
109         * collectd: The documentation has been fixed in numerous places.
110         * exec plugin: Setting the group under which to run a program has been
111           fixed.
112         * collectd: The `sstrerror' function was improved to work correctly
113           with the broken GNU version of `strerror_r'.
114         * collectd: Write an error message to STDERR when loading of a plugin
115           fails.
116         * apcups plugin: Fix the `types' used to submit the values: They still
117           has an `apcups_' prefix which doesn't work anymore.
118         * rrdtool plugin: Create new RRD-files with the `begin' time set to
119           whatever the client thinks is `now'..
120
121 2007-09-01, Version 4.1.0
122         * Build system: The build system has been changed to automatically
123           disable all plugins, which are missing dependencies. The dependency
124           checking has been removed from the plugins themselves to remove
125           redundancy.
126         * Flexible interval: The interval of collected data is now sent along
127           with the data itself over the network, so that the interval-settings
128           of server and clients no longer needs to match.
129         * netlink plugin: The new `netlink' plugin connects to the Linux
130           kernel using a netlink socket and uses it to query information about
131           interfaces, qdiscs and classes.
132         * rrdtool plugin: The cache is now dumped to disk in an extra thread
133           to not block data collection.
134         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
135           network devices, such as switches, routers, thermometers, rack
136           monitoring servers, etc. The collectd-snmp(5) manpage documents this
137           plugin.
138         * unixsock plugin: Added the `LISTVAL' command.
139         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
140           of music played with xmms.
141
142 2007-09-28, Version 4.0.9
143         * apcups plugin: Fix reporting of the `load percent' data.
144         * wireless plugin: Correct the handling of cards returning signal and
145           noise quality as percentage.
146         * perl plugin: Fix a possible buffer overflow in get_module_name().
147
148 2007-09-12, Version 4.0.8
149         * collectd: The `sstrerror' function was improved to work correctly
150           with the broken GNU version of `strerror_r'.
151         * collectd: Write an error message to STDERR when loading of a plugin
152           fails.
153         * apcups plugin: Fix the `types' used to submit the values: They still
154           has an `apcups_' prefix which doesn't work anymore.
155         * rrdtool plugin: Create new RRD-files with the `begin' time set to
156           whatever the client thinks is `now'..
157
158 2007-08-26, Version 4.0.7
159         * documentation: Some typos have been fixed and some information has
160           been improved.
161         * build system: Many fixes for detecting libraries in unusual places,
162           such as on RedHat systems. The affected libraries are `libcurl',
163           `libmysql', and `libupsclient'.
164         * network plugin: Allow the `Port' option to be specified as a number
165           (i. e. without quotes).
166         * nut plugin: A fix allows linking the nut plugin against
167           libupsclient, version >= 2.2.0.
168         * processes plugin: Fix a potential segmentation fault.
169
170 2007-07-30, Version 4.0.6
171         * sensors plugin: Fix the ignorelist functionality: Only the `type
172           instance' was used to match against the list, but the documentation
173           told otherwise. This release fixes the code, so it complies with the
174           documentation.
175         * syslog plugin: Call `openlog' right when the plugin is loaded, so
176           configuration messages will end up in the logging facility.
177         * conrtib/fedora: The contributed specfile for Fedora has been
178           updated.
179
180 2007-07-05, Version 4.0.5
181         * Portability: More fixes for OpenBSD have been included.
182
183 2007-06-24, Version 4.0.4
184         * cpu plugin: Fixed the Solaris code.
185         * dns plugin: Fixed a build issue for OpenBSD.
186         * interface plugin: Fixed the Solaris code.
187         * load plugin: Fixed the alternative `/proc' Linux code.
188         * memory plugin: Fixed the Solaris code.
189         * oconfig: Don't require `-lfl' anymore.
190
191 2007-06-19, Version 4.0.3
192         * cpu plugin: Fix the Darwin / Mac OS X code.
193         * ping plugin: Use the return value of `getpid', not its address.
194         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
195           initialized correctly.
196         * configure: Added `--with-nan-emulation' to aid cross compilation.
197
198 2007-06-12, Version 4.0.2
199         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
200           they're given in numerically form.
201
202 2007-06-07, Version 4.0.1
203         * iptables plugin: A bug in the configuration routine has been fixed.
204           Setting a comment in the configfile will no longer cause a
205           segmentation fault.
206
207 2007-06-03, Version 4.0.0
208         * collectd: The plugin-infrastructure has been changed to allow for
209           more types of plugins, namely `write' and `log' plugins.
210         * collectd: The read-function has been changed to read many plugins in
211           parallel, using threads. Thus, plugins generally need to use
212           thread-safe functions from now on.
213         * collectd: The '-t' command line options allows to perform syntax tests
214           of the configuration file and exit immediately.
215         * csv plugin: The new `csv' plugin handles output to `comma separated
216           values'-files.
217         * rrdtool plugin: The new `rrdtool' plugin handles output to
218           RRD-files. Data can be cached to combine multiple updates into one
219           write to increase IO-performance.
220         * network plugin: The new `network' plugin handles IO via the network.
221           It implements a different, much more extensible protocol which can
222           combine many values in one packet, decreasing the number of UDP-
223           packets being sent. It can read from and send to the network and
224           with the appropriate configuration even forward packets to other
225           networks.
226         * unixsock plugin: The new `unixsock' plugin provides an interface to
227           communicate with the daemon while it is running. Right now the
228           commands `GETVAL' and `PUTVAL' are implemented, but more are to
229           come.
230         * perl plugin: The new `perl' plugin allows you to write extensions
231           for collectd in the scripting-language Perl.
232         * logfile plugin: The new `logfile' plugin writes logmessages to files
233           or STDOUT or STDERR.
234         * syslog plugin: The new `syslog' plugin sends logmessages to the
235           system's syslog daemon.
236         * entropy plugin: The new `entropy' plugin collects the amount of
237           entropy currently being available to the system.
238         * exec plugin: The new `exec' plugin forks child processes and reads
239           back values provided by the forked processes.
240         * iptables plugin: The new `iptables' plugin reads counters from
241           iptables rules. Thanks to Sjoerd van der Berg for contributing this
242           plugin.
243         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
244           to Peter Holik for contributing this plugin.
245         * nut plugin: The new `nut' plugin connects the upsd of the `network
246           ups tools' and reads information about the connected UPS.
247         * apache plugin: Support for lighttpd's `BusyServers' (aka.
248           connections) field was added by Florent Monbillard.
249         * collectd-nagios: The new `collectd-nagios' binary queries values
250           from collectd, parses them and exits according to Nagios-standards.
251         * manpages: The manpages have been improved a lot.
252
253 2007-09-28, Version 3.11.7
254         * wireless plugin: Correct the handling of cards returning signal and
255           noise quality as percentage.
256
257 2007-08-31, Version 3.11.6
258         * processes plugin: Fix a potential segmentation fault.
259
260 2007-05-29, Version 3.11.5
261         * configure: Added `AC_SYS_LARGEFILE' for LFS.
262         * ntpd plugin: Fix a potential buffer overflow.
263         * processes plugin: Fix a bug when run under Linux 2.4. All processes
264           were accounted as `zombies'.
265
266 2007-04-10, Version 3.11.4
267         * dns plugin: Change the order of includes to make the plugin compile
268           under FreeBSD.
269
270 2007-03-30, Version 3.11.3
271         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
272           of the unused `COLLECT_KSTAT'.
273
274 2007-02-11, Version 3.11.2
275         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
276           NULL-pointer may have been passed to `printf' which causes a
277           segfault with some libcs.
278
279 2007-02-10, Version 3.11.1
280         * df plugin: Some wrong defines have been fixed so the plugin works
281           under Solaris again.
282         * dns plugin: The usage of a struct has been fixed to work with
283           non-GNU libcs.
284         * processes plugin: Some missing defines have been added so the plugin
285           compiles cleanly under FreeBSD and presumably other UNIXes.
286
287 2006-12-22, Version 3.11.0
288         * collectd: The new command line option `-P' makes it easier for
289           distributors to change the location of PID-files.
290         * collectd: The daemon shuts down faster now which makes it easier to
291           write init.d-scripts for it.
292         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
293           caused problems every now and then.
294         * df plugin: New config options allow to ignore certain mountpoints,
295           filesystem types or devices.
296         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
297           and interprets it. It collects traffic as well as qtype, opcode and
298           rcode counts.
299         * email plugin: Sebastian Harl has contributed this plugin which
300           counts received mails in categories (e. g. ham, spam, virus), spam
301           score (as given by SpamAssassin) and check types.
302         * mbmon plugin: Flavio Stanchina has contributed this plugin which
303           uses `mbmon' to gather information from sensors on the motherboard.
304         * processes plugin: Collect detailed statistics for configured
305           processes, that's process and thread count, CPU usage, resident
306           segment size and pagefaults.
307         * multimeter plugin: Peter Holik contributed a new plugin which
308           queries multimeters.
309         * sensors plugin: Lubos Stanek has put much effort into improving this
310           plugin, including `extended naming', collection of voltage values
311           and the possibility to ignore certain values.
312
313 2006-12-21, Version 3.10.4
314         * Max Kellermann has identified a bug in the server routine: When
315           opening a socket fails the daemon will (re)try opening the socket in
316           an endless loop, ultimately leading to a `EMFILE' error.
317
318 2006-11-04, Version 3.10.3
319         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
320           ntpd's reply was sent in more than one packet, the buffer size was
321           calculated incorrectly, resulting in the reading of uninitialized or
322           freed memory.
323
324 2006-11-01, Version 3.10.2
325         * The sample config file has been improved.
326         * Errors in the manpages have been corrected.
327         * The ping-plugin now adds hosts during initialization, not during
328           startup. This speeds up startup when no network connectivity is
329           available. Also, the hosts are being added later when the network is
330           available.
331         * Improved BSD-support for the df-plugin.
332         * Fixed syntax errors in the swap-plugin for Mac OS X.
333         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
334           plugin.
335         * Don't disable the mysql-plugin if connecting to the database fails
336           during initialization. Instead, try again in increasing intervals.
337
338 2006-07-19, Version 3.10.1
339         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
340           the apcups cannot be reached, unconnected sockets will pile up and
341           eventually lead to `Too many open files' errors.
342
343 2006-07-09, Version 3.10.0
344         * The `disk' plugin has been ported to Darwin.
345         * The `battery' plugin should work on many Apple computers now.
346         * The `traffic' plugin can now ignore certain interfaces. Also,
347           statistics for sent/received packets and errors have been added.
348         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
349           to Anthony Gialluca for contributing this plugin and providing me
350           with a test environment :)
351         * A plugin for monitoring an NTP instance and the local clock drift
352           has been added.
353
354 2006-06-25, Version 3.9.4
355         * The Solaris code in the `swap' plugin has been changed to reflect
356           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
357           working this out.
358         * The debugging system has been fixed to work with the Sun libc.
359         * When built without librrd the variable `operating_mode' could be
360           uninitialized. Thanks to David Elliot for reporting the bug.
361
362 2006-06-01, Version 3.9.3
363         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
364           operating systems also profit from the changes, but I wasn't able to
365           check that.
366         * Changed the build system to find the netinet-includes under FreeBSD
367           and therefore successfully build the `liboping' library there.
368
369 2006-05-09, Version 3.9.2
370         * Applied a patch to the `liboping' library. Due to a bug in the
371           sequence checking the `ping' plugin stopped working after
372           approximately 7.6 days.
373
374 2006-05-09, Version 3.8.5
375         * Applied a patch to the `liboping' library. Due to a bug in the
376           sequence checking the `ping' plugin stopped working after
377           approximately 7.6 days.
378
379 2006-04-21, Version 3.9.1
380         * Build issues with Solaris and possible other architectures have been
381           resolved.
382         * Problems when building the `apache'-plugin without `libcurl' have
383           been resolved.
384         * A bug in the `ping' plugin has been fixed. Sorry folks.
385
386 2006-04-02, Version 3.9.0
387         * A plugin to monitor the Apache webserver has been added.
388           <http://httpd.apache.org/>
389         * A plugin to collect statistics about virtual servers using VServer.
390           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
391           this plugin :)
392         * A plugin for wireless LAN cards has been added. It monitors signal
393           strength, link quality and noise ratio..
394         * A plugin for Apple hardware sensors has been added.
395         * An option to compile collectd with different `step' and `heartbeat'
396           settings has been added. The size of RRAs is no longer static but
397           calculated based on the settings for `step' and `width'.
398         * The `ping' plugin can now be configured to use a certain TTL.
399         * A plugin to monitor the hardware sensors of Apple computers has been
400           added.
401         * The plugins `cpu', `memory', `processes' and `traffic' have been
402           ported to Mach/Darwin (Mac OS X).
403         * The `log mode' has been contributed by Christophe Kalt. It writes
404           the data into text files rather than RRD files.
405
406 2006-04-09, Version 3.8.4
407         * Applied patch by Vincent StehlĂ© which improves the disk-name
408           resolution in the `hddtemp' plugin for Linux systems.
409
410 2006-04-02, Version 3.8.3
411         * Applied a patch by James Byers: The MySQL plugin was not working
412           with MySQL 5.0.2 or later.
413
414 2006-03-14, Version 3.8.2
415         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
416           the GNU libc, because it points to `/etc/fstab' rather than
417           `/etc/mtab'.
418
419 2006-03-13, Version 3.8.1
420         * Fixes for building collectd under FreeBSD, Mac OS X and Solaris.
421         * Fixes in the debian `postinst' and `init.d' scripts.
422
423 2006-03-09, Version 3.8.0
424         * The `ping' plugin no longer uses `libping' but a self written
425           library named `liboping'. With this library it's possible to ping
426           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
427
428 2006-02-18, Version 3.7.2
429         * A simple bug in the `battery' plugin has been fixed. It should now
430           work with ACPI based batteries as well. Thanks to Sebastian for
431           fixing this.
432         * Fixing a bug that prevented collectd to be built without librrd.
433           Thanks to Werner Heuser for reporting it.
434
435 2006-02-04, Version 3.7.1
436         * The new network code has been improved to build with older versions
437           of glibc.
438         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
439           to Tommie Gannert for this patch.
440
441 2006-01-30, Version 3.7.0
442         * The `battery' plugin has been added. It collects information about
443           laptop batteries..
444         * The MySQL plugin has been improved: It now writes two more RRD
445           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
446         * The `cpufreq' plugin now reads another file since the file it did
447           read so far causes much overhead in the kernel. Also, you need root
448           to read the old file, but not to read the new one.
449         * The `hddtemp' plugin can now be configured to connect to another
450           address and/or port than localhost.
451         * The `df' plugin now prefers `statvfs' over `statfs'.
452         * The network code has been rewritten. collectd now supports unicast
453           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
454           be set in the configfile.
455
456 2006-01-24, Version 3.6.2
457         * Due to a bug in the configfile handling collectd wouldn't start in
458           client mode. This released fixes this.
459
460 2006-01-20, Version 3.6.1
461         * Due to a bug in `configure.in' all modules and the binary were
462           linked against `libmysqlclient'. This issue is solved by this
463           release.
464
465 2006-01-17, Version 3.6.0
466         * A config file has been added. This allows for loading only specific
467           plugins.
468         * A `df' plugin has been added.
469         * A `mysql' plugin has been added.
470         * The `ping' plugin doesn't entirely give up hope when a socket error
471           occurred, but will back of and increase the intervals between tries.
472
473 2006-01-21, Version 3.5.2
474         * Fixed yet another bug in the signal handling.. Stupid typo..
475         * Improved the ping plugin to not give up on socket errors (backport
476           from 3.6.0).
477
478 2005-12-18, Version 3.5.1
479         * The PID-file is now deleted correctly when shutting down the daemon.
480         * SIGINT and SIGTERM are now handled correctly.
481
482 2005-12-16, Version 3.5.0 (Revision 326)
483         * A bug in the `load' module under Solaris has been fixed.
484         * The `users' module has been contributed by Sebastian Harl. It counts
485           currently logged in users.
486         * The CPU module now works under FreeBSD without the use of
487           `libstatgrab', however SMP support is missing.
488         * The default directories for the RRD files and the PID file now
489           depend on the compile time setting of `localstatedir'.
490
491 2005-11-15, Version 3.4.0 (Revision 236)
492         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
493           from gentoo's bugzilla for writing the patch.
494         * The build dependency for librrd has been removed. Binaries built
495           without librrd are client-only and will multicast their value as
496           with the `-c' argument.
497         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
498         * The newly introduced `-f' switch prevents daemon initialization
499           (forking, closing standard filehandles, etc.) Thanks to Alvaro
500           Barcellos for this patch.
501
502 2005-11-04, Version 3.3.0 (Revision 216)
503         * New modules have been added:
504           - `serial', for monitoring traffic on the serial interfaces
505           - `nfs', for graphing NFS procedure calls
506           - `tape', traffic from/to tape devices
507         * The memory.rrd now accepts more than 4Gig of memory.
508
509 2005-10-26, Version 3.2.0 (Revision 200)
510         * Support for graphing the processes has been added (thanks to Lyonel
511           Vincent)
512         * If reading from hddtemp fails collectd will increase the time
513           between polls up to one day.
514         * The init.d files have been improved.
515         * Problems with the spec file have been fixed.
516
517 2005-10-16, Version 3.1.0 (Revision 194)
518         * Added the `setsid' syscall to the startup code.
519         * Support for hddtemp has been added (thanks to Vincent StehlĂ©)
520
521 2005-09-30, Version 3.0.0 (Revision 184)
522         * The ability to send/receive data to/from the network (think
523           multicast) has been added.
524         * Modules have been split up into shared libraries can be loaded at
525           runtime. The biggest advantage is that the core program doesn't need
526           to be linked against an external library.
527         * A patch by George Kargiotakis has been applied: It fixes the sensors
528           behaviour then more than one sensor is being queried.
529
530 2005-09-16, Version 2.1.0 (Revision 172)
531         * A module for swap statistics has been added.
532
533 2005-09-09, Version 2.0.0 (Revision 135)
534         * Filenames can no longer be configured at program startup. The only
535           options as of this version are the directory and ping hosts.
536         * CPU statistics now include Wait-IO. If provided under Linux IRQ and
537           Soft-IRQ statistics are added to `System'. 
538         * Diskstats now collect read and write bytes, not sectors.
539         * Ping statistics can now be collected for more than one host. There
540           is no default any more: If no host is given no host will be pinged.
541         * A self-written patch for libping has been applied so it builds
542           cleanly.
543
544 2005-09-01, Version 1.8.1 (Revision 123)
545         * Much improved configure-script: libraries and features may now be
546           disabled.
547         * More detailed warnings/error messages when RRD update fails.
548
549 2005-08-29, Version 1.8.0:
550         * Support for collecting disk statistics under Solaris.
551
552 2005-08-25, Version 1.7.0:
553         * Support for libstatgrab[1] for load, memory usage and network
554           traffic. CPU- and disk-usage are not (yet) supported, since
555           libstatgrab returns insufficient information. I will contact the
556           authors.
557         * Improved the CPU-initialization code for Solaris. Apparently CPUs
558           aren't necessarily counted linear which is now handled correctly.
559         [1]: http://www.i-scream.org/libstatgrab/
560
561 2005-08-21, Version 1.6.0:
562         * Basic support for Solaris: System load and cpu-usage can be
563           collected under Solaris, too. Other stats will follow later.
564         * Many fixes in the autoconf-script
565         * Collection/Museum scripts have been added under contrib/museum
566         * collectd may now be started in unprivileged mode, though ping
567           statistics will not work.
568
569 2005-07-17, Version 1.5.1:
570         * Diskstats-RRDs now use major/minor for naming. Some systems have
571           weird strings as disk-names..
572
573 2005-07-17, Version 1.5:
574         * A new module, diskstats, has been added. It collects information
575           about the disks and partitions.
576
577 2005-07-11, Version 1.4.2:
578         * The meminfo module has been changed to work with more platforms
579           and/or kernel versions.
580
581 2005-07-10, Version 1.4.1: Correct traffic stats
582         * The traffic rrd-file is now created with DS-type `COUNTER' which I
583           forgot to correct when I changed that module.
584
585 2005-07-09, Version 1.4: More traffic stats
586         * Traffic is now collected for all interfaces that can be found
587         * Temperature-statistics are read from lm-sensors if available
588
589 2005-07-08, Version 1.3: CPU stats
590         * Collecting CPU statistics now
591
592 2004-07-12, Version 1.2: Using syslog
593         * collectd is now using the syslog facility to report errors, warnings
594           and the like..
595         * The default directory is now /var/db/collectd
596
597 2004-07-10, Version 1.1: Minor changes
598         * Nothing really useful to say ;)
599
600 2004-07-09, Version 1.0: Initial Version
601         * The following modules are provided:
602           * Load average
603           * Ping time
604           * Traffic
605           * Memory info