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