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

Separate URLs for each checked service #306

Open
ankitgoyal100 opened this issue Aug 28, 2021 · 3 comments
Open

Separate URLs for each checked service #306

ankitgoyal100 opened this issue Aug 28, 2021 · 3 comments

Comments

@ankitgoyal100
Copy link

I would like support for separate URLs for each service that is checked with this healthcheck. For instance, I'd like a separate URL for my Redis health check status and my Django health check status.

@natethelen
Copy link

Ideally you could specify which tests run at a URL and have multiple URLs. My use case is having one URL that is hit by our load balancer that only checks critical services like the database or maybe redis, but have another URL we can run all the checks on that we tie into our alerting system. With something like this is would also satisfy the OP's request.

@panteparak
Copy link
Contributor

@natethelen @ankitgoyal100 I was looking for a similar functionality and made a pull request here #390

@frankwiles
Copy link
Member

This is a great idea and I can see the usefulness. I'll do my best to get it reviewed soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants