Skip to content

v1.53.2

Latest

Choose a tag to compare

@amayer1983 amayer1983 released this 25 Jul 19:32

Fixed

  • Bogus "turned UNHEALTHY (health was: unhealthy)" alerts (#2, @famewolf). The monitor could fire a nonsensical unhealthy alert in two cases: for a container that was already unhealthy when Docksentry built its baseline (a restart rebuilds the baseline), and for stopped containers — a stopped container keeps its last Health.Status frozen in docker inspect, and the monitor was treating that stale value as a live signal (a months-dead container triggered it). Now an unhealthy alert only fires for a healthy→unhealthy transition Docksentry actually observed on a running container, so the impossible "was: unhealthy" message can't happen and a pre-existing or long-dead container stays quiet.