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