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