kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
187 stars 75 forks source link

Missing DCIM #50

Open gedOHub opened 5 years ago

gedOHub commented 5 years ago

Hello,

I was writing script which would pooling power usage from servers over IPMI and noticed that there is no DCIM section implemented in this module.

hthiery commented 5 years ago

You're right ... there is currently no DCIM support present. You're welcome to do this implementation. It should not be a big thing to do the support of the DCIM commands. For basic command support there are ~10 commands that has to be added.

For full native support a RMCP+ interface and SOL are also missing.

hthiery commented 5 years ago

just added basic support for dcim ... try it out, add your requested features and give some feadback