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

Florian Forster octo at verplant.org
Thu Feb 19 10:12:54 CET 2009


 src/bind.c   |   97 +++++++++++++++++++++++++++++++++++++++++++--------------
 src/types.db |    1 +
 2 files changed, 74 insertions(+), 24 deletions(-)

New commits:
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