A
A
Alexey2014-07-01 11:17:21
C++ / C#
Alexey, 2014-07-01 11:17:21

What are the libraries for working with IPMI?

Good day!
I'm writing a service for supermicro servers that monitors the load of the CPU, RAM, network adapters, etc. and saves the history in the database for subsequent retrospective analysis from another application working with this database. So, it is also necessary to monitor the sensors (temperature of the processor, motherboard, etc.). This data is available over IPMI, such as the web interface or the SuperMicro IPMI Viewer application.
Are there any ways to get sensor indicators via IPMI, other than web page parsing?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill, 2014-07-01
@Renzo

Unfortunately, I can't help with C++ libraries, but you can use the ipmitool console utility - it will definitely be more convenient than parsing HTML.
There is an implementation for windows - ipmiutil if I'm not mistaken.
In principle, with the help of this utility and a couple of sh scripts, you can solve your problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question