Code

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