Forum Discussion
Jim_Araujo_1061
Feb 27, 2015Nimbostratus
GTM iRule return GTM pool status
Hey all,
Probably a quick one here. I'm trying to write an iRule that will return the status of a GTM pool when DNS_REQUEST event is triggered. This is what I have in the iRule editor which accept...
- Feb 27, 2015
It's a bit different with GTM (at least as far as I am aware) but here is something I would look at:
https://devcentral.f5.com/wiki/iRules.active_members.ashx
when DNS_REQUEST { if { [active_members http_pool] >= 1 } { log local0. "Pool Available!" } }
Max_Q_factor
Cirrocumulus
It's a bit different with GTM (at least as far as I am aware) but here is something I would look at:
https://devcentral.f5.com/wiki/iRules.active_members.ashx
when DNS_REQUEST {
if { [active_members http_pool] >= 1 } {
log local0. "Pool Available!"
}
}
Jim_Araujo_1061
Mar 03, 2015Nimbostratus
Would have helped it I read the link you posted. LOL. THanks!
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