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