[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-5.7'
    Florian Forster 
    octo at verplant.org
       
    Fri Dec  1 23:52:17 CET 2017
    
    
  
 src/exec.c    |   13 ++++++++++---
 src/perl.c    |   24 +++++++++++++++++-------
 src/rrdtool.c |    9 ++++-----
 3 files changed, 31 insertions(+), 15 deletions(-)
New commits:
commit 1e021c689d6f316ec208443060a36b9638a0840a
Author: Florian Forster <octo at collectd.org>
Date:   Fri Dec 1 21:05:00 2017 +0100
    exec plugin: Check return value of plugin_thread_create().
    
    CID: 37942, 37943
commit 06c1d153c58a1510674c20d886baa148ab08b3bc
Author: Florian Forster <octo at collectd.org>
Date:   Fri Dec 1 20:45:04 2017 +0100
    rrdtool plugin: Check return value of c_avl_get().
    
    CID: 37940
commit eeca9dc658dfa9ed3c8bfea609fa0a82f9326874
Merge: 5b67fad f471d5b
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Fri Dec 1 16:14:57 2017 +0100
    Auto-Merge pull request #2589 from octo/cid/37960
    
    Automatically merged due to "Automerge" label
commit f471d5be871f315913311fccc28726ea469bdd1d
Author: Florian Forster <octo at collectd.org>
Date:   Fri Dec 1 14:59:55 2017 +0100
    contrib/format.sh src/perl.c
commit 4f5ef4dfc490709a0bf8775458cc2eef35cc75fb
Author: Florian Forster <octo at collectd.org>
Date:   Fri Dec 1 14:30:23 2017 +0100
    perl plugin: Fix exporting notification meta data.
    
    Previously, the while loop ensured that meta was NULL, causing the for
    loop to never been executed. This introduces a new temporary variable to
    avoid changing meta before the for loop.
    
    CID: 37960
    
    
More information about the collectd-changes
mailing list