Plugin:IPMI

From collectd Wiki
Revision as of 19:49, 24 February 2011 by 89.252.62.139 (talk) (Sensor "name" hint)

Jump to: navigation, search
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>

Example graphs

IPMI.png

Dependencies