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