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