From: Florian Forster Date: Wed, 24 Oct 2007 19:36:44 +0000 (+0200) Subject: Merge branch 'collectd-4.1' X-Git-Tag: collectd-4.2.0~12 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=b7d4060cacd04d4bd0e174e85f91ca5afcacf01d Merge branch 'collectd-4.1' Conflicts: ChangeLog contrib/PerlLib/Collectd.pm --- b7d4060cacd04d4bd0e174e85f91ca5afcacf01d diff --cc ChangeLog index 8b0c1c88,a8868018..5d9184c6 --- a/ChangeLog +++ b/ChangeLog @@@ -1,22 -1,6 +1,24 @@@ +yyyy-mm-dd, Version 4.2.0 + * collectd: The new config option `Include' lets you include other + configfiles and thus split up your config into smaller parts. This + may be especially interresting for the snmp plugin to keep the data + definitions seperate from the host definitions. + * perl plugin: Many changes, including the added `EnableDebugger' + config option which lets you debug your Perl plugins more easily. + * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to + correct the values returned by SNMP-agents. + * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics + (number of connections, octets and packets for each service and + destination). + * rrdtool plugin: Use the threadsafe RRD-library if available. Try to + be more threadsafe otherwise by locking calls to the library. + * memcached plugin: The new `memcached' plugin connects to a memcached + daemon process and collects statistics of this distributed caching + system. Thanks to Antony Dovgal for contributing this plugin. + - yyyy-mm-dd, Version 4.1.3 + 2007-10-24, Version 4.1.3 + * collectd: A build issue under Solaris has been resolved by renaming + data types. * rrdtool plugin: Use the threadsafe RRD-library if available. Try to be more threadsafe otherwise by locking calls to the library.