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