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

Florian Forster octo at verplant.org
Sat Feb 23 19:29:13 CET 2008


 src/Makefile.am     |    2 
 src/utils_logtail.c |  252 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/utils_logtail.h |  126 ++++++++++++++++++++++++++
 src/utils_match.c   |  207 ++++++++++++++++++++++++++++++++++++++++++
 src/utils_match.h   |  133 +++++++++++++++++++++++++++
 src/utils_tail.c    |   31 +++++-
 src/utils_tail.h    |    4 
 7 files changed, 749 insertions(+), 6 deletions(-)

New commits:
commit 8f2cabfa3fa192a664c47029a321ae87963815ed
Merge: 16d71c37aac266ae89f12bcdbce6111f5e9d0673 041745087dbd596265946cd8798368735561f199
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 19:27:12 2008 +0100

    Merge branch 'ff/tail'

commit 041745087dbd596265946cd8798368735561f199
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 19:26:28 2008 +0100

    src/utils_match.c: Actually set `ds_type' in the object.
    
    Also use the sub-match, not the overall match.

commit 334b90ccd85729f3f901421799e9bf9ab00b2105
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 19:25:27 2008 +0100

    src/utils_logtail.c: Added another error message.

commit 55025a66c307823ea3787032c5774afe616d4511
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 19:25:03 2008 +0100

    src/utils_tail.c: Added more error messages.

commit 8e2f27a795a6732a4bc72594b440159b1e7bab47
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 17:30:34 2008 +0100

    src/utils_logtail.h: Completed the documentation.

commit 8004a97d0179978056a164dfac4355d0836227d0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 17:08:57 2008 +0100

    src/utils_logtail.[ch]: Implement a module that parses logfiles using the `utils_tail' and `utils_match' modules.

commit 126b9bebac9a1ea06d3d3308ace2705f01e57769
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 15:44:27 2008 +0100

    src/utils_match.[ch]: Add a module to automate regular expression matching on a string.

commit b274326543b4d3605962a9dd09439a5bf03ae3d9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 13:16:44 2008 +0100

    src/utils_logtail.c: Code cleanups.
    
    Replaced the `DESTROY_INSTANCE' macro with the `destroy_instance' function.
    Made the `logtail_read' easier to read.

commit 0b3f5bda614cbb0795fdb92d6473251004afc86d
Author: Luke Heberling <collectd at c-ware.com>
Date:   Sat Feb 23 12:37:48 2008 +0100

    src/utils_logtail.[ch]: Add a module to provide facilities for logfile tailing.




More information about the collectd-changes mailing list