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