ipmi_exporter icon indicating copy to clipboard operation
ipmi_exporter copied to clipboard

ipmi_sensor_state incorrect until restart docker container

Open hailong1004 opened this issue 7 months ago • 0 comments

I use prometheuscommunity/ipmi-exporter docker image in my environment to monitor some remote ipmi server, a server report memory state critical like: ipmi_sensor_state{type="Memory"} 2 when I fix memory, and check state in ipmi web are all normal, but ipmi-exporter still report critical. In docker, found some sdr cache files in directory /tmp/.freeipmi-nobody/.freeipmi/sdr-cache is a month ago, when restart docker container, ipmi_sensor_state report normal like: ipmi_sensor_state{type="Memory"} 0

so, there have any parameters or environment variables to auto clear old sdr cache ?

hailong1004 avatar May 12 '25 07:05 hailong1004