ipmi_exporter
ipmi_exporter copied to clipboard
ipmi_sensor_state incorrect until restart docker container
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 ?