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

Florian Forster octo at verplant.org
Sun Feb 22 19:50:28 CET 2009


 ChangeLog                          |   21 ++++++
 bindings/perl/Collectd/Unixsock.pm |   16 +++++-
 contrib/cussh.pl                   |  123 +++++++++++++++++++++++++++++-------
 src/bind.c                         |   99 +++++++++++++++++++++-------
 src/ipmi.c                         |   51 ++++++++++-----
 src/types.db                       |    1 +
 version-gen.sh                     |    2 +-
 7 files changed, 248 insertions(+), 65 deletions(-)

New commits:
commit f413a3a8faa8e65cf79d45b2b518add78612e75c
Merge: bc6d4a212c4c495028a11e2fdd091f5a736b9804 59f7ea301bbcc9d392cd5866e637a7d5087989cd
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:49:33 2009 +0100

    Merge branch 'collectd-4.6'
    
    Conflicts:
    
    	src/bind.c

commit 59f7ea301bbcc9d392cd5866e637a7d5087989cd
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:43:53 2009 +0100

    Bumped version to 4.6.1; Updated ChangeLog.

commit 619f112a584fcd89d2e8df7781a0a01341188189
Merge: 6e2b4380c02a6edb039b73caf654455a758df9aa 5fa56b89181a51398f9bbb63c440e7630f12e56c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:31:49 2009 +0100

    Merge branch 'collectd-4.5' into collectd-4.6
    
    Conflicts:
    
    	ChangeLog
    	version-gen.sh
    
    The changes made in b6612126 and reverted in 5fa56b89 are retained in
    collectd-4.6.

commit 5fa56b89181a51398f9bbb63c440e7630f12e56c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:29:49 2009 +0100

    Revert "libiptc/Makefile.am: Added xtables.h, libxtc.h to libiptc_la_SOURCES."
    
    This reverts commit b6612126d862d182d9219e0512fa9ca833272b62.
    
    This commit should have gone in the master branch, not in the
    collectd-4.5 branch.

commit 31f88944c913f029264d8a5c82e484678d7a7621
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:22:01 2009 +0100

    Bumped version to 4.5.3; Updated ChangeLog.

commit 6e2b4380c02a6edb039b73caf654455a758df9aa
Author: Florian Forster <octo at noris.net>
Date:   Fri Feb 20 11:12:50 2009 +0100

    bind plugin: Fix a typo.

commit 937fc4f2d1721b29b1ad4321ac623bbc9699fd2f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 12:09:46 2009 +0100

    contrib/cussh.pl: Fixed and improved command parsing.
    
    The input line is now split into separate tokens which are either quoted or
    unquoted strings. This simplifies e.g. the parsing of identifiers as the whole
    token may be interpreted as just the id string. This allows for specifying a
    somewhat greedy regex which before led to the whole remainder of the input
    line ending up in the type or type instance.

commit 2b17fd929a6d6a3146cd57183f96a94c49dfc035
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 11:04:49 2009 +0100

    contrib/cussh.pl: Improved error reporting.

commit 761b500347e50484622683bff7b20dd0e58e2d96
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 11:03:01 2009 +0100

    Collectd::Unixsock: Improved error handling in putval().

commit 01d7cbf017b973a7f7f0d177d59f4090ce1b2a77
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Feb 19 13:45:45 2009 +0100

    ipmi plugin: Use a less error-prone approach to build the sensor name.

commit 8968a5cccc0729d7438df22260eee6ce5536cd0a
Author: Peter Holik <holik at it-technology.at>
Date:   Thu Feb 19 13:00:59 2009 +0100

    ipmi plugin: Fix an off-by-one error.
    
    Hi,
    
    One of my ipmi sensors has a name longer than DATA_MAX_NAME_LEN and this
    results in a SEGV.
    
    cu Peter

commit 3b87d3221e57d8f4d3a442bf1d82ea7ae2180047
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Feb 19 10:12:16 2009 +0100

    bind plugin: Fix a counter vs. gauge problem with memory statistics.
    
    Thanks to Bruno for the heads-up :)

commit 67fde1b848831de9da2f7a77ab60887ba2b252db
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Thu Feb 19 09:42:05 2009 +0100

    bind plugin: Fix various bugs.
    
    On Mon, 16 February 2009 Florian Forster wrote:
    > The new plugins are:
    >
    >   * BIND:      Name-server and zone statistics
    
    A few bugs are hidden there, attached is a patch that fixes most
    of those I've discovered untils now.
    
    - Url parameter never considered
    - missing type definition for dns_reject
    - MemoryStats is linked to the wrong variable
      (TODO: memory stats seem not to work, probably dispatch_counter()
       for gauge value ...)
    - SOAOutv6 should be translated to SOA-IPv6 instead of SOA-IPv4
      in order to be saved correctly and not cause timestamp collisions
    
    Bruno




More information about the collectd-changes mailing list