A Prometheus exporter to expose metrics specific to the Supermicro IPMI Utilities SMCIPMITool.
Why an exporter for SMCIPMITool?
Because FreeIPMI cannot access power supply information of a JBOD system provided by Supermicro.
go build
All metrics are prefixed with "smcipmi_".
General metrics about a collector e.g. for pminfo module.
Metrics have an additional prefix "collector_".
Metric | Labels | Description |
---|---|---|
error | name, target | Set if an error has occurred in a collector |
Metrics specific to the pminfo module.
Currently only a restricted set of metrics for the pminfo module are exposed.
Metrics have an additional prefix "pminfo_".
Metric | Labels | Description |
---|---|---|
power_consumption_watts | target, module | Current power consumption measured in watts |
power_supply_status | target, module | Power supply status (0=OK, 1=OFF, 2=Failure, 3=Faulty) |
Dashboards for Grafana are located in the Dashboards directory.