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