Merge branch 'collectd-4.2' into collectd-4.3
[collectd.git] / ChangeLog
1 2008-03-05, Version 4.3.1
2         * exec plugin: Set supplementary group IDs.
3         * network plugin:
4           + Use `memcpy' when constructing/parsing a package to avoid
5             alignment problems on weird architectures, such as Sparc.
6           + Translate doubles to/from the x86 byte representation to ensure
7             cross-platform compatibility.
8         * ping plugin: Correct the handling of the `TTL' setting.
9         * swap plugin: Reapply a patch for Solaris.
10         * tcpconns plugin: Portability improvements.
11
12 2008-02-18, Version 4.3.0
13         * collectd: Notifications have been added to the daemon. Notifications
14           are status messages that may be associated with a data instance.
15         * collectd: Threshold checking has been added to the daemon. This
16           means that you can configure threshold values for each data
17           instance. If this threshold is exceeded a notification will be
18           created.
19         * collectd: The new `FQDNLookup' option tells the daemon to use the
20           full qualified domain name as the hostname, not just the host part
21           es returned by `gethostname(2)'.
22         * collectd: Support for more than one `TypesDB' file has been added.
23           This is useful when one such file is included in a package but one
24           wants to add custom type definitions.
25         * collectd: The `Include' config option has been expanded to handle
26           entire directories and shell wildcards.
27         * collectdmon: The new `collectdmon' binary detects when collectd
28           terminates and automatically restarts it again.
29         * csv plugin: The CSV plugin is now able to store counter values as a
30           rate, using the `StoreRates' configuration option.
31         * exec plugin: Handling of notifications has been added and the
32           ability to pass arguments to the executed programs has been added.
33         * hddtemp plugin: The new `TranslateDevicename' option lets you
34           disable the translation from device names to major-minor-numbers.
35         * logfile plugin: Handling of notifications has been added.
36         * ntpd plugin: The new `ReverseLookups' can be used to disable reverse
37           domain name lookups in this plugin.
38         * perl plugin: Many internal changes added support for handling multiple
39           threads making the plugin reasonably usable inside collectd. The API has
40           been extended to support notifications and export global variables to
41           Perl plugins; callbacks now have to be identified by name rather than a
42           pointer to a subroutine. The plugin is no longer experimental.
43         * uuid plugin: The new UUID plugin sets the hostname to an unique
44           identifier for this host. This is meant for setups where each client
45           may migrate to another physical host, possibly going through one or
46           more name changes in the process. Thanks to Richard Jones from
47           Red Hat's Emerging Technology group for this plugin.
48         * libvirt: The new libvirt plugin uses the `libvirt' library to query
49           CPU, disk and network statistics about guest systems on the same
50           physical server. Thanks to Richard Jones from Red Hat's Emerging
51           Technology group for this plugin.
52
53 2008-03-29, Version 4.2.6
54         * collectd: Improved error messages when parsing the configuration.
55         * sensors plugin: Fix temperature collection with libsensors4.
56         * unixsock plugin: Fix mixed input and output operation on streams.
57         * wireless plugin: Fix reading noise value.
58
59 2008-03-04, Version 4.2.5
60         * apache plugin: Improved initialization and error messages.
61         * exec plugin: Set supplementary group IDs.
62         * network plugin:
63           + Create separate threads for reading from the socket and parsing
64             and dispatching incoming packets. Versions prior to this may have
65             problems in high-load situations, where the socket receive buffers
66             overflows, resulting in gaps in the data.
67           + Use `memcpy' when constructing/parsing a package to avoid
68             alignment problems on weird architectures, such as Sparc.
69           + Translate doubles to/from the x86 byte representation to ensure
70             cross-platform compatibility.
71         * ping plugin: Correct the handling of the `TTL' setting.
72         * rrdtool plugin: Ensure correct handling of the `RRATimespan' option.
73         * swap plugin: Reapply a patch for Solaris.
74         * tcpconns plugin: Portability improvements.
75
76 2008-01-21, Version 4.2.4
77         * unixsock plugin: A bug in the unixsock plugin caused it not to set
78           the permission on the socket as documented in the manpage. Thanks to
79           Evgeny Chukreev for fixing this issue.
80         * collectd: The documentation has been improved.
81
82 2007-12-28, Version 4.2.3
83         * sensors plugin: Updated the plugin to build and work with version 3
84           of the libsensors library.
85
86 2007-12-15, Version 4.2.2
87         * nginx plugin: Incorrect comparison of strings lead to a segfault
88           when using the plugin. Thanks to Saulius Grigaliunas for fixing
89           this.
90         * logfile plugin: The config option `Timestamp' was handled
91           incorrectly and basically always active. Thanks to Luke Heberling
92           for fixing this.
93
94 2007-11-08, Version 4.2.1
95         * tcpconns plugin: Don't complain about a missing file if IPv6 is not
96           enabled on the host.
97         * snmp plugin: Fix a memory leak.
98
99 2007-10-27, Version 4.2.0
100         * collectd: The new config option `Include' lets you include other
101           configfiles and thus split up your config into smaller parts. This
102           may be especially interesting for the snmp plugin to keep the data
103           definitions separate from the host definitions.
104         * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
105           (number of connections, octets and packets for each service and
106           destination). Thanks to Sebastian Harl for this plugin.
107         * memcached plugin: The new `memcached' plugin connects to a memcached
108           daemon process and collects statistics of this distributed caching
109           system. Thanks to Antony Dovgal for contributing this plugin.
110         * nginx plugin: The new `nginx' plugin reads the status page of an
111           nginx daemon and saves the handled connections and requests.
112         * perl plugin: Many changes, including the added `EnableDebugger'
113           config option which lets you debug your Perl plugins more easily.
114         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
115           be more thread-safe otherwise by locking calls to the library.
116         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
117           correct the values returned by SNMP-agents. If a <data> block is
118           defined as `table' the instance is now optional. The sequence number
119           is used as the type-instance in this case. The new `InstancePrefix'
120           option allows to add arbitrary prefixes to the type-instance.
121         * tcpconns plugin: The new `tcpconns' plugin collects the number of
122           certain TCP connections and what state they're in. This can be used
123           to see how many connections your FTP server has to handle or how
124           many outgoing connections your mailserver has open.
125
126 2008-01-11, Version 4.1.6
127         * unixsock plugin: A bug in the unixsock plugin caused it not to set
128           the permission on the socket as documented in the manpage. Thanks to
129           Evgeny Chukreev for fixing this issue.
130         * collectd: The documentation has been improved.
131
132 2007-12-27, Version 4.1.5
133         * rrdtool plugin: Fix a memory leak that only occurred in very-low-
134           memory situations.
135         * sensors plugin: Updated the plugin to build and work with version 3
136           of the libsensors library.
137
138 2007-11-08, Version 4.1.4
139         * Build system: Improve detection of the rrd library, especially if
140           it's in a non-standard location.
141         * Build system: A bug when parsing the argument for
142           `--with-libnetsnmp' has been fixed.
143         * collectd: Implement `strerror_r' if the libc doesn't provide it.
144         * rrdtool plugin: Fix a bug in the shutdown sequence that might cause
145           a deadlock or delay when shutting down the daemon.
146         * snmp plugin: Fix a memory leak.
147
148 2007-10-24, Version 4.1.3
149         * collectd: A build issue under Solaris has been resolved by renaming
150           data types.
151         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
152           be more thread-safe otherwise by locking calls to the library.
153
154 2007-09-28, Version 4.1.2
155         * apcups plugin: Fix reporting of the `load percent' data.
156         * wireless plugin: Correct the handling of cards returning signal and
157           noise quality as percentage.
158         * perl plugin: Fix a possible buffer overflow in get_module_name().
159         * build system: Further improve the detection of libraries.
160         * netlink plugin: Build issues under some older versions of the Linux
161           includes (i. e. Debian Sarge) have been fixed.
162         * snmp plugin: Fix a potential segfault when a host times out. Add
163           support for the `timeticks' type. 
164
165 2007-09-12, Version 4.1.1
166         * Build system: The detection of `libnetlink' has been improved.
167         * collectd: The documentation has been fixed in numerous places.
168         * exec plugin: Setting the group under which to run a program has been
169           fixed.
170         * collectd: The `sstrerror' function was improved to work correctly
171           with the broken GNU version of `strerror_r'.
172         * collectd: Write an error message to STDERR when loading of a plugin
173           fails.
174         * apcups plugin: Fix the `types' used to submit the values: They still
175           has an `apcups_' prefix which doesn't work anymore.
176         * rrdtool plugin: Create new RRD-files with the `begin' time set to
177           whatever the client thinks is `now'..
178
179 2007-09-01, Version 4.1.0
180         * Build system: The build system has been changed to automatically
181           disable all plugins, which are missing dependencies. The dependency
182           checking has been removed from the plugins themselves to remove
183           redundancy.
184         * Flexible interval: The interval of collected data is now sent along
185           with the data itself over the network, so that the interval-settings
186           of server and clients no longer needs to match.
187         * netlink plugin: The new `netlink' plugin connects to the Linux
188           kernel using a netlink socket and uses it to query information about
189           interfaces, qdiscs and classes.
190         * rrdtool plugin: The cache is now dumped to disk in an extra thread
191           to not block data collection.
192         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
193           network devices, such as switches, routers, thermometers, rack
194           monitoring servers, etc. The collectd-snmp(5) manpage documents this
195           plugin.
196         * unixsock plugin: Added the `LISTVAL' command.
197         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
198           of music played with xmms.
199
200 2007-09-28, Version 4.0.9
201         * apcups plugin: Fix reporting of the `load percent' data.
202         * wireless plugin: Correct the handling of cards returning signal and
203           noise quality as percentage.
204         * perl plugin: Fix a possible buffer overflow in get_module_name().
205
206 2007-09-12, Version 4.0.8
207         * collectd: The `sstrerror' function was improved to work correctly
208           with the broken GNU version of `strerror_r'.
209         * collectd: Write an error message to STDERR when loading of a plugin
210           fails.
211         * apcups plugin: Fix the `types' used to submit the values: They still
212           has an `apcups_' prefix which doesn't work anymore.
213         * rrdtool plugin: Create new RRD-files with the `begin' time set to
214           whatever the client thinks is `now'..
215
216 2007-08-26, Version 4.0.7
217         * documentation: Some typos have been fixed and some information has
218           been improved.
219         * build system: Many fixes for detecting libraries in unusual places,
220           such as on RedHat systems. The affected libraries are `libcurl',
221           `libmysql', and `libupsclient'.
222         * network plugin: Allow the `Port' option to be specified as a number
223           (i. e. without quotes).
224         * nut plugin: A fix allows linking the nut plugin against
225           libupsclient, version >= 2.2.0.
226         * processes plugin: Fix a potential segmentation fault.
227
228 2007-07-30, Version 4.0.6
229         * sensors plugin: Fix the ignorelist functionality: Only the `type
230           instance' was used to match against the list, but the documentation
231           told otherwise. This release fixes the code, so it complies with the
232           documentation.
233         * syslog plugin: Call `openlog' right when the plugin is loaded, so
234           configuration messages will end up in the logging facility.
235         * conrtib/fedora: The contributed specfile for Fedora has been
236           updated.
237
238 2007-07-05, Version 4.0.5
239         * Portability: More fixes for OpenBSD have been included.
240
241 2007-06-24, Version 4.0.4
242         * cpu plugin: Fixed the Solaris code.
243         * dns plugin: Fixed a build issue for OpenBSD.
244         * interface plugin: Fixed the Solaris code.
245         * load plugin: Fixed the alternative `/proc' Linux code.
246         * memory plugin: Fixed the Solaris code.
247         * oconfig: Don't require `-lfl' anymore.
248
249 2007-06-19, Version 4.0.3
250         * cpu plugin: Fix the Darwin / Mac OS X code.
251         * ping plugin: Use the return value of `getpid', not its address.
252         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
253           initialized correctly.
254         * configure: Added `--with-nan-emulation' to aid cross compilation.
255
256 2007-06-12, Version 4.0.2
257         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
258           they're given in numerically form.
259
260 2007-06-07, Version 4.0.1
261         * iptables plugin: A bug in the configuration routine has been fixed.
262           Setting a comment in the configfile will no longer cause a
263           segmentation fault.
264
265 2007-06-03, Version 4.0.0
266         * collectd: The plugin-infrastructure has been changed to allow for
267           more types of plugins, namely `write' and `log' plugins.
268         * collectd: The read-function has been changed to read many plugins in
269           parallel, using threads. Thus, plugins generally need to use
270           thread-safe functions from now on.
271         * collectd: The '-t' command line options allows to perform syntax tests
272           of the configuration file and exit immediately.
273         * csv plugin: The new `csv' plugin handles output to `comma separated
274           values'-files.
275         * rrdtool plugin: The new `rrdtool' plugin handles output to
276           RRD-files. Data can be cached to combine multiple updates into one
277           write to increase IO-performance.
278         * network plugin: The new `network' plugin handles IO via the network.
279           It implements a different, much more extensible protocol which can
280           combine many values in one packet, decreasing the number of UDP-
281           packets being sent. It can read from and send to the network and
282           with the appropriate configuration even forward packets to other
283           networks.
284         * unixsock plugin: The new `unixsock' plugin provides an interface to
285           communicate with the daemon while it is running. Right now the
286           commands `GETVAL' and `PUTVAL' are implemented, but more are to
287           come.
288         * perl plugin: The new `perl' plugin allows you to write extensions
289           for collectd in the scripting-language Perl.
290         * logfile plugin: The new `logfile' plugin writes logmessages to files
291           or STDOUT or STDERR.
292         * syslog plugin: The new `syslog' plugin sends logmessages to the
293           system's syslog daemon.
294         * entropy plugin: The new `entropy' plugin collects the amount of
295           entropy currently being available to the system.
296         * exec plugin: The new `exec' plugin forks child processes and reads
297           back values provided by the forked processes.
298         * iptables plugin: The new `iptables' plugin reads counters from
299           iptables rules. Thanks to Sjoerd van der Berg for contributing this
300           plugin.
301         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
302           to Peter Holik for contributing this plugin.
303         * nut plugin: The new `nut' plugin connects the upsd of the `network
304           ups tools' and reads information about the connected UPS.
305         * apache plugin: Support for lighttpd's `BusyServers' (aka.
306           connections) field was added by Florent Monbillard.
307         * collectd-nagios: The new `collectd-nagios' binary queries values
308           from collectd, parses them and exits according to Nagios-standards.
309         * manpages: The manpages have been improved a lot.
310
311 2007-09-28, Version 3.11.7
312         * wireless plugin: Correct the handling of cards returning signal and
313           noise quality as percentage.
314
315 2007-08-31, Version 3.11.6
316         * processes plugin: Fix a potential segmentation fault.
317
318 2007-05-29, Version 3.11.5
319         * configure: Added `AC_SYS_LARGEFILE' for LFS.
320         * ntpd plugin: Fix a potential buffer overflow.
321         * processes plugin: Fix a bug when run under Linux 2.4. All processes
322           were accounted as `zombies'.
323
324 2007-04-10, Version 3.11.4
325         * dns plugin: Change the order of includes to make the plugin compile
326           under FreeBSD.
327
328 2007-03-30, Version 3.11.3
329         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
330           of the unused `COLLECT_KSTAT'.
331
332 2007-02-11, Version 3.11.2
333         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
334           NULL-pointer may have been passed to `printf' which causes a
335           segfault with some libcs.
336
337 2007-02-10, Version 3.11.1
338         * df plugin: Some wrong defines have been fixed so the plugin works
339           under Solaris again.
340         * dns plugin: The usage of a struct has been fixed to work with
341           non-GNU libcs.
342         * processes plugin: Some missing defines have been added so the plugin
343           compiles cleanly under FreeBSD and presumably other UNIXes.
344
345 2006-12-22, Version 3.11.0
346         * collectd: The new command line option `-P' makes it easier for
347           distributors to change the location of PID-files.
348         * collectd: The daemon shuts down faster now which makes it easier to
349           write init.d-scripts for it.
350         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
351           caused problems every now and then.
352         * df plugin: New config options allow to ignore certain mountpoints,
353           filesystem types or devices.
354         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
355           and interprets it. It collects traffic as well as qtype, opcode and
356           rcode counts.
357         * email plugin: Sebastian Harl has contributed this plugin which
358           counts received mails in categories (e. g. ham, spam, virus), spam
359           score (as given by SpamAssassin) and check types.
360         * mbmon plugin: Flavio Stanchina has contributed this plugin which
361           uses `mbmon' to gather information from sensors on the motherboard.
362         * processes plugin: Collect detailed statistics for configured
363           processes, that's process and thread count, CPU usage, resident
364           segment size and pagefaults.
365         * multimeter plugin: Peter Holik contributed a new plugin which
366           queries multimeters.
367         * sensors plugin: Lubos Stanek has put much effort into improving this
368           plugin, including `extended naming', collection of voltage values
369           and the possibility to ignore certain values.
370
371 2006-12-21, Version 3.10.4
372         * Max Kellermann has identified a bug in the server routine: When
373           opening a socket fails the daemon will (re)try opening the socket in
374           an endless loop, ultimately leading to a `EMFILE' error.
375
376 2006-11-04, Version 3.10.3
377         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
378           ntpd's reply was sent in more than one packet, the buffer size was
379           calculated incorrectly, resulting in the reading of uninitialized or
380           freed memory.
381
382 2006-11-01, Version 3.10.2
383         * The sample config file has been improved.
384         * Errors in the manpages have been corrected.
385         * The ping-plugin now adds hosts during initialization, not during
386           startup. This speeds up startup when no network connectivity is
387           available. Also, the hosts are being added later when the network is
388           available.
389         * Improved BSD-support for the df-plugin.
390         * Fixed syntax errors in the swap-plugin for Mac OS X.
391         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
392           plugin.
393         * Don't disable the mysql-plugin if connecting to the database fails
394           during initialization. Instead, try again in increasing intervals.
395
396 2006-07-19, Version 3.10.1
397         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
398           the apcups cannot be reached, unconnected sockets will pile up and
399           eventually lead to `Too many open files' errors.
400
401 2006-07-09, Version 3.10.0
402         * The `disk' plugin has been ported to Darwin.
403         * The `battery' plugin should work on many Apple computers now.
404         * The `traffic' plugin can now ignore certain interfaces. Also,
405           statistics for sent/received packets and errors have been added.
406         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
407           to Anthony Gialluca for contributing this plugin and providing me
408           with a test environment :)
409         * A plugin for monitoring an NTP instance and the local clock drift
410           has been added.
411
412 2006-06-25, Version 3.9.4
413         * The Solaris code in the `swap' plugin has been changed to reflect
414           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
415           working this out.
416         * The debugging system has been fixed to work with the Sun libc.
417         * When built without librrd the variable `operating_mode' could be
418           uninitialized. Thanks to David Elliot for reporting the bug.
419
420 2006-06-01, Version 3.9.3
421         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
422           operating systems also profit from the changes, but I wasn't able to
423           check that.
424         * Changed the build system to find the netinet-includes under FreeBSD
425           and therefore successfully build the `liboping' library there.
426
427 2006-05-09, Version 3.9.2
428         * Applied a patch to the `liboping' library. Due to a bug in the
429           sequence checking the `ping' plugin stopped working after
430           approximately 7.6 days.
431
432 2006-05-09, Version 3.8.5
433         * Applied a patch to the `liboping' library. Due to a bug in the
434           sequence checking the `ping' plugin stopped working after
435           approximately 7.6 days.
436
437 2006-04-21, Version 3.9.1
438         * Build issues with Solaris and possible other architectures have been
439           resolved.
440         * Problems when building the `apache'-plugin without `libcurl' have
441           been resolved.
442         * A bug in the `ping' plugin has been fixed. Sorry folks.
443
444 2006-04-02, Version 3.9.0
445         * A plugin to monitor the Apache webserver has been added.
446           <http://httpd.apache.org/>
447         * A plugin to collect statistics about virtual servers using VServer.
448           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
449           this plugin :)
450         * A plugin for wireless LAN cards has been added. It monitors signal
451           strength, link quality and noise ratio..
452         * A plugin for Apple hardware sensors has been added.
453         * An option to compile collectd with different `step' and `heartbeat'
454           settings has been added. The size of RRAs is no longer static but
455           calculated based on the settings for `step' and `width'.
456         * The `ping' plugin can now be configured to use a certain TTL.
457         * A plugin to monitor the hardware sensors of Apple computers has been
458           added.
459         * The plugins `cpu', `memory', `processes' and `traffic' have been
460           ported to Mach/Darwin (Mac OS X).
461         * The `log mode' has been contributed by Christophe Kalt. It writes
462           the data into text files rather than RRD files.
463
464 2006-04-09, Version 3.8.4
465         * Applied patch by Vincent StehlĂ© which improves the disk-name
466           resolution in the `hddtemp' plugin for Linux systems.
467
468 2006-04-02, Version 3.8.3
469         * Applied a patch by James Byers: The MySQL plugin was not working
470           with MySQL 5.0.2 or later.
471
472 2006-03-14, Version 3.8.2
473         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
474           the GNU libc, because it points to `/etc/fstab' rather than
475           `/etc/mtab'.
476
477 2006-03-13, Version 3.8.1
478         * Fixes for building collectd under FreeBSD, Mac OS X and Solaris.
479         * Fixes in the debian `postinst' and `init.d' scripts.
480
481 2006-03-09, Version 3.8.0
482         * The `ping' plugin no longer uses `libping' but a self written
483           library named `liboping'. With this library it's possible to ping
484           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
485
486 2006-02-18, Version 3.7.2
487         * A simple bug in the `battery' plugin has been fixed. It should now
488           work with ACPI based batteries as well. Thanks to Sebastian for
489           fixing this.
490         * Fixing a bug that prevented collectd to be built without librrd.
491           Thanks to Werner Heuser for reporting it.
492
493 2006-02-04, Version 3.7.1
494         * The new network code has been improved to build with older versions
495           of glibc.
496         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
497           to Tommie Gannert for this patch.
498
499 2006-01-30, Version 3.7.0
500         * The `battery' plugin has been added. It collects information about
501           laptop batteries..
502         * The MySQL plugin has been improved: It now writes two more RRD
503           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
504         * The `cpufreq' plugin now reads another file since the file it did
505           read so far causes much overhead in the kernel. Also, you need root
506           to read the old file, but not to read the new one.
507         * The `hddtemp' plugin can now be configured to connect to another
508           address and/or port than localhost.
509         * The `df' plugin now prefers `statvfs' over `statfs'.
510         * The network code has been rewritten. collectd now supports unicast
511           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
512           be set in the configfile.
513
514 2006-01-24, Version 3.6.2
515         * Due to a bug in the configfile handling collectd wouldn't start in
516           client mode. This released fixes this.
517
518 2006-01-20, Version 3.6.1
519         * Due to a bug in `configure.in' all modules and the binary were
520           linked against `libmysqlclient'. This issue is solved by this
521           release.
522
523 2006-01-17, Version 3.6.0
524         * A config file has been added. This allows for loading only specific
525           plugins.
526         * A `df' plugin has been added.
527         * A `mysql' plugin has been added.
528         * The `ping' plugin doesn't entirely give up hope when a socket error
529           occurred, but will back of and increase the intervals between tries.
530
531 2006-01-21, Version 3.5.2
532         * Fixed yet another bug in the signal handling.. Stupid typo..
533         * Improved the ping plugin to not give up on socket errors (backport
534           from 3.6.0).
535
536 2005-12-18, Version 3.5.1
537         * The PID-file is now deleted correctly when shutting down the daemon.
538         * SIGINT and SIGTERM are now handled correctly.
539
540 2005-12-16, Version 3.5.0 (Revision 326)
541         * A bug in the `load' module under Solaris has been fixed.
542         * The `users' module has been contributed by Sebastian Harl. It counts
543           currently logged in users.
544         * The CPU module now works under FreeBSD without the use of
545           `libstatgrab', however SMP support is missing.
546         * The default directories for the RRD files and the PID file now
547           depend on the compile time setting of `localstatedir'.
548
549 2005-11-15, Version 3.4.0 (Revision 236)
550         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
551           from gentoo's bugzilla for writing the patch.
552         * The build dependency for librrd has been removed. Binaries built
553           without librrd are client-only and will multicast their value as
554           with the `-c' argument.
555         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
556         * The newly introduced `-f' switch prevents daemon initialization
557           (forking, closing standard filehandles, etc.) Thanks to Alvaro
558           Barcellos for this patch.
559
560 2005-11-04, Version 3.3.0 (Revision 216)
561         * New modules have been added:
562           - `serial', for monitoring traffic on the serial interfaces
563           - `nfs', for graphing NFS procedure calls
564           - `tape', traffic from/to tape devices
565         * The memory.rrd now accepts more than 4Gig of memory.
566
567 2005-10-26, Version 3.2.0 (Revision 200)
568         * Support for graphing the processes has been added (thanks to Lyonel
569           Vincent)
570         * If reading from hddtemp fails collectd will increase the time
571           between polls up to one day.
572         * The init.d files have been improved.
573         * Problems with the spec file have been fixed.
574
575 2005-10-16, Version 3.1.0 (Revision 194)
576         * Added the `setsid' syscall to the startup code.
577         * Support for hddtemp has been added (thanks to Vincent StehlĂ©)
578
579 2005-09-30, Version 3.0.0 (Revision 184)
580         * The ability to send/receive data to/from the network (think
581           multicast) has been added.
582         * Modules have been split up into shared libraries can be loaded at
583           runtime. The biggest advantage is that the core program doesn't need
584           to be linked against an external library.
585         * A patch by George Kargiotakis has been applied: It fixes the sensors
586           behaviour then more than one sensor is being queried.
587
588 2005-09-16, Version 2.1.0 (Revision 172)
589         * A module for swap statistics has been added.
590
591 2005-09-09, Version 2.0.0 (Revision 135)
592         * Filenames can no longer be configured at program startup. The only
593           options as of this version are the directory and ping hosts.
594         * CPU statistics now include Wait-IO. If provided under Linux IRQ and
595           Soft-IRQ statistics are added to `System'. 
596         * Diskstats now collect read and write bytes, not sectors.
597         * Ping statistics can now be collected for more than one host. There
598           is no default any more: If no host is given no host will be pinged.
599         * A self-written patch for libping has been applied so it builds
600           cleanly.
601
602 2005-09-01, Version 1.8.1 (Revision 123)
603         * Much improved configure-script: libraries and features may now be
604           disabled.
605         * More detailed warnings/error messages when RRD update fails.
606
607 2005-08-29, Version 1.8.0:
608         * Support for collecting disk statistics under Solaris.
609
610 2005-08-25, Version 1.7.0:
611         * Support for libstatgrab[1] for load, memory usage and network
612           traffic. CPU- and disk-usage are not (yet) supported, since
613           libstatgrab returns insufficient information. I will contact the
614           authors.
615         * Improved the CPU-initialization code for Solaris. Apparently CPUs
616           aren't necessarily counted linear which is now handled correctly.
617         [1]: http://www.i-scream.org/libstatgrab/
618
619 2005-08-21, Version 1.6.0:
620         * Basic support for Solaris: System load and cpu-usage can be
621           collected under Solaris, too. Other stats will follow later.
622         * Many fixes in the autoconf-script
623         * Collection/Museum scripts have been added under contrib/museum
624         * collectd may now be started in unprivileged mode, though ping
625           statistics will not work.
626
627 2005-07-17, Version 1.5.1:
628         * Diskstats-RRDs now use major/minor for naming. Some systems have
629           weird strings as disk-names..
630
631 2005-07-17, Version 1.5:
632         * A new module, diskstats, has been added. It collects information
633           about the disks and partitions.
634
635 2005-07-11, Version 1.4.2:
636         * The meminfo module has been changed to work with more platforms
637           and/or kernel versions.
638
639 2005-07-10, Version 1.4.1: Correct traffic stats
640         * The traffic rrd-file is now created with DS-type `COUNTER' which I
641           forgot to correct when I changed that module.
642
643 2005-07-09, Version 1.4: More traffic stats
644         * Traffic is now collected for all interfaces that can be found
645         * Temperature-statistics are read from lm-sensors if available
646
647 2005-07-08, Version 1.3: CPU stats
648         * Collecting CPU statistics now
649
650 2004-07-12, Version 1.2: Using syslog
651         * collectd is now using the syslog facility to report errors, warnings
652           and the like..
653         * The default directory is now /var/db/collectd
654
655 2004-07-10, Version 1.1: Minor changes
656         * Nothing really useful to say ;)
657
658 2004-07-09, Version 1.0: Initial Version
659         * The following modules are provided:
660           * Load average
661           * Ping time
662           * Traffic
663           * Memory info