mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #106] What works in healthcheck? #360
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#360
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @AnoopAlias on GitHub (Feb 15, 2018).
Original GitHub issue: https://github.com/abh/geodns/issues/106
@abh - Can you confirm if the health check works in the dev branch.
I see the https://github.com/abh/geodns/blob/dev/dns/hc.example.com.json file, but my tests with "health" label enabled didn't work as expected!.
So can you clarify what works and what not?
@leeweir commented on GitHub (May 14, 2019):
I have tested it, but the health test does not work too. Is there any update? @abh
@abligh commented on GitHub (May 16, 2019):
I wrote this patch a loooooong time ago. I haven't played with it for a while, and not since it was merged.
Does it pass "go test"? Do you see anything in the logs? Looks like abh@ refactored it a little while ago and maybe something broke. I see this in zones.go:
which doesn't look good!
@tphil commented on GitHub (Jun 11, 2019):
Trying to configure HC, but is not works for some reason as expected. When i am configuring HC on www like tucs, the ping stop to respond at all (even if port 80 is healthy) when i am removing the health: {} it's starting to work. The same thing is happening with tucs. Any advise help?
@sanqi commented on GitHub (Jun 15, 2020):
Do you have any plans to repair it? @abh
@Gabitzuu commented on GitHub (Sep 28, 2021):
Looks like I have a issue with health checks as well. The DNS server doesn't return any record if I have this health object defined:
@abh some news about it?