[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Mar 24 17:00:27 CET 2010
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 8 ++++++++
src/curl.c | 6 +++++-
src/memcachec.c | 6 +++++-
src/tail.c | 10 ++++++++--
src/utils_match.c | 36 ++++++++++++++++++++++++++++++++----
src/utils_match.h | 7 +++++--
src/utils_tail_match.c | 4 ++--
src/utils_tail_match.h | 3 ++-
9 files changed, 68 insertions(+), 13 deletions(-)
New commits:
commit 43f0e999f0816b6de916208f5b23297b68e7f397
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Mar 24 16:58:36 2010 +0100
memcachec plugin: Add the "ExcludeRegex" config option.
commit 28113e6cf439ec1a808a016ed6227ce6f327fe16
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Mar 24 16:58:21 2010 +0100
curl plugin: Add the "ExcludeRegex" config option.
commit 0b66874cd75b00f8daf8a18a10712dff8be68da9
Author: Peter Warasin <peter at endian.com>
Date: Tue Mar 23 21:55:54 2010 +0100
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 at 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 at huhu.verplant.org>
More information about the collectd-changes
mailing list