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