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