Hi,
When associating multple probes with a serverfarm, is it possible to build a simple boolean expression of, say, two probes?
For example, if I am polling both tcp/80 and tcp/443 ports, can I take an rserver out of service like following
80 down, 443 down - rserver down
80 up, 443 down - rserver down
80 down, 443 up - rserver up
80 up, 443 up - rserver up
Or even simpler, if any of the associated probes are up, the rserver remains in-service?
Thanks!