**CMK version:RAW 2.4.0p12 as a docker container
**OS version:Ubuntu 20.04
Hi all
I need to monitor 3 iDrac servers which are not directly accesible to checkmk host , they are behind a jumpserver which I cant modify or install things on it.
I was thinking about creating ssh tunnels between checkmk and the jumphost server like this:
ssh -L 8443:iDracserver1:443 -N -f user@jumphost_server1
ssh -L 8444:iDracserver2:443 -N -f user@jumphost_server1
ssh -L 8445:iDracserver3:443 -N -f user@jumphost_server1
The problem I see here is:
How can I configure it in checkmk setup gui to include the port ?
Redfish management controller rule or Host setup creation wont allow me to add :8443
127.0.0.1:8443 or localhost:8443
Both complain about invalid host address
Can it be done in checkmk?
Thanks!

