author | Florian Forster <octo@huhu.verplant.org> | |
Fri, 21 Nov 2008 21:09:53 +0000 (22:09 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 21 Nov 2008 21:09:53 +0000 (22:09 +0100) | ||
commit | 55a46b483726014b91bc7e741d95a84a611b28c2 | |
tree | 4da691368839f358af7cc33a37c650b7274a2221 | tree | snapshot |
parent | 9ac03988a7a3ad7fcae1e16cb97be422ed9d36a2 | commit | diff |
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.
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 | diff | blob | history | |
src/collectd.conf.pod | diff | blob | history | |
src/filter_chain.c | [new file with mode: 0644] | blob |
src/filter_chain.h | [new file with mode: 0644] | blob |