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