Hi
I'm mointoring web page that is run by a Tomcat server running in a docker container. If the app crashes I want to restart the Tomcat server by connecting to the server and issue an ssh script. I'm running my ssh server on port 23. I have set up ssh credentials that BTW works when it comes to monitoring the server.
But my script isn't being executed on server and I can't see why. I have tried to run the operation ssh connect to server and what I can see is that it connects on port 22 and not port 23. But I can't see in log files whether the service tries to run ssh script at all.
Best, Rune