Forum Discussion
asamosaad
Nimbostratus
6 years agoiRule to redirect to another VIP if all pool members are down
Hi! as a newbie i need to get get help for an iRule to check if all pool members are down then forward http requests for domains abc.com & xyz* to another vServer (VIP). I would be thankful for your...
Mayur_Sutare
MVP
6 years agoPlease try this ,
when HTTP_REQUEST { if { [active_members EXAMPLETEST_POOL] == 0 } { HTTP::redirect "https://abc.com" } }
Hope it helps you!
Mayur
- asamosaad6 years ago
Nimbostratus
Hi Mayur,
Thank you for your answer, i do appreciate it.
there are two conditions for the redirect:
- all pool member is down?
- is domain abc.com OR xyz.*?
- then redirect to another vServer VS2 on the same ltm
- all pool member is down?