ipmi_exporter icon indicating copy to clipboard operation
ipmi_exporter copied to clipboard

None of the collectors are available?

Open cianiandreadev opened this issue 2 months ago • 1 comments

Hello,

I am trying to run the exporter in my proxmox cluster to collect the different machines power usage.

The output of uname -m is x86_64, therefore I downloaded the Linux AMD 64 version of the package.

I did execute the standard metrics and accessed by the web interface (for now, to see if the metrics are correct).

I see the following output:

ipmi_up{collector="bmc"} 0
ipmi_up{collector="chassis"} 0
ipmi_up{collector="dcmi"} 0
ipmi_up{collector="ipmi"} 0

This means that none of the collectors actually work or I should enable them?

I didn't get exactly from the documentation if I should enable them or they are disabled because they can't get info.

Can you please support me?

Thanks for your work and time 🙂

cianiandreadev avatar Nov 18 '25 21:11 cianiandreadev

It means those collectors are enabled but failed to retrieve any data. I recommend you look at the exporter logs, they should provide more details.

bitfehler avatar Nov 19 '25 20:11 bitfehler