src/filter_chain.[ch]: Implement an advanced filtering framework.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 21 Nov 2008 21:09:53 +0000 (22:09 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 21 Nov 2008 21:09:53 +0000 (22:09 +0100)
commit55a46b483726014b91bc7e741d95a84a611b28c2
tree4da691368839f358af7cc33a37c650b7274a2221
parent9ac03988a7a3ad7fcae1e16cb97be422ed9d36a2
src/filter_chain.[ch]: Implement an advanced filtering framework.

The concept separates `filter' plugins into `match' and `target' plugins. Those
two parts can be combined in wild variation, allowing *very* flexible
mechanisms.

The concept is explained in more detail in the `FILTER CONFIGURATION' section
of collectd.conf(5), also added with this commit.
src/Makefile.am
src/collectd.conf.pod
src/filter_chain.c [new file with mode: 0644]
src/filter_chain.h [new file with mode: 0644]