Difference between revisions of "Plugin:IPMI"
From collectd Wiki
m (Added DEFAULTSORT magic word.) |
(Sensor "name" hint) |
||
Line 10: | Line 10: | ||
}} | }} | ||
The '''IPMI plugin''' uses the [http://openipmi.sourceforge.net/ OpenIPMI library] to read hardware sensors from servers using the <em>Intelligent Platform Management Interface</em> (IPMI). IPMI is very common with server hardware but usually not available in consumer hardware. | The '''IPMI plugin''' uses the [http://openipmi.sourceforge.net/ OpenIPMI library] to read hardware sensors from servers using the <em>Intelligent Platform Management Interface</em> (IPMI). IPMI is very common with server hardware but usually not available in consumer hardware. | ||
+ | |||
+ | It might be reasonable to start with no specific configuration for sensors and look up the exact names after suitable sensor data has been logged since the strings needed aren't exactly <em>ipmitool sdr</em> names. | ||
== Synopsis == | == Synopsis == |
Revision as of 19:49, 24 February 2011
IPMI plugin | |
---|---|
Type: | read |
Callbacks: | config, init, read, shutdown |
Status: | supported |
First version: | 4.4 |
Copyright: | 2008–2009 Florian octo Forster 2008 Peter Holik 2009 Bruno Prémont |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
List of Plugins |
The IPMI plugin uses the OpenIPMI library to read hardware sensors from servers using the Intelligent Platform Management Interface (IPMI). IPMI is very common with server hardware but usually not available in consumer hardware.
It might be reasonable to start with no specific configuration for sensors and look up the exact names after suitable sensor data has been logged since the strings needed aren't exactly ipmitool sdr names.
Synopsis
<Plugin "ipmi"> Sensor "some_sensor" Sensor "another_one" IgnoreSelected false NotifySensorAdd false NotifySensorRemove true NotifySensorNotPresent false </Plugin>