lovoo / ipmi_exporter

IPMI Exporter for prometheus.io, written in Go.
BSD 3-Clause "New" or "Revised" License
80 stars 32 forks source link

Supermicro X8 raw PSU stats added #20

Closed teran closed 7 years ago

teran commented 7 years ago

In X8 MB's there're some metrics not present in sensors view, so added them as a raw commands.

PS. It's highly recommended to test that code against Supermicro MB's other than X8 before merging.

teran commented 7 years ago

Update: tested on HP server: works fine with output as 0 Please let me know if you think that's acceptable result or it's better to hide it from output.

SqiSch commented 7 years ago

@teran Can you please merge the newest master to your branch to resolve the conflicts. Thx for your PR.

teran commented 7 years ago

@SqiSch done.

teran commented 7 years ago

Update: cleaned up the staff about merge-commit, so now it's clean and linear against your HEAD

SqiSch commented 7 years ago

Thank you.