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

Florian Forster octo at verplant.org
Mon May 14 23:52:18 CEST 2018


 configure.ac      |   30 +++++++++++++++++++++---------
 src/snmp.c        |    8 ++++----
 src/write_sensu.c |    2 +-
 3 files changed, 26 insertions(+), 14 deletions(-)

New commits:
commit 8b7bd7926821720e76c3f6ecd130bfd77e7dbaf5
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon May 14 23:37:22 2018 +0200

    Fix syntax error introduced by previous
    
    ./configure: line 20320: syntax error near unexpected token `fi'
    ./configure: line 20320: `fi'
    make: *** [Makefile:4418: config.status] Error 2
    
    Oops, my bad.

commit f9aaf837d506abb28e607ff86da03cbdf00cb40d
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon May 14 23:23:36 2018 +0200

    Use sane CFLAGS while checking for strtok_r
    
    Instead of using the flags passed in via the environment.
    
    This makes `./configure CC=clang CFLAGS="-Weverything` work properly.

commit ec4062feac1b0b315a0394d7bb6efdf1875fffe7
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon May 14 22:54:34 2018 +0200

    Look for more variants of liblua
    
    So we pick up liblua automatically on OpenBSD.

commit 28bd919cbf46d9951596460b4074b99a2bfcc4a1
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon May 14 22:12:28 2018 +0200

    snmp plugin: add some missing error handling
    
    Fixes CID #179226

commit 19a72a3f6b64176aeeb6c64ccaa324872b1c2996
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon May 14 22:08:35 2018 +0200

    write_sensu plugin: use the right size for buffer
    
    I missed that r is a pointer, not an array.
    Fixes CID #185580




More information about the collectd-changes mailing list