projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa91b25
)
Remove _num suffix from listen_disabled_num collected value
author
Matt Cottingham
<matt.cottingham@gmail.com>
Sun, 25 May 2014 19:46:32 +0000
(20:46 +0100)
committer
Matt Cottingham
<matt.cottingham@gmail.com>
Sun, 25 May 2014 19:46:32 +0000
(20:46 +0100)
src/memcached.c
patch
|
blob
|
history
diff --git
a/src/memcached.c
b/src/memcached.c
index
577c526
..
e2ccfee
100644
(file)
--- a/
src/memcached.c
+++ b/
src/memcached.c
@@
-439,7
+439,7
@@
static int memcached_read (user_data_t *user_data)
}
else if (FIELD_IS ("listen_disabled_num"))
{
- submit_derive ("memcached_connections", "listen_disabled
_num
", atof (fields[2]), st);
+ submit_derive ("memcached_connections", "listen_disabled", atof (fields[2]), st);
}
/*