Forum Discussion
Siddarth_84779
Jan 28, 2011Nimbostratus
iRule for maintenance page
Hi guys,
I want to write an irule for maintenance page such that the single iRule can be applied to multiple VS. Presently we are using the below irule
when HTTP_REQUEST {
if {[ac...
Kevin_Stewart
Nov 01, 2013Employee
You could technically evaluate the default pool directly in the HTTP_REQUEST event:
if { [active_members [LB::server pool]] < 1 } {
[do something]
}
But you'll likely find the difference in memory footprint negligible.
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