From: Florian Forster Date: Sat, 1 Sep 2007 21:42:55 +0000 (+0200) Subject: ChangeLog: Added a note about the queueing changes to the rrdtool plugin. X-Git-Tag: collectd-4.1.0^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cdc42317436b89f0c65a73f399658a80b97c6464;p=collectd.git ChangeLog: Added a note about the queueing changes to the rrdtool plugin. --- diff --git a/ChangeLog b/ChangeLog index 06bfb7ac..6d9d0d67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ * netlink plugin: The new `netlink' plugin connects to the Linux kernel using a netlink socket and uses it to query information about interfaces, qdiscs and classes. + * rrdtool plugin: The cache is now dumped to disk in an extra thread + to not block data collection. * snmp plugin: The new `snmp' plugin can read values from SNMP enabled network devices, such as switches, routers, thermometers, rack monitoring servers, etc. The collectd-snmp(5) manpage documents this