From: Florian Forster Date: Tue, 1 Dec 2015 15:25:41 +0000 (+0100) Subject: memcached plugin: Use a DERIVE type for the "listen disabled" metric. X-Git-Tag: collectd-5.5.1~38 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=01e77b97fa9fe4979815fe0c8a533c9dc97aa1d1;p=collectd.git memcached plugin: Use a DERIVE type for the "listen disabled" metric. Fixes: #1356 --- diff --git a/src/memcached.c b/src/memcached.c index f6af4fc7..d650f02f 100644 --- a/src/memcached.c +++ b/src/memcached.c @@ -440,7 +440,7 @@ static int memcached_read (user_data_t *user_data) } else if (FIELD_IS ("listen_disabled_num")) { - submit_derive ("memcached_connections", "listen_disabled", atof (fields[2]), st); + submit_derive ("connections", "listen_disabled", atof (fields[2]), st); } /*