I have a 2 servers that I am load balancing3 related applications on. I want to set it up so that I can monitor each service, and if service 1 and service 3 go down, I want to fail everything on that server over to the other server, but if only service 1 goes down, I want to continue normal load balancing.
Is this possible and how do I do it?