<div dir="ltr"><div><div>(collectd 5.4.0.git)</div></div><div><br></div>The following works for me for aggregating all cpu's on a specific host:<div><br></div><div><div>  Â  <Aggregation></div><div>  Â  Â  Â  Plugin "cpu"</div>
<div>  Â  Â  Â  Type "cpu"</div><div>  Â  Â  Â  SetPlugin "cpu"</div><div>  Â  Â  Â  SetPluginInstance "all-%{aggregation}"</div><div>  Â  Â  Â  GroupBy "Host"</div><div>  Â  Â  Â  GroupBy "TypeInstance"</div>
<div>  Â  Â  Â  CalculateSum true</div><div>  Â  </Aggregation></div></div><div><br></div><div>and creates <host>/cpu-all-sum/cpu-{idle,user,wait,...}</div><div><br></div><div>However, the following does not work:</div>
<div><br></div><div><div>  Â  <Aggregation></div><div>  Â  Â  Â  Plugin "disk"</div><div>  Â  Â  Â  PluginInstance "/xvd./"</div><div>  Â  Â  Â  Type "disk"</div><div>  Â  Â  Â  SetPlugin "disk"</div>
<div>  Â  Â  Â  SetPluginInstance "all-%{aggregation}"</div><div>  Â  Â  Â  GroupBy "Host"</div><div>  Â  Â  Â  GroupBy "TypeInstance"</div><div>  Â  Â  Â  CalculateSum true</div><div>  Â  </Aggregation></div>
</div><div><br></div><div>... with the intention of aggregating all IOPS for xvda, xvdb, etc.</div><div><br></div><div>Any ideas?</div></div>