F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

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
                }
            }