summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5ccf4f)
raw | patch | inline | side by side (parent: a5ccf4f)
author | Florian Forster <octo@collectd.org> | |
Sun, 2 Sep 2012 10:42:21 +0000 (12:42 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sun, 2 Sep 2012 10:42:21 +0000 (12:42 +0200) |
src/memcached.c | patch | blob | history |
diff --git a/src/memcached.c b/src/memcached.c
index 832af3adee8af338931fb0f71fa9124da1a8ba9c..5cfcc915ff5dcdfad456e79a683be32f90ab2be0 100644 (file)
--- a/src/memcached.c
+++ b/src/memcached.c
(st->host != NULL) ? st->host : hostname_g,
(st->port != NULL) ? st->port : "default"),
- status = plugin_register_complex_read (/* group = */ NULL,
+ status = plugin_register_complex_read (/* group = */ "memcached",
/* name = */ callback_name,
/* callback = */ memcached_read,
/* interval = */ NULL,