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