Open lZzozZl opened 8 months ago
Your logs say target=1.2.3.4
- did you redact the actual IP? I am asking, because you did not redact it your targets.yaml
. So maybe you are trying to scrape the wrong address?
Note that either way, this is a configuration issue on your side, potentially at a lower level even then the exporter. The only way I'd be able to help you is if you can provide a command that successfully runs e.g. bmc-info
on the server running the exporter against one of your desired targets.
Hi all. I have my Prometheus server on Debian 12. i have installed freeipmi with apt
Im trying to get the IPMI information remote, using remote method. The ipmi_exporter agent is still on same host where is the server.
Prometheus - config
targets.yml
ipmi-exporter config
I got this problem from ipmi-exporter agent
ts=2024-03-13T11:09:05.810Z caller=collector_ipmi.go:151 level=error msg="Failed to collect sensor data" target=1.2.3.4 error="error running sudo: exit status 1: /usr/sbin/ipmi-sensors: connection timeout\n" ts=2024-03-13T11:09:17.828Z caller=collector_bmc.go:53 level=error msg="Failed to collect BMC data" target=1.2.3.4 error="error running sudo: exit status 1: bmc-info: connection timeout\n" ts=2024-03-13T11:09:29.842Z caller=collector_chassis.go:65 level=error msg="Failed to collect chassis data" target=1.2.3.4 error="error running sudo: exit status 1: ipmi-chassis: connection timeout\n"