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