ACE20 - boolean combination of probes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2011 08:27 PM
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!
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2011 12:52 AM
Hello!
You can configure the ACE so that a rserver remains up as long as there is one probe up. See the fail-on-all setting under serverfarm for this.
serverfarm host sf1
fail-on-all
Thanks,
Olivier
