[Feature Request] - TCP-Handshake as a service like ping/siteMonitor to monitor non-HTTP(s) services #3916
Replies: 5 comments
|
I'd love to see this feature added. |
0 replies
|
This would be very useful for monitoring the availability of game servers which don't expose an http interface, but use their own tcp-based protocol. |
0 replies
|
This discussion has been automatically closed due to lack of community support. See our contributing guidelines for more details. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Description
As the ping service is using ICMP-Packages to check if a device is online and the siteMonitor service using HEAD/GET HTTP requests I wanted to implement a simple TCP-Handshake test to see if a specific port accepts connections. This way you could monitor non-HTTP(s) services using homepage.
I implemented this using the npm package tcp-ping here: #3915
Best regards
Other
No response
All reactions