Forum Discussion
hooleylist
Dec 22, 2011Cirrostratus
Here's an untested example of the members ratio logic I was thinking of:
when CLIENT_ACCEPTED {
Check if there are less than half of the default pool members up
if {[expr {double ([active_members [LB::server pool]]) / [members [LB::server pool]] < .50}]}{
pool second_pool
}
}
Aaron