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