Mihir_Joshi
Sep 04, 2017Nimbostratus
Multiple port monitoring on LTM
I need help to write an iRule which helps to monitor three different service ports running on member server.
I have a web-server which accept connections on port 5555 but internally this service depends on service port 8024 or 8026. F5 should monitor all these three ports but bring down node when both 8024 and 8026 stop responding. Member web server should remain UP till either of service port 8024 or 8026 responding well. Same time I want active monitoring on port 5555 which means if port 5555 stop responding, member server status should be Down irrespective status of port 8024 and port 8026.
Port 5555 support https and rest two ports HTTP.
Thanks, Mihir