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