F5Networks / f5-openstack-agent

The F5 Agent for OpenStack Neutron allows you to deploy BIG-IP services in an OpenStack environment.
http://clouddocs.f5.com/products/openstack/agent/latest
Apache License 2.0
14 stars 38 forks source link

Support for customized send/recv healthmonitor strings not implemented. #1069

Open richbrowne opened 7 years ago

richbrowne commented 7 years ago

OpenStack Release

Mitaka

Description

The LBaaS API supports the following options to create a customized SEND/RECV string for HTTP(S) monitors.

expected_codes (Optional) http_method (Optional) url_path (Optional)

We currently only create a default: send string GET / HTTP/1.0\r\n\r\n

recv string HTTP 1.(0|1) 200

For API completeness this should be implemented as an enhancement.

richbrowne commented 6 years ago

Duplicated in issue #391