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