-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Feature request: TCP health check. #976
Comments
👍 |
Seems like a useful generic check type, thanks! Also, for the time being, you can just use netcat to get this type of functionality.
|
@ryanuber nice trick! Although, I was thinking more in being able to monitor RDS instances from Consul. |
@c4milo I use TCPing to do just that:
|
What @highlyunavailable suggest should work too! Both commands would take a hostname and port, which should allow you to do exactly what you need. |
Cool! Thanks guys! |
I still think, that a native TCP health check would be helpfull, especially in stripped down docker containers that might not contain |
i agree with @Kosta-Github |
Co-authored-by: Luke Kysow <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: