Irule for redirect when all pool members down, need one for each pool? and what is the standard practice for sorry server?
This is what I have for an iRule to implement when all members of a pool are not available due to maintenance or unplanned outage
when HTTP_REQUEST { if { [active_members EXAMPLETEST_POOL] == 0 ...
how can I merge the irule... what action do you want to take when pool is down? is it redirection to http://209.196.27.42/ or responding maintenance page??