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