[collectd] disk aggregation does not work?

Nitzan Shaked nitzan.shaked at gmail.com
Wed May 28 18:52:26 CEST 2014


(collectd 5.4.0.git)

The following works for me for aggregating all cpu's on a specific host:

    <Aggregation>
        Plugin "cpu"
        Type "cpu"
        SetPlugin "cpu"
        SetPluginInstance "all-%{aggregation}"
        GroupBy "Host"
        GroupBy "TypeInstance"
        CalculateSum true
    </Aggregation>

and creates <host>/cpu-all-sum/cpu-{idle,user,wait,...}

However, the following does not work:

    <Aggregation>
        Plugin "disk"
        PluginInstance "/xvd./"
        Type "disk"
        SetPlugin "disk"
        SetPluginInstance "all-%{aggregation}"
        GroupBy "Host"
        GroupBy "TypeInstance"
        CalculateSum true
    </Aggregation>

... with the intention of aggregating all IOPS for xvda, xvdb, etc.

Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20140528/00e5d73d/attachment-0001.html>


More information about the collectd mailing list