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

Florian Forster octo at verplant.org
Sun Sep 14 16:26:42 CEST 2008


 configure.in          |   10 ++
 src/Makefile.am       |   12 ++-
 src/collectd.conf.in  |    8 +
 src/collectd.conf.pod |   50 ++++++
 src/rrdcached.c       |  415 +++++++++++++++++++++++++++++++++++++++++++++++
 src/rrdtool.c         |  431 ++++++-------------------------------------------
 src/types.db          |    2 +
 src/utils_rrdcreate.c |  396 +++++++++++++++++++++++++++++++++++++++++++++
 src/utils_rrdcreate.h |   46 ++++++
 9 files changed, 986 insertions(+), 384 deletions(-)

New commits:
commit 95caed18a5fda05d81fcadb35de23866bef58c19
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 14 16:25:37 2008 +0200

    rrdcached plugin: Add the four new statistics that were added to RRDCacheD.

commit 4765d9e4ae24157cc8772a30fea949b33f5a3e94
Merge: 2f95b0626881d8ed2a2c0675a1a4767db486ef03 a791a086aaa1d90e6f6b70d34cb106ab38ae2859
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 14 16:25:08 2008 +0200

    Merge branch 'master' into ff/rrdcached
    
    Conflicts:
    
    	src/rrdtool.c

commit 2f95b0626881d8ed2a2c0675a1a4767db486ef03
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jul 24 14:10:41 2008 +0200

    rrdcached plugin: Add the `CollectStatistics' option.
    
    If set to `true', the plugin will register a `read' callback and query
    statistics from rrdcached.

commit b108e8e032a48a8c0d1f02f01a6141fece6262ec
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jul 24 14:05:21 2008 +0200

    rrdcached plugin: Separate values by colon, not comma.
    
    What was I thinking?

commit 44bbeb530032e290e404e47ed68758ba4f7657d8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jul 24 11:54:06 2008 +0200

    collectd.conf(5): Documented the `rrdcached' plugin.

commit 910dbd9eab98f46f6329284e2bb1c397be45efaa
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jul 24 11:53:36 2008 +0200

    rrdcached plugin: Add the `CreateFiles' configuration option.
    
    If set to `true' (the default) RRD files will be created if they don't
    exist.

commit 1b2b58c338a39a7c2e01bfd3273a381ed376284d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jul 24 11:10:52 2008 +0200

    rrdtool plugin: Moved the RRD file creation logic in a separate file.
    
    `cu_rrd_create_file' in src/utils_rrdcreate.[ch] will be used by the
    `rrdcached' plugin eventually, so that the code doesn't need to be
    duplicated.

commit a474c43f09a9c66b45bf11c452444503c343ddbb
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jul 3 22:59:56 2008 +0200

    src/collectd.conf.in: Added the rrdcached plugin.

commit 979097128af0f9ee8be2b553c92b66e2934a359b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jul 3 22:59:33 2008 +0200

    rrdcached plugin: Use ".rrd" as suffix, not the current date.

commit 667bcda97fe33aaf08e597b76c32c6dfba6ce76d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Jul 3 22:52:44 2008 +0200

    rrdcached plugin: Added a new plugin for the yet unreleased `rrdcached'.




More information about the collectd-changes mailing list