dataplaneapi icon indicating copy to clipboard operation
dataplaneapi copied to clipboard

Advanced options for "tcp-check"

Open edhar-rybak opened this issue 4 years ago • 4 comments

Hi! Am I missing something or advanced options for option tcp-check are not implemented in API? I'm looking for tcp-check connect tcp-check send-binary and tcp-check expect binary, but can't find anything in docs. I expected something similar to httpchk_params for Backend configuration section.

edhar-rybak avatar Aug 11 '21 23:08 edhar-rybak

Hi @edhar-rybak , we currently only have adv_check which can be set to value tcp_check and then in turn that sets just option tcp-check line in the config. We currently don't support tcp-check options in the config file, but we can add them in the next version.

mjuraga avatar Aug 23 '21 07:08 mjuraga

Thanks for the answer @mjuraga. I think it would be great if dataplaneapi could cover all supported features in configuration. So this is similar to #153. I mean, from a request origin standpoint.

edhar-rybak avatar Aug 25 '21 14:08 edhar-rybak

@edhar-rybak, sure and we are slowly building up to it. We came out with a set of most used options and frankly we rely on community feedback to prioritize adding more support for HAProxy configuration options. Our goal is to be feature-complete with HAProxy.

mjuraga avatar Aug 26 '21 07:08 mjuraga

This has been added in v2.5.0.

mjuraga avatar Mar 07 '22 15:03 mjuraga