Https ECV doesn't mark down node
and one of my pool had an HTTPS ECV check like below:
pool somepoolname {
monitor all ecv_https
members {
10.10.10.11:8082 {}
10.10.10.12:8082 {}
10.10.10.13:8082 {}
}
}
monitor ecv_https {
defaults from https
recv disable "TrafficDisabled"
recv "TrafficEnabled"
send "/...................\r\n"
}
it works and can get the "receive string", I noticed that one member in the pool get the "recv disable string",
and on web gui is is showing "Available (Disabled) - Pool member is available, monitor disabled"
but the "b pool Pool_Name show" still showing it is "active and up", does a HTTPS ECV check mark down any " monitor disabled" member, how can I have the member mark down automatically when the ECV check saw it is "disable"?
thanks