You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pool Deploy function, when the Healthcheck send string has some character that Load Balancer does not accept, the error message is generated, the pool is not deployed, but the monitor is created anyway.
Ex:
Caracter: "
error:
Error: Error applying command on equipment. Equipment returned error status. <<Server raised fault: 'Exception caught in System::urn:iControl:System/Session::submit_transaction() Exception: Common::OperationFailed primary_error_code : 17237570 (0x01070642) secondary_error_code : 0 error_string : 01070642:3: Monitor /Common/MONITOR_POOL_be-spo.vodstreaming.globoi.com_1515611810.33 parameter contains unescaped " escape with backslash.'>>
In the pool Deploy function, when the Healthcheck send string has some character that Load Balancer does not accept, the error message is generated, the pool is not deployed, but the monitor is created anyway.
Ex:
Error: Error applying command on equipment. Equipment returned error status. <<Server raised fault: 'Exception caught in System::urn:iControl:System/Session::submit_transaction() Exception: Common::OperationFailed primary_error_code : 17237570 (0x01070642) secondary_error_code : 0 error_string : 01070642:3: Monitor /Common/MONITOR_POOL_be-spo.vodstreaming.globoi.com_1515611810.33 parameter contains unescaped " escape with backslash.'>>
In the Load Balancer:
ltm monitor http MONITOR_POOL_be-spo.vodstreaming.globoi.com_80_1515590248.92 {
adaptive disabled
defaults-from http
destination :
interval 5
ip-dscp 0
recv none
recv-disable none
send "GET /\r\n"
time-until-up 0
timeout 16
}
The text was updated successfully, but these errors were encountered: