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

Florian Forster octo at verplant.org
Thu Aug 9 20:22:05 CEST 2012


 configure.in    |    2 ++
 src/mysql.c     |    4 ++--
 src/utils_dns.c |    6 ++++++
 3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 4b3e4116a7c512b8e5ac660850a0a2cc6979fe3c
Author: Sebastian Harl <sh at teamix.net>
Date:   Thu Aug 2 12:16:38 2012 +0200

    configure, utils_dns: Check for and use netinet/ip_compat.h.
    
    This is required on Solaris in order to get the ip6_ext struct.

commit 3cc6836b0c1155ce81d50d3dcc295380346b1e1b
Author: Sebastian Harl <sh at teamix.net>
Date:   Wed Aug 1 09:16:34 2012 +0200

    mysql plugin: Use the database instance name for identifying read callbacks.
    
    The database instance is specified as argument to the <Database> block.
    Without this fix, we cannot specify two database blocks without the
    (optional!) 'Database' option as this would result in registering two read
    callbacks with the name 'mysql'.
    
    Thanks to Johan Bergström for reporting this on IRC!




More information about the collectd-changes mailing list