Code

aggregation plugin: Implement the "GroupBy" option.
authorFlorian Forster <octo@collectd.org>
Sat, 10 Nov 2012 20:36:17 +0000 (21:36 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 10 Nov 2012 20:36:17 +0000 (21:36 +0100)
commitd8e1728e5198087a77ecae83fcd8d63f6d4aad54
tree3aa65b1c7179fce390e560c25e48b9e404761bb4
parentcc53b5c986c740c238eaa72b93fd4628d7aa723f
aggregation plugin: Implement the "GroupBy" option.

This new configuration format has two benefits:
1) It is easier to understand by users, because they don't have to know
   about two types of wildcards.
2) In the future matching of Host, Plugin, Type, ... may support regular
   expressions. In that case, this configuration syntax doesn't need to
   be adapted.
src/aggregation.c
src/collectd.conf.in
src/collectd.conf.pod