saleh_alshammar
Jun 16, 2019Altostratus
Irule for Maintance Page
Dear i have below IRlue which for maintance page when pool be no service or montior be RED only
i whant also include if pool OFF (black)
when HTTP_REQUEST {
if { [active_members [LB::server pool]] < 1 } {
set sorrypage /Common/index
HTTP::respond 200 content [subst -nobackslashes [ifile get "$sorrypage"]] "Content-Type" "text/html; charset=utf-8"
} else {
}
}