Forum Discussion
rolf
Cirrus
Aug 21, 2013[active_members -list [LB::server pool]] does not show all members in case Priority Groups are used
Hi,
I have the situation, that [active_members -list [LB::server pool]] shows only 2 Servers of the Pool. The command [active_members [LB::server pool]] returns the number 3.
The Pool is configu...
Kevin_Stewart
Employee
Aug 21, 2013You could perhaps do something like this:
when CLIENT_ACCEPTED {
foreach x [members -list [LB::server pool]] {
if { [LB::status pool [LB::server pool] member [lindex $x 0] [lindex $x 1]] eq "up" } {
log local0. $x
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects