From: Florian Forster Date: Wed, 24 Oct 2007 17:57:35 +0000 (+0200) Subject: AUTHORS, ChangeLog: Added notes about the memcached plugin. X-Git-Tag: collectd-4.2.0~20^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=37932f90388cfc4fd96ec9cc85bc9b4315ea5b8e;p=collectd.git AUTHORS, ChangeLog: Added notes about the memcached plugin. --- diff --git a/AUTHORS b/AUTHORS index 0c1b3225..ee7e3920 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,6 +16,9 @@ iptables module by: mbmon plugin by: Flavio Stanchina +memcached plugin by: + Antony Dovgal + nfs module by: Jason Pepas diff --git a/ChangeLog b/ChangeLog index 24dc6908..8b0c1c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ yyyy-mm-dd, Version 4.2.0 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 * rrdtool plugin: Use the threadsafe RRD-library if available. Try to