Forum Discussion
David_Bradley_2
Nimbostratus
Mar 05, 2007Health Monitor embedded within iRule
I'm trying to develop an iRule load balances incoming FIX logins across a pool of nodes. When a particular node becomes "too busy", it returns the word "FULL" in response to the FIX login request. ...
David_Bradley_2
Nimbostratus
Mar 06, 2007I wish I could do:
when SERVER_CONNECTED {
TCP::collect 4
}
when SERVER_DATA {
set payload [TCP::payload]
log local0. "SERVER_DATA: TCP payload = $payload"
if { $payload == "FULL" } {
log local0. "SERVER_DATA: Chosen server is full. Selecting another."
LB::reselect
}
}
But it won't let me do an LB::reselect from SERVER_DATA. Help.
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