[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.9'

Florian Forster octo at verplant.org
Wed Mar 24 16:58:40 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 57c08630c7b8dfc4c6b094f8bcb16450d0171a73
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 4d7f2ab1298668b9bdb135c127ad6e1102b94db3
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 524a581a56b206e659dde36738d9e9a58508139d
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