[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Tue Aug 16 07:31:18 CEST 2016
    
    
  
 src/ceph.c   |   15 +++++++++++----
 src/python.c |   24 +++++++++++++++++++-----
 2 files changed, 30 insertions(+), 9 deletions(-)
New commits:
commit 3fc7651f7fbfab0ab05e0ea3007e179d2ea67e11
Merge: 475135b 122c728
Author: Florian Forster <octo at collectd.org>
Date:   Tue Aug 16 07:30:59 2016 +0200
    Merge branch 'collectd-5.6'
commit 122c7281c00e43a7a094915afea13f30e7d84b1c
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Mon Aug 15 21:47:34 2016 +0000
    python plugin: Don't shut down the Python interpreter as long as there might be callback methods around.
commit 17f5d59f876fa4bfa4da92dd640d70abfdcaedef
Merge: c9d0193 4983415
Author: Florian Forster <octo at collectd.org>
Date:   Tue Aug 16 07:19:31 2016 +0200
    Merge remote-tracking branch 'github/pr/1890' into collectd-5.6
commit c9d019339f9ecc99c698bf186e53d5b72b951c27
Author: Florian Forster <octo at collectd.org>
Date:   Tue Aug 16 07:09:45 2016 +0200
    ceph plugin: Assert that the strings on the stack are non-NULL.
    
    The static analyzer is whining about passing NULLs to strcmp().
commit f674a62840d14f4559a5bf828cf18e767ab77512
Author: Florian Forster <octo at collectd.org>
Date:   Tue Aug 16 06:57:24 2016 +0200
    ceph plugin: Guard against g_num_daemons being zero.
    
    clang scan-build flags this, because this variable is used to declare VLAs.
    
    
More information about the collectd-changes
mailing list