[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Sep 2 13:25:49 CEST 2012
src/collectd.conf.pod | 16 +
src/memcached.c | 1018 +++++++++++++++++++++++++++----------------------
2 files changed, 586 insertions(+), 448 deletions(-)
New commits:
commit c3309905dfb77b54e89cbfac5cdad5df0f64bedd
Author: Florian Forster <octo at collectd.org>
Date: Sun Sep 2 13:25:16 2012 +0200
memcached plugin: Fix backwards compatibility.
Register a default callback in the init() phase if no configuration is
provided for the plugin. This way doing just "LoadPlugin memcached" will
result in the old behavior i.e. localhost being queried.
commit a7afd4e00c2fe8f070a640a8dccdd3af673c8a2c
Author: Florian Forster <octo at collectd.org>
Date: Sun Sep 2 13:03:07 2012 +0200
memcached plugin: Fix the default behavior, i.e. use the documented host and port.
commit dd8742254f3aa8fe90d49136bfe1c50558010072
Author: Florian Forster <octo at collectd.org>
Date: Sun Sep 2 12:58:30 2012 +0200
collectd.conf(5): Document the memcached plugin.
The Instance blocks and Socket option were missing.
commit 6135cb566b0c4c023743265a025ce1c816243ee4
Author: Florian Forster <octo at collectd.org>
Date: Sun Sep 2 12:42:21 2012 +0200
memcached plugin: Specify read-group name when registering callbacks.
commit a5ccf4f6f8da40bae1947a2128a5d379c8f29dce
Author: Florian Forster <octo at collectd.org>
Date: Sun Sep 2 12:41:48 2012 +0200
memcached plugin: Rename config callback (add prefix).
commit 02cb3c3e95edec5631744814196a4639b7391417
Author: Florian Forster <octo at collectd.org>
Date: Sun Sep 2 12:41:22 2012 +0200
memcached plugin: Replace config_set_string() with cf_util_get_string().
commit d1684d5aebd5df7aa78d62dce77a4df47db5321a
Author: Nicolas Szalay <nicolas.szalay at fotolia.com>
Date: Tue Mar 13 09:37:57 2012 +0100
multiple memcached instances, v2
commit 18c762af3e710957834f580d0ee32ba591ed46f7
Author: Nicolas <nico at rottenbytes.info>
Date: Fri Dec 23 23:15:22 2011 +0100
memcached plugin : added support for multiple instances
More information about the collectd-changes
mailing list