mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 17:43:04 -05:00
[GH-ISSUE #1157] Feature request - health checks & backend service status #14668
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 @maddler on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1157
Originally assigned to: @oschwartz10612 on GitHub.
It would be nice to have an online/offline status for resources, similar to sites, if the backend port is not reachable or, perhaps(?) if responding with a non 20x code?
This might get further expanded with health monitors.
@oschwartz10612 commented on GitHub (Jul 31, 2025):
Want to work on this soon!
@maddler commented on GitHub (Jul 31, 2025):
Having monitors and being able to show a proper/custom error page would be just amazing.
Keep up with the amazing work! Been using Pangolin since the early days and what has been achieved in such a short amount of time is just amazing!
@x86txt commented on GitHub (Aug 16, 2025):
@oschwartz10612 @maddler
I submitted the PR for sticky sessions, so I have some experience in the codebase around resources, so I'm happy to tackle this.
What about something like this?
That's just a quick edit in SnagIt (the proportions are off), but the status indicators (colored dots) will follow project's TailwindCSS styling, optionally enhanced with Radix UI’s theming system.
@maddler commented on GitHub (Aug 16, 2025):
Hi, yes, something like that would make sense. I'd, perhaps, have it as a separate column you could even sort upon (IP, DOWN, disabled).
@oschwartz10612 commented on GitHub (Aug 16, 2025):
Thanks for the interest @x86txt. This is actually coming in the pipeline
and we are already working on it! ; }