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

Florian Forster octo at verplant.org
Sat Jan 24 11:04:37 CET 2009


 contrib/cussh.pl  |   25 +++++++++++++++++++++++++
 src/ascent.c      |    4 ++++
 src/tcpconns.c    |    3 ++-
 src/utils_cache.c |    2 ++
 4 files changed, 33 insertions(+), 1 deletions(-)

New commits:
commit 98062438c25226e2e4a28ab629de5dfa27a79913
Merge: e8d081bd185c8dae1233e55741406034b8ba3e2a d3fc6d0831a63af2e96300f488a9f8f5fc3183fb
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jan 24 11:04:31 2009 +0100

    Merge branch 'collectd-4.5'

commit d3fc6d0831a63af2e96300f488a9f8f5fc3183fb
Merge: a30f785e3411091fceb2f5c850beb5067c18396d 3f786367e7dfe91efbc602ba31fe39d5192117ea
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jan 24 11:04:22 2009 +0100

    Merge branch 'collectd-4.4' into collectd-4.5

commit 3f786367e7dfe91efbc602ba31fe39d5192117ea
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jan 24 11:00:30 2009 +0100

    tcpconns plugin: Fix an endianness problem under *BSD.
    
    The port numbers were assumed to be in the host's byte order, when in
    fact they are in network byte order (big endian). The patch adds `ntohs'
    where necessary to fix this problem.
    
    Resolves: #35

commit 8455c2452e0249631dbb12b9902cfdb2e61f11e7
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Jan 20 13:24:54 2009 +0100

    utils_cache: Free then unused memory before returning in an error condition.

commit 6f56b9872d1e8b4f6a632cd534a69525d94c9445
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Jan 20 13:20:00 2009 +0100

    utils_cache: Unlock the cache mutex before returning in an error condition.

commit 4ea2b254df41984c589b695b67e5063901408a0f
Author: Doug MacEachern <dougm at hyperic.com>
Date:   Tue Jan 20 10:27:10 2009 +0100

    contrib/cussh.pl: Add the PUTNOTIF command.
    
    I was using this to test notifications for jcollectd like so:
    echo "PUTNOTIF host=foo severity=warning message=my perl is rusty" |
    perl -Mblib=bindings/perl contrib/cussh.pl
    
    Signed-off-by: Doug MacEachern <dougm at hyperic.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 6ce771ab08db6f57d91836356bd3a1e1439b10e8
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Sat Jan 17 11:40:53 2009 +0100

    ascent plugin: Fix a memory leak.
    
    According to libxml2 API doc, the string returned by
       xmlNodeListGetString()
    must be freed by the user with
       xmlFree()
    
    The attached patch adds the missing calls to xmlFree() for the ascent plugin.




More information about the collectd-changes mailing list