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