Open
Description
Hello! I am working on tshooting ipmi-exporter at my current installation and found some rows in container logs that i dont understand. From where would target=[local] might come from? I don
t have any local targets in my sd_configs.
time=2025-03-14T13:02:20.943Z level=ERROR source=collector_dcmi.go:52 msg="Failed to collect DCMI data" target=[local] error="error running ipmi-dcmi: exit status 1: hostname not specified\n"
time=2025-03-14T13:02:20.940Z level=ERROR source=collector.go:120 msg="Collector failed" name=sel error="error running ipmi-sel: exit status 1: hostname not specified\n"
time=2025-03-14T13:02:20.940Z level=ERROR source=collector_sel.go:59 msg="Failed to collect SEL data" target=[local] error="error running ipmi-sel: exit status 1: hostname not specified\n"
time=2025-03-14T13:02:20.936Z level=ERROR source=collector.go:120 msg="Collector failed" name=chassis error="error running ipmi-chassis: exit status 1: hostname not specified\n"
time=2025-03-14T13:02:20.936Z level=ERROR source=collector_chassis.go:64 msg="Failed to collect chassis data" target=[local] error="error running ipmi-chassis: exit status 1: hostname not specified\n"
time=2025-03-14T13:02:20.933Z level=ERROR source=collector.go:120 msg="Collector failed" name=ipmi error="error running ipmimonitoring: exit status 1: hostname not specified\n"
time=2025-03-14T13:02:20.933Z level=ERROR source=collector_ipmi.go:150 msg="Failed to collect sensor data" target=[local] error="error running ipmimonitoring: exit status 1: hostname not specified\n"
time=2025-03-14T13:02:20.929Z level=ERROR source=collector.go:120 msg="Collector failed" name=bmc error="error running bmc-info: exit status 1: hostname not specified\n"
time=2025-03-14T13:02:20.929Z level=ERROR source=collector_bmc.go:52 msg="Failed to collect BMC data" target=[local] error="error running bmc-info: exit status 1: hostname not specified\n"
Unlikely related, but i have quite huge list of errors in dmesg, for example
[247643.935379] Code: d9 69 00 00 c7 00 24 00 00 00 eb e6 0f 1f 80 00 00 00 00 41 54 55 bd 01 00 00 00 53 eb 0c 0f 1f 44 00 00 48 83 c5 01 48 89 c7 <48> 8b 47 28 48 85 c0 75 f0 48 0f bf 47 50 48 89 fb 48 8d 14 80 48
[247644.005708] ipmi-dcmi[3797706]: segfault at 28 ip 00007f559b25df87 sp 00007ffd9f464400 error 4 in ld-musl-x86_64.so.1[7f559b237000+57000]
[247644.005720] Code: d9 69 00 00 c7 00 24 00 00 00 eb e6 0f 1f 80 00 00 00 00 41 54 55 bd 01 00 00 00 53 eb 0c 0f 1f 44 00 00 48 83 c5 01 48 89 c7 <48> 8b 47 28 48 85 c0 75 f0 48 0f bf 47 50 48 89 fb 48 8d 14 80 48
[247644.009929] ipmi-dcmi[3797707]: segfault at 28 ip 00007fa10838ff87 sp 00007ffe25772ee0 error 4 in ld-musl-x86_64.so.1[7fa108369000+57000]
[247644.009940] Code: d9 69 00 00 c7 00 24 00 00 00 eb e6 0f 1f 80 00 00 00 00 41 54 55 bd 01 00 00 00 53 eb 0c 0f 1f 44 00 00 48 83 c5 01 48 89 c7 <48> 8b 47 28 48 85 c0 75 f0 48 0f bf 47 50 48 89 fb 48 8d 14 80 48
Host system
cat /etc/os-release
NAME="AlmaLinux"
VERSION="8.10 (Cerulean Leopard)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.10"
PLATFORM_ID="platform:el8"
PRETTY_NAME="AlmaLinux 8.10 (Cerulean Leopard)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:8::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8"
ALMALINUX_MANTISBT_PROJECT_VERSION="8.10"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.10"
SUPPORT_END=2029-06-01
Docker img using in compose
"Image": "prometheuscommunity/ipmi-exporter:v1.10.0",
Same was with 1.8.0 version
Appreciate for any answer.
Metadata
Metadata
Assignees
Labels
No labels