Forum Discussion
200 OK http health monitor for multipple application on one server
Dear all
I need to configure some health monitor to check http respone 200 OK for multiple applications on one server.
We have setup for this application:
SENDING STRING:
GET /Devl/WebApps/iTVMobile HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close
RECEIVE
200\sOK
And it is working.
Issue is that /Devl/WebApps/SmartRack/ running on same server is validated down as well once there is application maintenance on iTVMobile.
To sum up with simple question: How we can setup IIS monitoring for pool once there is running multipple applications.
Is it possible to check that on http responses layer ?
Do we need to configure more VIPs for each application?
We need to validate aapplication only and not the whole node (backend server).
Thanks,
Pavol
3 Replies
- nitass
Employee
isn't it SSL certificate in LTM? - Nik_67256
Nimbostratus
- nitass
Employee
Is it that after re-newing the certficates of the websites through the webserver , we need to import those certficates here so that ASM treats these sites as legitimate?if bigip does SSL offloading, yes you have to import renewed certificate and private key (if private key is changed) to bigip. actually, it can also be done the opposite way - renewing certificate on bigip and then copying certificate and private key (if changed) to web server.