Roman_80473
Jan 16, 2012Nimbostratus
Get addresses of unavailable pool members?
Hi folks,
Is there a way to get a list (ip:port) of all marked down members in the pool using an iRule? After detecting all members are down in HTTP_REQUEST:
if { [active_members [LB::server pool]] == 0 && [LB::server addr] == "" } {
...
I need to list all offline members in the pool!
I know it's possible with an iControl, but I wasn't sure about iRule.
Any help is appreciated.
Thank you, Roman