There is application PEGA running on top of tomcat. Now i have to create a health monitor which could monitor the status of application PEGA. If the PEGA is down the health monitor mark the server down in LB pool and dont route the http requests to server on which tomcat is up but PEGA is down. Is that possible? how to do that?
I am not sure about the application. What protocol does it use ? Depending on the port/protocol, you can at the very least have L4 monitor enabled. You can also get a script to alter an html page and monitor the html page if required.