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