Have a probe only check for an available TCP connection without sending a request.
This is done adding .tcponly = 1 to a probe’s definition. This cannot be used with .url,
.request, or .expected_response. Defaults to 0. This can be used to probe non HTTP services.