Code

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