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