Difference between revisions of "Plugin:Aggregation"
From collectd Wiki
(Add link to example config page.) |
(Add todo.) |
||
Line 11: | Line 11: | ||
The '''Aggregate plugin''' allows to aggregate multiple values into a single value using one or several consolidation functions, e.g. summation and average. | The '''Aggregate plugin''' allows to aggregate multiple values into a single value using one or several consolidation functions, e.g. summation and average. | ||
+ | |||
+ | '''TODO''': Discuss naming schema. | ||
== Synopsis == | == Synopsis == |
Revision as of 13:29, 8 July 2012
Aggregate plugin | |
---|---|
Type: | read / write |
Callbacks: | config, read, write |
Status: | in development |
First version: | 5.2 |
Copyright: | 2012 Florian octo Forster |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
The Aggregate plugin allows to aggregate multiple values into a single value using one or several consolidation functions, e.g. summation and average.
TODO: Discuss naming schema.
Synopsis
- → See: Plugin:Aggregation/Config
<Plugin "aggregation"> <Aggregation> Host "/any/" Plugin "example" PluginInstance "/all/" Type "gauge" TypeInstance "/any/" CalculateNum false CalculateSum false CalculateAverage true CalculateMinimum false CalculateMaximum false CalculateStddev false </Aggregation> </Plugin>
Dependencies
- None