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

Florian Forster octo at verplant.org
Sun Jun 13 23:03:25 CEST 2010


 contrib/GenericJMX.conf        |   13 ++++++++--
 contrib/collectd2html.pl       |   49 ++++++++++++++++++++++++---------------
 src/bind.c                     |    6 ++++-
 src/libcollectdclient/client.c |    4 +-
 src/powerdns.c                 |   21 ++++++++++++++---
 src/processes.c                |    5 ++++
 src/snmp.c                     |   18 +++++++++++++-
 7 files changed, 85 insertions(+), 31 deletions(-)

New commits:
commit 2bdaa472d6955a8c93c6aa77f11748d4c611558e
Merge: 4faea334095e49d68825b0eb042a9a286d0e91e7 7d2c6544020d6864593bfcad284ca17faa337739
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jun 13 21:44:09 2010 +0200

    Merge branch 'collectd-4.9' into collectd-4.10

commit 7d2c6544020d6864593bfcad284ca17faa337739
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jun 13 15:50:48 2010 +0200

    bind plugin: Fix building with --enable-standards.

commit 93d32dedac1cea88e5a9bd335a6413e040ed3566
Merge: 502535807083ee487f2e1b3dad15051b4db7c754 e6e95d5b9dc44ebfa39984c984e75327ce71d0ea
Author: Florian Forster <octo at noris.net>
Date:   Wed Jun 9 10:38:55 2010 +0200

    Merge remote branch 'tokkee/sh/collectd-4.9' into collectd-4.9

commit 502535807083ee487f2e1b3dad15051b4db7c754
Author: Florian Forster <octo at noris.net>
Date:   Wed Jun 9 10:38:11 2010 +0200

    contrib/GenericJMX.conf: Use the "jmx_memory" type.

commit e6e95d5b9dc44ebfa39984c984e75327ce71d0ea
Author: Timur Kirilichev <dontstay at pochta.ru>
Date:   Fri May 7 06:31:26 2010 +0400

    collectd2html.pl: Further improvements to the XHTML support.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>

commit a7062b25330dc603ee4e9d25e5d2f84b3f20bfbd
Author: Max Henkel <henkel at gmx.at>
Date:   Thu Apr 8 12:06:29 2010 +0200

    collectd2html.pl: Produce XHTML output.
    
    … as requested in Debian bug #575029.
    
    Signed-off-by: Sebastian Harl <tokkee at debian.org>

commit 4de127039456bcd34de35fc83d53501466d2a648
Author: Yuri D'Elia <wavexx at thregr.org>
Date:   Fri Dec 18 12:33:31 2009 +0100

    collectd2html: Fixed recursive mode.
    
    Also, improved default settings to match the collectd4 series.
    
    Signed-off-by: Sebastian Harl <tokkee at debian.org>

commit 7a0db7f902f3224ff76c3a21d7b218575d72ba1b
Author: Luke Heberling <collectd at c-ware.com>
Date:   Sun Aug 30 12:41:13 2009 -0700

    powerdns plugin: Fixed communication when talking to pdns 2.9.22.
    
    powerdns version 2.9.22 (and above) require a newline at the end of
    commands sent to the server.
    
    Signed-off-by: Sebastian Harl <tokkee at debian.org>

commit df69fe8118215a80bb1f2e4b1a68c508abffb054
Author: Aurelien Reynaud <collectd at wattapower.net>
Date:   Wed May 12 11:55:05 2010 +0200

    snmp.c: compilation fixes for AIX
    
    The C and C++ standards allows the character type char to be signed or
    unsigned, depending on the platform and compiler. Most systems,
    including x86 GNU/Linux and Microsoft Windows, use signed char, but
    those based on PowerPC and ARM processors typically use unsigned char.
    
    This patch fixes a "comparison is always true" warning on AIX (powerpc)
    which leads the compilation to abort because of the -Werror flag.
    
    Being unsigned by default, a char is always >0.
    
    Signed-off-by: Aurelien Reynaud <collectd at wattapower.net>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 26a6b8ecff2bd8dd700805e39fec5bb2834ebcef
Author: Aurelien Reynaud <collectd at wattapower.net>
Date:   Wed May 12 11:55:04 2010 +0200

    processes.c: fix uninitialized variables warnings
    
    Signed-off-by: Aurelien Reynaud <collectd at wattapower.net>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 2a0b2294b8d0064890a2687d0ce25a8ed2f428f4
Author: Johan Van den Brande <johan at vandenbrande.com>
Date:   Wed May 19 12:23:23 2010 +0200

    Bugfix for libcollectdclient lcc_putval.
    
    Hello,
    
    I'm using collectd to monitor system and process parameters of our code under
    test running on a cluster. The test processes communicate to collectd via the
    unixsock plugin, but there was a small error in the client library which I had
    to fix first.
    
    The wire format of the putval command is missing a space behind the closing
    double quote of the identifier. As I said, it is a small fix, but nevertheless
    I attached the patch for client.c. The bug is present in 4.6 (that is the
    version I'm using in production), but I fixed it against 4.10.0.
    
    Cheers,
    Johan
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 854f18303f070d34a5373e970b7a81dd505bddfb
Author: Florian Forster <octo at noris.net>
Date:   Wed May 19 12:14:46 2010 +0200

    snmp plugin: csnmp_value_list_to_value: Include the OID in the log message.

commit 0e1bb73758ac56f435e1313e6d78c4e41d53a78d
Author: Florian Forster <octo at noris.net>
Date:   Wed May 19 11:47:45 2010 +0200

    snmp plugin: Don't print a warning if the ASN type is "ASN_NULL".
    
    Thanks to "Flyinvap" for pointing this out.




More information about the collectd-changes mailing list