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