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