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