snmp plugin: Added the options `Scale' and `Shift' to Data-blocks..
[collectd.git] / ChangeLog
1 yyyy-mm-dd, Version 4.2.0
2         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
3           correct the values returned by SNMP-agents.
4
5 yyyy-mm-dd, Version 4.1.2
6         * apcups plugin: Fix reporting of the `load percent' data.
7
8 2007-09-12, Version 4.1.1
9         * Build system: The detection of `libnetlink' has been improved.
10         * collectd: The documentation has been fixed in numerous places.
11         * exec plugin: Setting the group under which to run a program has been
12           fixed.
13         * collectd: The `sstrerror' function was improved to work correctly
14           with the broken GNU version of `strerror_r'.
15         * collectd: Write an error message to STDERR when loading of a plugin
16           fails.
17         * apcups plugin: Fix the `types' used to submit the values: They still
18           has an `apcups_' prefix which doesn't work anymore.
19         * rrdtool plugin: Create new RRD-files with the `begin' time set to
20           whatever the client thinks is `now'..
21
22 2007-09-01, Version 4.1.0
23         * Build system: The build system has been changed to automatically
24           disable all plugins, which are missing dependencies. The dependency
25           checking has been removed from the plugins themselves to remove
26           redundancy.
27         * Flexible interval: The interval of collected data is now sent along
28           with the data itself over the network, so that the interval-settings
29           of server and clients no longer needs to match.
30         * netlink plugin: The new `netlink' plugin connects to the Linux
31           kernel using a netlink socket and uses it to query information about
32           interfaces, qdiscs and classes.
33         * rrdtool plugin: The cache is now dumped to disk in an extra thread
34           to not block data collection.
35         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
36           network devices, such as switches, routers, thermometers, rack
37           monitoring servers, etc. The collectd-snmp(5) manpage documents this
38           plugin.
39         * unixsock plugin: Added the `LISTVAL' command.
40         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
41           of music played with xmms.
42
43 yyyy-mm-dd, Version 4.0.9
44         * apcups plugin: Fix reporting of the `load percent' data.
45
46 2007-09-12, Version 4.0.8
47         * collectd: The `sstrerror' function was improved to work correctly
48           with the broken GNU version of `strerror_r'.
49         * collectd: Write an error message to STDERR when loading of a plugin
50           fails.
51         * apcups plugin: Fix the `types' used to submit the values: They still
52           has an `apcups_' prefix which doesn't work anymore.
53         * rrdtool plugin: Create new RRD-files with the `begin' time set to
54           whatever the client thinks is `now'..
55
56 2007-08-26, Version 4.0.7
57         * documentation: Some typos have been fixed and some information has
58           been improved.
59         * build system: Many fixes for detecting libraries in unusual places,
60           such as on RedHat systems. The affected libraries are `libcurl',
61           `libmysql', and `libupsclient'.
62         * network plugin: Allow the `Port' option to be specified as a number
63           (i. e. without quotes).
64         * nut plugin: A fix allows linking the nut plugin against
65           libupsclient, version >= 2.2.0.
66         * processes plugin: Fix a potential segmentation fault.
67
68 2007-07-30, Version 4.0.6
69         * sensors plugin: Fix the ignorelist functionality: Only the `type
70           instance' was used to match against the list, but the documentation
71           told otherwise. This release fixes the code, so it complies with the
72           documentation.
73         * syslog plugin: Call `openlog' right when the plugin is loaded, so
74           configuration messages will end up in the logging facility.
75         * conrtib/fedora: The contributed specfile for Fedora has been
76           updated.
77
78 2007-07-05, Version 4.0.5
79         * Portability: More fixes for OpenBSD have been included.
80
81 2007-06-24, Version 4.0.4
82         * cpu plugin: Fixed the Solaris code.
83         * dns plugin: Fixed a build issue for OpenBSD.
84         * interface plugin: Fixed the Solaris code.
85         * load plugin: Fixed the alternative `/proc' Linux code.
86         * memory plugin: Fixed the Solaris code.
87         * oconfig: Don't require `-lfl' anymore.
88
89 2007-06-19, Version 4.0.3
90         * cpu plugin: Fix the Darwin / Mac OS X code.
91         * ping plugin: Use the return value of `getpid', not its address.
92         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
93           initialized correctly.
94         * configure: Added `--with-nan-emulation' to aid cross compilation.
95
96 2007-06-12, Version 4.0.2
97         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
98           they're given in numerically form.
99
100 2007-06-07, Version 4.0.1
101         * iptables plugin: A bug in the configuration routine has been fixed.
102           Setting a comment in the configfile will no longer cause a
103           segmentation fault.
104
105 2007-06-03, Version 4.0.0
106         * collectd: The plugin-infrastructure has been changed to allow for
107           more types of plugins, namely `write' and `log' plugins.
108         * collectd: The read-function has been changed to read many plugins in
109           parallel, using threads. Thus, plugins generally need to use
110           thread-safe functions from now on.
111         * collectd: The '-t' command line options allows to perform syntax tests
112           of the configuration file and exit immediately.
113         * csv plugin: The new `csv' plugin handles output to `comma separated
114           values'-files.
115         * rrdtool plugin: The new `rrdtool' plugin handles output to
116           RRD-files. Data can be cached to combine multiple updates into one
117           write to increase IO-performance.
118         * network plugin: The new `network' plugin handles IO via the network.
119           It implements a different, much more extensible protocol which can
120           combine many values in one packet, decreasing the number of UDP-
121           packets being sent. It can read from and send to the network and
122           with the appropriate configuration even forward packets to other
123           networks.
124         * unixsock plugin: The new `unixsock' plugin provides an interface to
125           communicate with the daemon while it is running. Right now the
126           commands `GETVAL' and `PUTVAL' are implemented, but more are to
127           come.
128         * perl plugin: The new `perl' plugin allows you to write extensions
129           for collectd in the scripting-language Perl.
130         * logfile plugin: The new `logfile' plugin writes logmessages to files
131           or STDOUT or STDERR.
132         * syslog plugin: The new `syslog' plugin sends logmessages to the
133           system's syslog daemon.
134         * entropy plugin: The new `entropy' plugin collects the amount of
135           entropy currently being available to the system.
136         * exec plugin: The new `exec' plugin forks child processes and reads
137           back values provided by the forked processes.
138         * iptables plugin: The new `iptables' plugin reads counters from
139           iptables rules. Thanks to Sjoerd van der Berg for contributing this
140           plugin.
141         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
142           to Peter Holik for contributing this plugin.
143         * nut plugin: The new `nut' plugin connects the upsd of the `network
144           ups tools' and reads information about the connected UPS.
145         * apache plugin: Support for lighttpd's `BusyServers' (aka.
146           connections) field was added by Florent Monbillard.
147         * collectd-nagios: The new `collectd-nagios' binary queries values
148           from collectd, parses them and exits according to Nagios-standards.
149         * manpages: The manpages have been improved a lot.
150
151 2007-08-31, Version 3.11.6
152         * processes plugin: Fix a potential segmentation fault.
153
154 2007-05-29, Version 3.11.5
155         * configure: Added `AC_SYS_LARGEFILE' for LFS.
156         * ntpd plugin: Fix a potential buffer overflow.
157         * processes plugin: Fix a bug when run under Linux 2.4. All processes
158           were accounted as `zombies'.
159
160 2007-04-10, Version 3.11.4
161         * dns plugin: Change the order of includes to make the plugin compile
162           under FreeBSD.
163
164 2007-03-30, Version 3.11.3
165         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
166           of the unused `COLLECT_KSTAT'.
167
168 2007-02-11, Version 3.11.2
169         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
170           NULL-pointer may have been passed to `printf' which causes a
171           segfault with some libcs.
172
173 2007-02-10, Version 3.11.1
174         * df plugin: Some wrong defines have been fixed so the plugin works
175           under Solaris again.
176         * dns plugin: The usage of a struct has been fixed to work with
177           non-GNU libcs.
178         * processes plugin: Some missing defines have been added so the plugin
179           compiles cleanly under FreeBSD and presumably other UNIXes.
180
181 2006-12-22, Version 3.11.0
182         * collectd: The new command line option `-P' makes it easier for
183           distributors to change the location of PID-files.
184         * collectd: The daemon shuts down faster now which makes it easier to
185           write init.d-scripts for it.
186         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
187           caused problems every now and then.
188         * df plugin: New config options allow to ignore certain mountpoints,
189           filesystem types or devices.
190         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
191           and interprets it. It collects traffic as well as qtype, opcode and
192           rcode counts.
193         * email plugin: Sebastian Harl has contributed this plugin which
194           counts received mails in categories (e. g. ham, spam, virus), spam
195           score (as given by SpamAssassin) and check types.
196         * mbmon plugin: Flavio Stanchina has contributed this plugin which
197           uses `mbmon' to gather information from sensors on the motherboard.
198         * processes plugin: Collect detailed statistics for configured
199           processes, that's process and thread count, CPU usage, resident
200           segment size and pagefaults.
201         * multimeter plugin: Peter Holik contributed a new plugin which
202           queries multimeters.
203         * sensors plugin: Lubos Stanek has put much effort into improving this
204           plugin, including `extended naming', collection of voltage values
205           and the possibility to ignore certain values.
206
207 2006-12-21, Version 3.10.4
208         * Max Kellermann has identified a bug in the server routine: When
209           opening a socket fails the daemon will (re)try opening the socket in
210           an endless loop, ultimately leading to a `EMFILE' error.
211
212 2006-11-04, Version 3.10.3
213         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
214           ntpd's reply was sent in more than one packet, the buffer size was
215           calculated incorrectly, resulting in the reading of uninitialized or
216           freed memory.
217
218 2006-11-01, Version 3.10.2
219         * The sample config file has been improved.
220         * Errors in the manpages have been corrected.
221         * The ping-plugin now adds hosts during initialization, not during
222           startup. This speeds up starup when no network connectivity is
223           available. Also, the hosts are being added later when the network is
224           available.
225         * Improved BSD-support for the df-plugin.
226         * Fixed syntax errors in the swap-plugin for Mac OS X.
227         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
228           plugin.
229         * Don't disable the mysql-plugin if connecting to the database fails
230           during initialization. Instead, try again in increasing intervals.
231
232 2006-07-19, Version 3.10.1
233         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
234           the apcups cannot be reached, unconnected sockets will pile up and
235           eventually lead to `Too many open files' errors.
236
237 2006-07-09, Version 3.10.0
238         * The `disk' plugin has been ported to Darwin.
239         * The `battery' plugin should work on many Apple computers now.
240         * The `traffic' plugin can now ignore certain interfaces. Also,
241           statistics for sent/received packets and errors have been added.
242         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
243           to Anthony Gialluca for contributing this plugin and providing me
244           with a test environment :)
245         * A plugin for moniroting an NTP instance and the local clock drift
246           has been added.
247
248 2006-06-25, Version 3.9.4
249         * The Solaris code in the `swap' plugin has been changed to reflect
250           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
251           working this out.
252         * The debugging system has been fixed to work with the Sun libc.
253         * When built without librrd the variable `operating_mode' could be
254           uninitialized. Thanks to David Elliot for reporting the bug.
255
256 2006-06-01, Version 3.9.3
257         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
258           operating systems also profit from the changes, but I wasn't able to
259           check that.
260         * Changed the build system to find the netinet-includes under FreeBSD
261           and therefore successfully build the `liboping' library there.
262
263 2006-05-09, Version 3.9.2
264         * Applied a patch to the `liboping' library. Due to a bug in the
265           sequence checking the `ping' plugin stopped working after
266           approximately 7.6 days.
267
268 2006-05-09, Version 3.8.5
269         * Applied a patch to the `liboping' library. Due to a bug in the
270           sequence checking the `ping' plugin stopped working after
271           approximately 7.6 days.
272
273 2006-04-21, Version 3.9.1
274         * Build issues with Solaris and possible other architectures have been
275           resolved.
276         * Problems when building the `apache'-plugin without `libcurl' have
277           been resolved.
278         * A bug in the `ping' plugin has been fixed. Sorry folks.
279
280 2006-04-02, Version 3.9.0
281         * A plugin to monitor the Apache webserver has been added.
282           <http://httpd.apache.org/>
283         * A plugin to collect statistics about virtual servers using VServer.
284           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
285           this plugin :)
286         * A plugin for wireless LAN cards has been added. It monitors signal
287           strength, link quality and noise ratio..
288         * A plugin for Apple hardware sensors has been added.
289         * An option to compile collectd with different `step' and `hearbeat'
290           settings has been added. The size of RRAs is no longer static but
291           calculated based on the settings for `step' and `width'.
292         * The `ping' plugin can now be configured to use a certain TTL.
293         * A plugin to monitor the hardware sensors of Apple computers has been
294           added.
295         * The plugins `cpu', `memory', `processes' and `traffic' have been
296           ported to Mach/Darwin (Mac OS X).
297         * The `log mode' has been contributed by Christophe Kalt. It writes
298           the data into text files rather than RRD files.
299
300 2006-04-09, Version 3.8.4
301         * Applied patch by Vincent StehlĂ© which improves the disk-name
302           resolution in the `hddtemp' plugin for Linux systems.
303
304 2006-04-02, Version 3.8.3
305         * Applied a patch by James Byers: The MySQL plugin was not working
306           with MySQL 5.0.2 or later.
307
308 2006-03-14, Version 3.8.2
309         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
310           the GNU libc, because it points to `/etc/fstab' rather than
311           `/etc/mtab'.
312
313 2006-03-13, Version 3.8.1
314         * Fixes for building collectd unter FreeBSD, Mac OS X and Solaris.
315         * Fixes in the debian `postinst' and `init.d' scripts.
316
317 2006-03-09, Version 3.8.0
318         * The `ping' plugin no longer uses `libping' but a self written
319           library named `liboping'. With this library it's possible to ping
320           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
321
322 2006-02-18, Version 3.7.2
323         * A simple bug in the `battery' plugin has been fixed. It should now
324           work with ACPI based batteries as well. Thankt to Sebastian for
325           fixing this.
326         * Fixing a bug that prevented collectd to be built without librrd.
327           Thanks to Werner Heuser for reporting it.
328
329 2006-02-04, Version 3.7.1
330         * The new network code has been improved to build with older versions
331           of glibc.
332         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
333           to Tommie Gannert for this patch.
334
335 2006-01-30, Version 3.7.0
336         * The `battery' plugin has been added. It collects information about
337           laptop batteries..
338         * The MySQL plugin has been improved: It now writes two more RRD
339           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
340         * The `cpufreq' plugin now reads another file since the file it did
341           read so far causes much overhead in the kernel. Also, you need root
342           to read the old file, but not to read the new one.
343         * The `hddtemp' plugin can now be configured to connect to another
344           address and/or port than localhost.
345         * The `df' plugin now prefers `statvfs' over `statfs'.
346         * The network code has been rewritten. collectd now supports unicast
347           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
348           be set in the configfile.
349
350 2006-01-24, Version 3.6.2
351         * Due to a bug in the configfile handling collectd wouldn't start in
352           client mode. This released fixes this.
353
354 2006-01-20, Version 3.6.1
355         * Due to a bug in `configure.in' all modules and the binary were
356           linked against `libmysqlclient'. This issue is solved by this
357           release.
358
359 2006-01-17, Version 3.6.0
360         * A config file has been added. This allows for loading only specific
361           plugins.
362         * A `df' plugin has been added.
363         * A `mysql' plugin has been added.
364         * The `ping' plugin doesn't entirely give up hope when a socket error
365           occured, but will back of and increase the intervals between tries.
366
367 2006-01-21, Version 3.5.2
368         * Fixed yet another bug in the signal handling.. Stupid typo..
369         * Improved the ping plugin to not give up on socket errors (backport
370           from 3.6.0).
371
372 2005-12-18, Version 3.5.1
373         * The PID-file is now deleted correctly when shutting down the daemon.
374         * SIGINT and SIGTERM are now handled correctly.
375
376 2005-12-16, Version 3.5.0 (Revision 326)
377         * A bug in the `load' module under Solaris has been fixed.
378         * The `users' module has been contributed by Sebastian Harl. It counts
379           currently logged in users.
380         * The CPU module now works under FreeBSD without the use of
381           `libstatgrab', however SMP support is missing.
382         * The default directories for the RRD files and the PID file now
383           depend on the compile time setting of `localstatedir'.
384
385 2005-11-15, Version 3.4.0 (Revision 236)
386         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
387           from gentoo's bugzilla for writing the patch.
388         * The build dependency for librrd has been removed. Binaries built
389           without librrd are client-only and will multicast their value as
390           with the `-c' argument.
391         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
392         * The newly introduced `-f' switch prevents daemon initialization
393           (forking, closing standard filehandles, etc.) Thanks to Alvaro
394           Barcellos for this patch.
395
396 2005-11-04, Version 3.3.0 (Revision 216)
397         * New modules have been added:
398           - `serial', for monitoring traffic on the serial interfaces
399           - `nfs', for graphing NFS procedure calls
400           - `tape', traffic from/to tape devices
401         * The the memory.rrd now accepts more than 4Gig of memory.
402
403 2005-10-26, Version 3.2.0 (Revision 200)
404         * Support for graphing the processes has been added (thanks to Lyonel
405           Vincent)
406         * If reading from hddtemp failes collectd will increase the time
407           between polls up to one day.
408         * The init.d files have been improved.
409         * Problems with the spec file have been fixed.
410
411 2005-10-16, Version 3.1.0 (Revision 194)
412         * Added the `setsid' syscall to the startup code.
413         * Support for hddtemp has been added (thanks to Vincent StehlĂ©)
414
415 2005-09-30, Version 3.0.0 (Revision 184)
416         * The ability to send/receive data to/from the network (think
417           multicast) has been added.
418         * Modules have been split up into shared libraries can be loaded at
419           runtime. The biggest advantage is that the core program doesn't need
420           to be linked against an external library.
421         * A patch by George Kargiotakis has been applied: It fixes the sensors
422           behaviour then more than one sensor is being queried.
423
424 2005-09-16, Version 2.1.0 (Revision 172)
425         * A module for swap statistics has been added.
426
427 2005-09-09, Version 2.0.0 (Revision 135)
428         * Filenames can no longer be configured at program startup. The only
429           options as of this version are the directory and ping hosts.
430         * CPU statistics now include Wait-IO. If privided under Linux IRQ and
431           Soft-IRQ statistics are added to `System'. 
432         * Diskstats now collect read and write bytes, not sectors.
433         * Ping statistics can now be collected for more than one host. There
434           is no default any more: If no host is given no host will be pinged.
435         * A self-written patch for libping has been applied so it builds
436           cleanly.
437
438 2005-09-01, Version 1.8.1 (Revision 123)
439         * Much improved configure-script: libraries and features may now be
440           disabled.
441         * More detailed warnings/error messages when RRD update failes.
442
443 2005-08-29, Version 1.8.0:
444         * Support for collecting disk statistics under Solaris.
445
446 2005-08-25, Version 1.7.0:
447         * Support for libstatgrab[1] for load, memory usage and network
448           traffic. CPU- and disk-usage are not (yet) supported, since
449           libstatgrab returns insufficient information. I will contact the
450           authors.
451         * Improved the CPU-initialization code for Solaris. Apparently CPUs
452           aren't neccessarily counted linear which is now handled correctly.
453         [1]: http://www.i-scream.org/libstatgrab/
454
455 2005-08-21, Version 1.6.0:
456         * Basic support for Solaris: System load and cpu-usage can be
457           collected unter Solaris, too. Other stats will follow later.
458         * Many fixes in the autoconf-script
459         * Collection/Museum scripts have been added unter contrib/museum
460         * collectd may now be started in unprivileged mode, though ping
461           statistics will not work.
462
463 2005-07-17, Version 1.5.1:
464         * Diskstats-RRDs now use major/minor for naming. Some systems have
465           weird strings as disk-names..
466
467 2005-07-17, Version 1.5:
468         * A new module, diskstats, has been added. It collects information
469           about the disks and partitions.
470
471 2005-07-11, Version 1.4.2:
472         * The meminfo mofule has been changed to work with more platforms
473           and/or kernel versions.
474
475 2005-07-10, Version 1.4.1: Correct traffic stats
476         * The traffic rrd-file is now created with DS-type `COUNTER' which I
477           forgot to correct when I changed that module.
478
479 2005-07-09, Version 1.4: More traffic stats
480         * Traffic is now collected for all interfaces that can be found
481         * Temperature-statistics are read from lm-sensors if available
482
483 2005-07-08, Version 1.3: CPU stats
484         * Collecting CPU statistics now
485
486 2004-07-12, Version 1.2: Using syslog
487         * collectd is now using the syslog facility to report errors, warnings
488           and the like..
489         * The default directory is now /var/db/collectd
490
491 2004-07-10, Version 1.1: Minor changes
492         * Nothing really usefull to say ;)
493
494 2004-07-09, Version 1.0: Initial Version
495         * The following modules are provided:
496           * Load average
497           * Ping time
498           * Traffic
499           * Memory info