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

Florian Forster octo at verplant.org
Fri Oct 6 13:17:41 CEST 2017


 src/collectd.conf.in  |    2 +
 src/collectd.conf.pod |   13 ++
 src/ipmi.c            |  346 ++++++++++++++++++++++++++++++++++++++++---------
 3 files changed, 300 insertions(+), 61 deletions(-)

New commits:
commit 1581f3b307554cbf8b5784729754c5d73a1192a5
Merge: 5dbb747 d34eaa5
Author: Florian Forster <octo at collectd.org>
Date:   Fri Oct 6 13:14:01 2017 +0200

    Merge remote-tracking branch 'github/pr/2091'

commit d34eaa5533e6e78870d3ac52857152ea35cbd01e
Author: Mytnyk, Volodymyr <volodymyrx.mytnyk at intel.com>
Date:   Thu Oct 5 16:12:42 2017 +0100

    ipmi: Run code through clang-format
    
    Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk at intel.com>

commit f0e0155abf9b52a4dd0b9ce0e07d7bd8b9b4869c
Author: Mytnyk, Volodymyr <volodymyrx.mytnyk at intel.com>
Date:   Thu Oct 5 14:44:14 2017 +0100

    ipmi: Addressed review comments
    
    Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk at intel.com>

commit fde556e89af029e434aa1c9594da980c4735eca2
Author: Korynkevych, RomanX <romanx.korynkevych at intel.com>
Date:   Tue Jan 17 15:22:28 2017 +0000

    ipmi: force domain to reread SELs when event is received on SMI.
    
    System management interface (SMI) is listening for events from BMC
    and processes them to user without delays. When SMI receives an event
    force domain to reread SELs. It will cause event handlers for discrete
    and threshold sensors to be called.
    
    Change-Id: I006d203df1e1fc69d641d1656935b06a38ee1345
    Signed-off-by: Korynkevych, RomanX <romanx.korynkevych at intel.com>

commit b0549e4c413761f40876d9908d34979368febed2
Author: Korynkevych, RomanX <romanx.korynkevych at intel.com>
Date:   Wed Dec 28 15:08:42 2016 +0000

    ipmi: added SELClearEvent parameter.
    
    Make deletion of event from SEL list configurable to avoid other tools
    that may be subscribed for SEL events to receive an empty event.
    
    Change-Id: Ibd578c8652d9d6df8ee28825f20df356ef46b840
    Signed-off-by: Korynkevych, RomanX <romanx.korynkevych at intel.com>

commit e38e9344f18a1073c089eb54680a2621c344efb9
Author: Korynkevych, RomanX <romanx.korynkevych at intel.com>
Date:   Thu Dec 15 12:06:16 2016 +0000

    ipmi: added SELEnabled parameter to collectd.conf.in file.
    
    Change-Id: I3b2780843cb80bc1c4b2ef72bcbe99eb4cfcf35a
    Signed-off-by: Korynkevych, RomanX <romanx.korynkevych at intel.com>

commit b568564bc232f0629aa81073d9c7c684fb934893
Author: Korynkevych, RomanX <romanx.korynkevych at intel.com>
Date:   Thu Dec 1 16:44:08 2016 +0000

    ipmi: add support for system event log (SEL).
    
    Listen for ipmi sensor threshold and discrete events. Send
    notification in case event is received. Fixed typos.
    
    Change-Id: I7613c4656bfec25dbe779b94730ae9e196c3aa9a
    Signed-off-by: Korynkevych, RomanX <romanx.korynkevych at intel.com>




More information about the collectd-changes mailing list