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

Florian Forster octo at verplant.org
Wed May 30 15:52:22 CEST 2018


 src/ceph.c            |    2 ++
 src/collectd.conf.in  |    6 ++++
 src/collectd.conf.pod |   15 ++++++++
 src/ipmi.c            |   91 +++++++++++++++++++++++++++++++++----------------
 src/utils_ovs.c       |    4 +++
 5 files changed, 89 insertions(+), 29 deletions(-)

New commits:
commit 01cf776f74c6364f0dc3ad07efb0850bc22a03ea
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 30 15:08:15 2018 +0200

    ceph plugin: fix scan-build warnings
    
    src/ceph.c:284:8: warning: Null pointer argument in call to string comparison function
      (strcmp("filestore", state->stack[state->depth - 2]) == 0) &&
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /usr/include/x86_64-linux-gnu/bits/string2.h:817:8: note: expanded from macro 'strcmp'
    	: __builtin_strcmp (s1, s2)))); })
    	  ^~~~~~~~~~~~~~~~~~~~~~~~~
    src/ceph.c:285:8: warning: Null pointer argument in call to string comparison function
      (strcmp("journal_wr_bytes", state->stack[state->depth - 1]) == 0) &&
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /usr/include/x86_64-linux-gnu/bits/string2.h:817:8: note: expanded from macro 'strcmp'
    	: __builtin_strcmp (s1, s2)))); })
    	  ^~~~~~~~~~~~~~~~~~~~~~~~~
    2 warnings generated.

commit 979b210145a48a04db82fe3d3daa3c67c51df28f
Merge: 6e95561 17d6c94
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date:   Wed May 30 19:59:32 2018 +0700

    Merge pull request #2796 from elfiesmelfie/feat_ipmi_SEL_ignore_list
    
    ipmi plugin: Add SELSensor and SELIgnoreSelected config options.

commit 6e95561b485baf97a5657a6dde6165e5cfdd7ffd
Merge: 9857bf5 190de62
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 30 12:40:32 2018 +0200

    Merge pull request #2801 from elfiesmelfie/fix_ovs_clang
    
    utils_ovs: Avoid potential access of freed memory

commit 190de6276c305b7d6b83d7911a44b4057e2ebd8d
Author: Ciara Loftus <ciara.loftus at intel.com>
Date:   Tue May 29 14:46:31 2018 +0100

    utils_ovs: Avoid potential access of freed memory
    
    Fixes #2800
    Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>

commit 17d6c94582deb03a6753821e2bb3d1c75e1d53dd
Author: Mariusz Szafranski <mariuszx.szafranski at intel.com>
Date:   Thu May 17 13:19:37 2018 +0100

    ipmi plugin: Add SELSensor and SELIgnoreSelected config options.
    
    Functionality is similar to existing options 'Sensor' and 'IgnoreSelected',
    which are used now for filtering metrics. New options will allow independent
    filtering of SEL events.
    
    Change-Id: I0fde54a25577e61a4c90a4ff52f62117540a4343
    Signed-off-by: Mariusz Szafranski <mariuszx.szafranski at intel.com>




More information about the collectd-changes mailing list