src/utils_vl_lookup.[ch]: Support selecting values by regex.
authorFlorian Forster <octo@collectd.org>
Mon, 19 Nov 2012 21:37:18 +0000 (22:37 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 19 Nov 2012 21:37:18 +0000 (22:37 +0100)
commit16202999622d778521903ca2feef7d55c5b1b5b3
treee1da1a8b4c752107677d8b32b582d4d4cb0b439a
parent4453152a3146e83503185640db562f3dba45a39a
src/utils_vl_lookup.[ch]: Support selecting values by regex.

The name generated by the Aggregation plugin currently includes the
regular expression, which is suboptimal. We need to come up with something
clever there I guess.
src/aggregation.c
src/collectd.conf.pod
src/utils_vl_lookup.c
src/utils_vl_lookup.h
src/utils_vl_lookup_test.c