prometheus-community / ipmi_exporter

Remote IPMI exporter for Prometheus
MIT License
457 stars 130 forks source link

ipmi-config metrics #165

Open robbat2 opened 11 months ago

robbat2 commented 11 months ago

I'm looking at a fleet with ipmi_exporter running locally on the nodes, and I'd like to export some of the ipmi-config values via labels.

ipmi_config_info{lan_ip_address="...",bmc_mac_address="..."} 1

Would this be accepted as a PR?

bitfehler commented 11 months ago

Yes, sounds good. It would become a new collector. Let me know if you need any pointers.