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