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