From aefb1ea8faaf373428e1862b6de13b26a630da06 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 2 Jul 2012 11:55:49 -0400 Subject: [PATCH] aggregation plugin: Change the reported plugin name to "aggregation". From "aggregate". --- src/aggregation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.30.2