mirror of https://github.com/status-im/consul.git
doc: update check example for agent api call
This commit is contained in:
parent
e0924704d5
commit
ee2cc7aaca
|
@ -156,7 +156,9 @@ The table below shows this endpoint's support for
|
|||
"Script": "/usr/local/bin/check_mem.py",
|
||||
"DockerContainerID": "f972c95ebf0e",
|
||||
"Shell": "/bin/bash",
|
||||
"HTTP": "http://example.com",
|
||||
"HTTP": "https://example.com",
|
||||
"Method": "POST",
|
||||
"Header": {"x-foo":["bar", "baz"]},
|
||||
"TCP": "example.com:22",
|
||||
"Interval": "10s",
|
||||
"TTL": "15s",
|
||||
|
|
Loading…
Reference in New Issue