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

Florian Forster octo at verplant.org
Tue Aug 17 18:53:57 CEST 2010


 src/collectd-perl.pod |   10 ++++-
 src/collectd.conf.pod |   55 ++++++++++++++++++++++----
 src/configfile.c      |   13 ++++--
 src/curl_json.c       |  105 ++++++++++++++++++++++++-------------------------
 src/plugin.c          |    7 +++-
 src/utils_match.c     |    8 ++--
 src/utils_match.h     |    8 ++--
 7 files changed, 131 insertions(+), 75 deletions(-)

New commits:
commit c15dbfc3739f7c3bbd8171797eaef55749008bfa
Merge: 0fe0b565ea84fb2363411366905c7cfb492cd709 b76b0341b759e4e2dbb2abd46d60b8decdf2fd6d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Aug 17 18:53:29 2010 +0200

    Merge branch 'collectd-4.9' into collectd-4.10

commit b76b0341b759e4e2dbb2abd46d60b8decdf2fd6d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Aug 17 18:52:36 2010 +0200

    src/plugin.c: Improve an info message.
    
    Based on a patch by Sebastian, which didn't use the handy "FORMAT_VL"
    macro.

commit b1bd5d71df61b00507bfab19bcc7fd6562a2d88a
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Aug 17 08:07:35 2010 +0200

    collectd.conf(5): Document he "Derive*" and "AbsoluteSet" DSTypes of the tail plugin.

commit 459c30811590c42d0d47922199577f0b61f54962
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Aug 17 08:05:38 2010 +0200

    src/utils_match.c: Use strtoull(3) for counter and absolute data sources.

commit fd4a555fed0d88033e2e5bbe3c84f9847fd1ec22
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Aug 16 10:32:27 2010 +0200

    src/utils_match.h: Fix a bug preventing derive values from being handled correctly.
    
    Due to the bit-wise check, the value for derive (0x30) matches the check
    for gauge (0x10), too. This commit fixes the behavior by assigning other
    numeric values to the defines.

commit 3d96322c6330132dd67312b72cb62df10a7f09cf
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Aug 13 23:15:48 2010 +0200

    src/configfile.c: Continue parsing config files if stat'ing one file fails.

commit 74ba45134a428c971bc9274b17e8d8bd210156e3
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Aug 8 10:59:15 2010 +0200

    curl json: Fix checking the response code.

commit 66124ee0d4b7677b2243c6a722eaad621d694f46
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Aug 4 14:40:04 2010 +0200

    curl_json plugin: Use a more descriptive define as return value.

commit 5c3e14a2937c7b1b14e6377b1285a36815ca5111
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Jul 28 22:42:48 2010 +0200

    collectd-perl(5): Mention that "Globals" should be enabled.

commit 4944b8e57d6b08f0434382e64f9687e0fd1cc682
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Jul 28 22:42:23 2010 +0200

    collectd.conf(5): Documents LoadPlugin's "Globals" option.

commit b16fd65efea0f4073c967f9c93237585fcc7b88c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jul 13 13:58:34 2010 +0200

    curl_json plugin: Use the "number" callback of libyajl.
    
    The "integer" callback only works with "long"s, which are 32bit on
    x86 and other 32bit architectures. The "number" callback gets the raw
    string for us to parse ourselves – honoring the data source type in the
    process.
    
    The "integer" and "double" callbacks have been removed, since they are not
    used if the "number" callback is present.




More information about the collectd-changes mailing list