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