Forum Discussion
Vaibhav_95632
Nimbostratus
Jan 05, 2014Need an iRule for monitoring the pool health or active member status ---URGENT
Need help to get the irule corrected which is used to monitor the health status of the pool which is not attached to the VIP to which is irule is attached to.
iRule is as follows:
when LB_FAILED...
hoolio
Cirrostratus
Jan 06, 2014You could avoid the llength command using this:
when CLIENT_ACCEPTED {
if { [active_members db_pool] < 1 } {
node app_pool_member_3
} else {
pool app_pool
}
}
Aaron
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