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