diff --git a/website/source/docs/agent/checks.html.md b/website/source/docs/agent/checks.html.md index d9ae67acc..b4676fed3 100644 --- a/website/source/docs/agent/checks.html.md +++ b/website/source/docs/agent/checks.html.md @@ -107,7 +107,8 @@ A HTTP check: "check": { "id": "api", "name": "HTTP API on port 5000", - "http": "http://localhost:5000/health", + "http": "https://localhost:5000/health", + "tls_skip_verify": false, "method": "POST", "header": {"x-foo":["bar", "baz"]}, "interval": "10s",