X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmemcached.c;h=1cd5a3016654a711fa7e9021e9c625288efc04e4;hb=2c79d78be763c485f002ebfe5f20ef099e006298;hp=85794a5ccfcf3055923fbd8ef4191e2be21fd6ce;hpb=a1b19a64325554b0410daaefed3ce229b34958b7;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