Difference between revisions of "Plugin:Aggregation"
From collectd Wiki
(Create initial page.) |
(Add link to example config page.) |
||
Line 13: | Line 13: | ||
== Synopsis == | == Synopsis == | ||
+ | |||
+ | {{See|[[Plugin:Aggregation/Config]]}} | ||
<Plugin "aggregation"> | <Plugin "aggregation"> |
Revision as of 13:28, 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.
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