Code

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 c8f5779389b3d361403db23bf7eed1f3fde26fde..42722021adca5f9fd0ce29c60f0d68040e41d38a 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))
   {