aggregation plugin: Change the reported plugin name to "aggregation".
authorFlorian Forster <octo@collectd.org>
Mon, 2 Jul 2012 15:55:49 +0000 (11:55 -0400)
committerFlorian Forster <octo@collectd.org>
Mon, 2 Jul 2012 15:55:49 +0000 (11:55 -0400)
From "aggregate".

src/aggregation.c

index c8f5779..4272202 100644 (file)
@@ -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))
   {