Brandon_Van_849
Mar 23, 2012Nimbostratus
HELP! using LB_fail
So i'm trying to get html to display when active members of the pool are not available. I have tried 4 or 5 different rules and i get the same result which is just the standard IE message.
Here is my latest....
when CLIENT_ACCEPTED {
set my_pool [LB::server pool]
}
when LB_FAILED {
log local0. "[active_members $my_pool]"
if { [active_members $my_pool] < 1 } {
HTTP::respond 200 content {
}
}
}
Please help, i'm kind of a noob to irules.