Replies: 2 comments
-
You can do this with a cpp module |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, I tried messing some code I found on https://www.bogotobogo.com/cplusplus/sockets_server_client.php but was unsuccessful in getting anything to compile. Prior to that I also tried making use of the predefined makeListenBind_tcp() function but admittedly this is WAY over my head. I know you guys are super busy with other stuff but maybe if you guys see the value in this and have some spare time, it can be included with the solution in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to deploy a monitoring tool to check if my server is up/down and report on it. I believe the ability to collect this data will assist in troubleshooting issues and prevent prolonged outages.
A simple open TCP port on the Map server that can be customized in the map.conf would be ideal.
I'm not sure if this is a heavy lift or not, but currently we are limited to monitoring TCP 54230 which is used by the login server, so we cannot check Map with this.
Beta Was this translation helpful? Give feedback.
All reactions