lovoo / ipmi_exporter

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

support dcmi #18

Open engel75 opened 7 years ago

engel75 commented 7 years ago

We are able to get power cnsumption values from our systems via

ipmitool dcmi power reading


    Instantaneous power reading:                   215 Watts
    Minimum during sampling period:                162 Watts
    Maximum during sampling period:                276 Watts
    Average power reading over sample period:      176 Watts
    IPMI timestamp:                           Wed Feb 15 12:49:51 2017
    Sampling period:                          01131466 Seconds.
    Power reading state is:                   activated

would be great to add those to the ipmi_exporter.

SqiSch commented 7 years ago

Hello engel75,

feel free to create a pull request for that. I´m currently not able to do that due to lack of time.

Best Marcel.