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