lovoo / ipmi_exporter

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

Do not export raw metrics if reading failed #28

Closed bitfehler closed 7 years ago

bitfehler commented 7 years ago

Most of the metrics are never exported if they cannot be read. This extends this behaviour to the raw sensor values. This is useful for situation where ipmitool fails, e.g. on most virtual machines. For example the raw values would indicate a power supply failure, when really this is not the case.