mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 01:11:38 -05:00
[GH-ISSUE #1742] Change Health Check status to unhealthy when Site goes offline #14881
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 @ItsSK on GitHub (Oct 24, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1742
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
Hey Guys,
I noticed if I manually stop a Site1 (Portland-Oregon01) then open the resource which has site1 and site2 both show Healthy, even though Site1 is down and offline. Is there some method or way to make site1 change to unhealthy if Site is down?
Environment
To Reproduce
Turn off a site that is associated with a resource
Expected Behavior
Site/resource health check should change to unhealthy if site is down
@keiznklei commented on GitHub (Nov 16, 2025):
I am also experiencing this. I think it is because newt is the one doing the health check and if it is offline, it won't update it.
@PavanendraBaahubali commented on GitHub (Jan 3, 2026):
Hey @ItsSK,
When you say “turn off the site”, what exactly do you mean?
Do you mean stopping the newt agent, or stopping the gerbil service?
@ItsSK commented on GitHub (Jan 6, 2026):
Hey @PavanendraBaahubali, I'm turning off the newt agent.
@pinionless commented on GitHub (Feb 10, 2026):
I was just testing healthcheck to setup failover routes but when newt tunnel goes offline all of the routes for that site remain healthy.