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