Introduces ExcludeRegexp to the tail plugin
authorPeter Warasin <peter@endian.com>
Tue, 23 Mar 2010 20:55:54 +0000 (21:55 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 24 Mar 2010 15:39:42 +0000 (16:39 +0100)
commit524a581a56b206e659dde36738d9e9a58508139d
tree02e9b0b03bfc0c82256400c4f78ad389366577fd
parent4a73aa73423034fecb4c8d2e82e183427914ed74
Introduces ExcludeRegexp to the tail plugin

Hi Florian

Florian Forster wrote:
> On Fri, Mar 19, 2010 at 06:13:14PM +0100, Peter Warasin wrote:
>> I'm searching for something like "ExcludeRegExp".
>
> no, something like that doesn't exist yet. I like the idea though, so
> I've added it to the [[Roadmap]] wiki page.

Attached is a patch which implements this.
The patch is against 4.9.1

Please tell me if you want me to rebase it to current svn

kind regards,
peter

--
:: e n d i a n
:: open source - open minds

:: peter warasin
:: http://www.endian.com   :: peter@endian.com

Adds ExcludeRegex to the tail-match plugin

With this keyword it is possible to exclude a line from a match.

Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.in
src/collectd.conf.pod
src/curl.c
src/memcachec.c
src/tail.c
src/utils_match.c
src/utils_match.h
src/utils_tail_match.c
src/utils_tail_match.h