Skip to content

Conversation

@imidevops
Copy link

Exporter Name

HP iLO Exporter

Description

Prometheus exporter for monitoring HPE iLO (Integrated Lights-Out) hardware metrics.
It collects disk health, RAID status, power supply status, and temperature readings.
Includes example Prometheus scrape configuration and Grafana dashboards.

Repository

hp-ilo-exporter-prometheus

Sample Metrics Output

# HELP disk_health Physical Disk Health Status
# TYPE disk_health gauge
disk_health{ip="10.15.168.157",slot="Slot 1"} 2
disk_health{ip="10.15.168.157",slot="Slot 2"} 2

# HELP disk_temperature Disk Temperature
# TYPE disk_temperature gauge
disk_temperature{ip="10.15.168.157",slot="Slot 1"} 36
disk_temperature{ip="10.15.168.157",slot="Slot 2"} 37

# HELP raid_status RAID Status
# TYPE raid_status gauge
raid_status{ip="10.15.168.157"} 2

Signed-off-by: Muhammad Imran Ashraf <[email protected]>
Signed-off-by: Muhammad Imran Ashraf <[email protected]>
@jan--f jan--f added the kind/exporter-addition Adding exporters/integrations to lists label Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/exporter-addition Adding exporters/integrations to lists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants