Open
Description
Currently, the ipmi_exporter does not expose the BMC URL/IP address in the ipmi_bmc_info metric. This is because the bmc-info
command from FreeIPMI does not include the BMC network settings in its output, as discussed in PR #219.
As a result, it is not possible to monitor and identify the ILO IP address directly through Prometheus.
ipmi_bmc_info{bmc_url="N/A",firmware_revision="2.82",manufacturer_id="Hewlett-Packard (11)",system_firmware_version=""} 1
The output is empty when running the command sudo bmc-info | egrep "^BMC URL\s*:\s*(.*)"
.
Metadata
Metadata
Assignees
Labels
No labels