Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DL360 Power & Drive metrics - Include support for iLO4 #34

Closed
ibrahimkk-moideen opened this issue Mar 6, 2024 · 0 comments · Fixed by #35
Closed

DL360 Power & Drive metrics - Include support for iLO4 #34

ibrahimkk-moideen opened this issue Mar 6, 2024 · 0 comments · Fixed by #35

Comments

@ibrahimkk-moideen
Copy link
Collaborator

Noticed in DL360 servers with iLO4 the Redfish API response has different naming for certain fields. As a result of which, unable to get Drive, Power Supply & Thermal metrics.

Power Supply metrics:
Unable to get all the PSUs
Unable to get MemberId

# HELP dl360_power_supply_output Power supply output in watts
# TYPE dl360_power_supply_output gauge
dl360_power_supply_output{memberId="",sparePartNumber="xxxxxxxxx"} 0
# HELP dl360_power_supply_status Current power supply status 1 = OK, 0 = BAD
# TYPE dl360_power_supply_status gauge
dl360_power_supply_status{memberId="",sparePartNumber="xxxxxxxxx"} 1
# HELP dl360_power_supply_total_capacity Total output capacity of all the power supplies
# TYPE dl360_power_supply_total_capacity gauge
dl360_power_supply_total_capacity{memberId=""} xxx
# HELP dl360_power_supply_total_consumed Total output of all power supplies in watts
# TYPE dl360_power_supply_total_consumed gauge
dl360_power_supply_total_consumed{memberId=""} xxx

Thermal Metrics:
Unable to get all fans
Unable to get fan name

# HELP dl360_thermal_fan_speed Current fan speed in the unit of percentage, possible values are 0 - 100
# TYPE dl360_thermal_fan_speed gauge
dl360_thermal_fan_speed{name=""} 0
# HELP dl360_thermal_fan_status Current fan status 1 = OK, 0 = BAD
# TYPE dl360_thermal_fan_status gauge
dl360_thermal_fan_status{name=""} 1

Drive Metrics:
Unable to get Physical drive metrics

@ibrahimkk-moideen ibrahimkk-moideen linked a pull request Mar 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant