mirror of
https://opendev.org/x/pyghmi
synced 2025-01-15 12:17:44 +00:00
Jarrod Johnson
0967ac6025
Implement event log retrieval from BMCs
BMCs retain historical event data in the SEL. Implement code to read through the SEL. It also passes the processed data to the OEM framework for further processing since OEMs may define a number of events. Note that it is not necessarily the OEM of the system that defines the OEM decode of the event. A timestamped OEM event may contain a different OEM id. This permits things like the system, the OS, agents, et all to use the SEL to store various things. Change-Id: Ibfb07146b1dfa0ce06df863e805b5a30f17d2f18
This is a pure python implementation of IPMI protocol. pyghmicons and pyghmiutil are example scripts to show how one may incorporate this library into python code
Description
Languages
Python
99.9%
Shell
0.1%