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