Browse Source

doc: update check example for agent api call

pull/3402/head
Frank Schroeder 7 years ago
parent
commit
ee2cc7aaca
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
  1. 4
      website/source/api/agent/check.html.md

4
website/source/api/agent/check.html.md

@ -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…
Cancel
Save