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