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

Florian Forster octo at verplant.org
Sat Mar 26 17:00:50 CET 2011


 ChangeLog      |   34 ++++++++++++++++++++++++++++++++++
 src/libvirt.c  |   18 ++++++++++++++----
 src/plugin.c   |    2 +-
 src/plugin.h   |    2 +-
 version-gen.sh |    2 +-
 5 files changed, 51 insertions(+), 7 deletions(-)

New commits:
commit 7297b3b6ea2149ec4a384b90d14166f228db4de3
Author: Florian Forster <octo at collectd.org>
Date:   Sat Mar 26 09:00:17 2011 -0700

    Bump version to 4.10.3; Update ChangeLog.

commit 9aedf9ea09cc1c0d7d8293894d03e0fcbaa7bada
Merge: e04cfcb cd7b67a
Author: Florian Forster <octo at collectd.org>
Date:   Sat Mar 26 08:53:22 2011 -0700

    Merge branch 'collectd-4.9' into collectd-4.10
    
    Conflicts:
    	ChangeLog
    	version-gen.sh

commit cd7b67afdac0ddaf09957208148245d1e5f3245e
Author: Florian Forster <octo at collectd.org>
Date:   Fri Mar 25 08:39:17 2011 -0700

    Bump version to 4.9.5; Update ChangeLog.

commit 15a21f242308218de9f171123ab7023dd20a1df6
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Mar 19 15:43:41 2011 +0100

    libvirt plugin: Correctly check the status code of virDomainGetVcpus().
    
    The status code is less than zero on failure and the number of vCPUs
    otherwise. Thanks to "JLPC" for pointing this problem out.

commit f9451f7f6e794e7f42ef8f4b1c5551537b848272
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date:   Fri Mar 18 08:24:40 2011 +0100

    Fix compilation error with plugin_register_shutdown
    
    Compiling collectd-4.10.2 on an OpenSuSE 11.3 system causes the
    following error:
      snmp.c: In function ‘module_register’:
      snmp.c:1620:3: error: passing argument 1 of ‘plugin_register_shutdown’ discards qualifiers from pointer target type
      plugin.h:275:5: note: expected ‘char *’ but argument is of type ‘const char *’
    
    Convert plugin_register_shutdown's name argument from 'char *' to
    'const char *' in order to match the other plugin_register_*
    functions.
    
    Signed-off-by: Bruno Prémont <bonbons at linux-vserver.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list