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