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