2019-06-20 07:07:37 [WARNI] (healthcheck/exec): Unexpected output: "UP"
2019-06-20 07:07:38 [WARNI] (healthcheck/exec): Unexpected output: "DOWN"
2019-06-20 07:07:47 [WARNI] (healthcheck/exec): Unexpected output: "UP"
2019-06-20 07:07:48 [WARNI] (healthcheck/exec): Unexpected output: "DOWN"
This is my config.
[servers.gklb]
bind = "localhost:3000"
protocol = "tcp"
balance = "weight"
max_connections = 10000
client_idle_timeout = "10m"
backend_idle_timeout = "10m"
backend_connection_timeout = "2s"
[servers.gklb.discovery]
kind = "static"
static_list = [
"IP server 1:80 weight=1",
"IP server 2:80 weight=1",
]
[servers.gklb.healthcheck]
fails = 1
passes = 1
interval = "2s"
timeout="1s"
kind = "ping"
ping_timeout_duration = "500ms"
And I want [bind = "localhost:3000"] is my domain which is used by end user on your browser.
go: github.com/yyyar/gobetween@v0.0.0-00010101000000-000000000000 requires
github.com/flosch/pongo2@v0.0.0-20181225140029-79872a7b2769 requires
github.com/go-check/check@v1.0.0-20180628173108-788fd7840127: invalid pseudo-version: major version without preceding tag must be v0, not v1