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