A Prometheus connector for HPE ILO interface that will expose the power consumption and temperature metrics of the monitored systems.
The ILO Redfish API (https://developer.hpe.com/platform/ilo-restful-api/home/) provides access to HPE ILO 4 and ILO 5 interfaces to manage the complete lifecylce of HPE Gen9 and Gen10 server. A complete API reference documentation is available at https://hewlettpackard.github.io/ilo-rest-api-docs/ilo5/.
The ILO Redfish connector is a Python script that utilizes the HPE ILO Redfish Python library (https://github.com/HewlettPackard/python-ilorest-library) and the Prometheus Python Client (https://github.com/prometheus/client_python).