Module: check_mk
Branch: master
Commit: a4dafd898231d9d762e0fa0f6399742084468570
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a4dafd898231d9…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Wed Nov 30 15:52:39 2016 +0100
4108 ipmi_sensors: new options available
The special agent ipmi_sensors has now further options:
<ul>
<li>Specify IPMI driver.</li>
<li>Do not output information about cache creation/deletion.</li>
<li>Automatically recreate the sensor data repository (SDR) cache.</li>
<li>Attempt to interpret OEM data.</li>
<li>Output sensor state in output.</li>
<li>Ignore not-available (i.e. N/A) sensors in output.</li>
<li>Specify the driver type to use instead of doing an auto selection.</li>
<li>Output sensor thresholds in output.</li>
<li>Specify the K_g BMC key to use when authenticating with the remote host for IPMI
2.0.</li>
</ul>
---
.werks/4108 | 20 +++
ChangeLog | 1 +
agents/special/agent_ipmi_sensors | 207 +++++++++++++++++++-------------
checks/agent_ipmi_sensors | 30 ++++-
checks/ipmi_sensors | 45 +++++--
web/plugins/wato/datasource_programs.py | 27 ++++-
6 files changed, 226 insertions(+), 104 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=a4dafd8982…