The ceilometer.ipmi.platform.ipmi_sensor Module

IPMI sensor to collect various sensor data of compute node

class ceilometer.ipmi.platform.ipmi_sensor.IPMISensor[source]

Bases: object

The python implementation of IPMI sensor using ipmitool

The class implements the IPMI sensor to get various sensor data of compute node. It uses ipmitool to execute the IPMI command and parse the output into dict.

check_ipmi()[source]

IPMI capability checking

This function is used to detect if compute node is IPMI capable platform. Just run a simple IPMI command to get SDR info for check.

read_sensor_any(sensor_type='')[source]

Get the sensor data for type.

Previous topic

The ceilometer.ipmi.platform.intel_node_manager Module

Next topic

The ceilometer.ipmi.platform.ipmitool Module

Project Source

This Page