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