X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmemcached.c;h=1cd5a3016654a711fa7e9021e9c625288efc04e4;hb=8192bfcf975ff6275505c99193a23e2a066927d0;hp=85794a5ccfcf3055923fbd8ef4191e2be21fd6ce;hpb=60bc9b5c6ef49ec78291d64ebe4c58569b1f9a61;p=collectd.git diff --git a/src/memcached.c b/src/memcached.c index 85794a5c..1cd5a301 100644 --- a/src/memcached.c +++ b/src/memcached.c @@ -523,7 +523,7 @@ static int memcached_read(user_data_t *user_data) { else if (FIELD_IS("curr_connections")) { submit_gauge("memcached_connections", "current", atof(fields[2]), st); } else if (FIELD_IS("listen_disabled_num")) { - submit_derive("connections", "listen_disabled", atoll(fields[2]), st); + submit_derive("total_events", "listen_disabled", atoll(fields[2]), st); } /* * Total number of connections opened since the server started running