mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Does the healthchecks.io feature recently introduced support self-hosted healthcheck services? #388
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 @kelvtech-co-uk on GitHub (Apr 26, 2024).
Hi, thanks for the great app and sorry to bother you with this but I'm confused as to what functionality is already in place. If this capability isn't built yet I'll happily raise a feature request following this but thought it worthwhile to check first.
I added "the below" healthcheck directives to my ddns-updater containers compose file and it didn't work where others did. I then revisited this github repo and used google and found a recent feature request for this functionality. However reading the description of the environment variables I'm confused as it suggests ddns-updater is waiting for healthchecks.io to reach out to it for checks whereas my expectation is the other way around? Additionally given there is no way to add in a custom URL for my self-hosted container I don't believe ddns-updater supports this option?
The Below
Healthchecks.io provide guides as well as pre-built containers so their application can be self-hosted rather than run on their cloud. I've recently deployed this container in my home network and now have a number of containers checking into my local healthcheck container. I've done this via updating my docker-compose.yml and including a custom healthcheck directive as below...
@qdm12 commented on GitHub (Apr 30, 2024):
Definitely the other way around, ddns-updater sends heatbeats to healthchecks.io. I changed the wording in
11575ee82ato:Done in 8473b3e1cdba693cb68909fe03302bd6ffab006f with
HEALTH_HEALTHCHECKSIO_BASE_URL😉@kelvtech-co-uk commented on GitHub (Apr 30, 2024):
Hey this is super cool thank you!
Sorry to say I'm still having an issue unfortunately. After updating the Docker image and compose yml my log now contains...
But then errors with...
2024-04-30T14:46:03+01:00 ERROR pinging healthchecks.io failed: doing http request: Get "http:/192.168.1.5:8015/ping/1f6d5a41-cf78-4080-b18d-45b146cfd8f4": http: no Host in request URLI'm no dev but looks to me like its the parsing of the // characters at the start of the URL?
@qdm12 commented on GitHub (Apr 30, 2024):
My bad, fixed in
937a249ffa!@kelvtech-co-uk commented on GitHub (Apr 30, 2024):
Boom, awesome. Great app and great support thank you for giving up your time for this!