projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9ab9f
)
aggregation plugin: Change the reported plugin name to "aggregation".
author
Florian Forster
<octo@collectd.org>
Mon, 2 Jul 2012 15:55:49 +0000
(11:55 -0400)
committer
Florian Forster
<octo@collectd.org>
Mon, 2 Jul 2012 15:55:49 +0000
(11:55 -0400)
From "aggregate".
src/aggregation.c
patch
|
blob
|
history
diff --git
a/src/aggregation.c
b/src/aggregation.c
index
c8f5779
..
4272202
100644
(file)
--- 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, "aggregat
e
", sizeof (vl.plugin));
+ sstrncpy (vl.plugin, "aggregat
ion
", sizeof (vl.plugin));
if (LU_IS_ALL (inst->ident.plugin))
{