metal-stack / go-hal

server hardware abstraction, tries to lower the burden of supporting different server vendors
GNU Affero General Public License v3.0
13 stars 3 forks source link

Add ipmi sel list command to get system event log #44

Open majst01 opened 2 years ago

majst01 commented 2 years ago

This is in preparation of creating a service to fetch all ipmi sel events from all machines.

This implementation simply returns the complete unparsed list of system events, i would like to give to responsibility to parse and filter to the caller.