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

Florian Forster octo at verplant.org
Sun Feb 24 15:43:16 CET 2008


 README                 |    4 
 configure.in           |    1 
 src/Makefile.am        |   10 +
 src/collectd.conf.pod  |  106 ++++++++++++++
 src/tail.c             |  353 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/types_list.c       |    6 
 src/utils_logtail.c    |  252 ----------------------------------
 src/utils_logtail.h    |  126 -----------------
 src/utils_match.c      |   59 ++++++--
 src/utils_match.h      |   16 +-
 src/utils_tail_match.c |  262 ++++++++++++++++++++++++++++++++++++
 src/utils_tail_match.h |  126 +++++++++++++++++
 12 files changed, 922 insertions(+), 399 deletions(-)

New commits:
commit 8757d92e53f16bf360d1410b70d9511bd154cea3
Merge: df4196722445570bc39b25b422accd4e24aae9dc b6d1bf3e848145782f61e46996c9a4b488708166
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Feb 24 15:43:14 2008 +0100

    Merge branch 'ff/tail'

commit df4196722445570bc39b25b422accd4e24aae9dc
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Feb 24 15:43:07 2008 +0100

    src/types_list.c: Removed annoying debug messages.

commit b6d1bf3e848145782f61e46996c9a4b488708166
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Feb 24 15:41:33 2008 +0100

    src/utils_match.c: Added a debug message to print the received regex.
    
    Escapes in the configfile made it interesting what string actually arrives at
    the plugin.

commit c2551e9d9f9bd947bff79b0cf80e50fcee8f7fb4
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Feb 24 15:40:30 2008 +0100

    src/utils_tail_match.c: Submit NAN if type if gauge and no values were matched.

commit e6123095f0283dc3cca8cc152c721787d3f6efcc
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 24 15:23:32 2008 +0100

    tail plugin: Fix a typo in the name of the config keys.

commit 4aecad69a5640d208567d569636bfc2ddfed4b92
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 24 12:11:36 2008 +0100

    tail plugin: Add a plugin to tail and parse logfiles.

commit 41c75b9df38ae4d91438693564580eaf796578b0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 24 09:48:35 2008 +0100

    Renamed: src/utils_logtail.[ch] -> src/utils_tail_match.[ch]

commit 7b1cd2f1da2ba207599a6537e5cc6328f07a9d20
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 23 19:51:59 2008 +0100

    src/utils_match.[ch]: Improved the handling of gauge values.
    
    They can not use the consolidation functions `AVERAGE', `MIN', `MAX' and `LAST'
    just as you know them from RRDTool.




More information about the collectd-changes mailing list