For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

3 Replies

  • You can write iRule but i suggest you to add fallback details in HTTP profile.

    OR Maintenance URL

            when HTTP_REQUEST {
                if { [active_members [LB::server pool]] == 0 } { 
                HTTP::redirect "http://maintenance.host.url/dir/dir/file"
                TCP::close
                }
            }