mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[GH-ISSUE #2930] Healthcheck status not showing as intended (ee-1.18.0) #11033
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 @evoke0 on GitHub (Apr 29, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2930
Describe the Bug
After upgrading to v1.18.0 (enterprise edition) from v1.17.1, the status of resources are not displayed as they should. They are detected as healthy but shown as unknown.
However, if I create a new resource, healthcheck status is shown as it should. It only affects already created resources.
Environment
To Reproduce
Update from ee-1.17.1 to ee-1.18.0 with public resources already created with healthchecks.
Expected Behavior
The UI should display the health status instead of unknown (when it is, indeed, known).
@evoke0 commented on GitHub (Apr 29, 2026):
Furthermore, as one can see on the first picture of the original post, the uptime tracking bar is empty, but I'm guessing this is because tracking started on the same day, but if you see the uptime tracking bar from Sites, a green bar is shown for the previous day (which tracking wasn't on as it was still on ee-1.17.1). Let me know if you need a new issue to keep track of this.
@oschwartz10612 commented on GitHub (Apr 29, 2026):
@evoke0 this is a known part of the migration. We will see if we can adjust but if you bounce your sites (restart newt) then it should report the correct status for the resource.
The bar for the resource is actually correct in its "unknown" state the bars will show as gray.
@oschwartz10612 commented on GitHub (Apr 29, 2026):
I will see if I can update the migration to pull the target health check status to enter the first resource status correctly.
@evoke0 commented on GitHub (Apr 29, 2026):
Yes, I confirm this solves the issue. I'll keep this open until you close it with the commit if you feel it's worth it. Thanks!