Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pool Monitor created with send string blank. #129

Open
valdecisabino opened this issue Jan 11, 2018 · 2 comments
Open

Pool Monitor created with send string blank. #129

valdecisabino opened this issue Jan 11, 2018 · 2 comments

Comments

@valdecisabino
Copy link

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

@valdecisabino
Copy link
Author

The monitor is created only in the first box

@laurapanzariello
Copy link
Contributor

issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants