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