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