From: Florian Forster Date: Mon, 2 Jul 2012 15:55:49 +0000 (-0400) Subject: aggregation plugin: Change the reported plugin name to "aggregation". X-Git-Tag: collectd-5.2.0~24^2~5 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=aefb1ea8faaf373428e1862b6de13b26a630da06;p=collectd.git aggregation plugin: Change the reported plugin name to "aggregation". From "aggregate". --- diff --git a/src/aggregation.c b/src/aggregation.c index c8f57793..42722021 100644 --- a/src/aggregation.c +++ b/src/aggregation.c @@ -282,7 +282,7 @@ static int agg_instance_read (agg_instance_t *inst, cdtime_t t) /* {{{ */ else sstrncpy (vl.host, inst->ident.host, sizeof (vl.host)); - sstrncpy (vl.plugin, "aggregate", sizeof (vl.plugin)); + sstrncpy (vl.plugin, "aggregation", sizeof (vl.plugin)); if (LU_IS_ALL (inst->ident.plugin)) {