Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http active health check #203

Open
smaznet opened this issue Jun 17, 2024 · 1 comment
Open

http active health check #203

smaznet opened this issue Jun 17, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@smaznet
Copy link

smaznet commented Jun 17, 2024

add a way to check upstreams via http request

defined a endpoint on my host /healthy which returns ok on success currently i used haproxy but i want switch to caddy

example config in http health check:

"active": {
			"port": 0,
			"interval": 0,
			"timeout": 0,
			
			// new fields
			"type": "http",
			"host": "my-host.com",
                        "path": "/health",
                        "expect_status": 200,
			
		},
@mholt
Copy link
Owner

mholt commented Jun 18, 2024

This is open if anyone would like to work on this (I don't have the time currently)

@mholt mholt added the help wanted Extra attention is needed label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants