mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #1905] Enabling healthcheck with labels is not fully working #6837
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Makifun on GitHub (Nov 21, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1905
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
If I set healthcheck like this for example:
Health Check will still be Unknown in Pangolin:

And if you click on it to see its settings, it is enabled:

It will stay "Unknown" until you disable it, save settings, re-enable and save settings again.
Am I doing something wrong or is it not working correctly? Newt is picking up all other labels that I have set, it's just healthcheck that isn't working all the way.
Environment
Pangolin stack is running in rootless podman
To Reproduce
Add healthcheck labels to a docker container on a site where newt also lives.
Expected Behavior
To have Health Check enabled automatically if it is set with labels.
@jesusfer commented on GitHub (Dec 4, 2025):
I can reproduce the same.
@oschwartz10612 commented on GitHub (Dec 6, 2025):
This will be fixed in the next release. The problem is a health check is not considered valid without the path and the path was optional and did not have a default value when setting from the blueprints. I added a default value in
ee1af459ccso this should not happen. You can make this work now by defining the path explicitly as a / or something.