galexrt / dellhw_exporter

Prometheus exporter for Dell Hardware components using Dell OMSA.
https://dellhw-exporter.galexrt.moe
Apache License 2.0
119 stars 41 forks source link

Support for firmware and bios versions (Feature request) #43

Closed sfudeus closed 4 years ago

sfudeus commented 4 years ago

omreport is capable of extracting the version for some firmware and BIOS - it would be really helpful to be able to extract them and expose them as metrics (as a label). This can help monitoring outdated firmwares or heterogenous cluster states.

I have half a PR in the making for this.

galexrt commented 4 years ago

@sfudeus That sounds great! Please let me know if you need any help with the code.

Out of curiosity, which omreport subcommand is reporting this information?

sfudeus commented 4 years ago

omreport chassis bios and omreport chassis firmware

sfudeus commented 4 years ago

omreport chassis info is another one for the drac version. Unfortunately, there are a bunch of more firmwares where I did not find the version (nic, backplane, raid, hdd, ...).

galexrt commented 4 years ago

Closed by #44.