Merge pull request #2386 from aboettger-tuhh/patch-1

json syntax corrected
This commit is contained in:
James Phillips 2016-10-05 20:01:54 -07:00 committed by GitHub
commit d8e2fb7dd5
1 changed files with 2 additions and 2 deletions

View File

@ -243,14 +243,14 @@ body must look like:
"ID": "mem",
"Name": "Memory utilization",
"Notes": "Ensure we don't oversubscribe memory",
"DeregisterCriticalServiceAfter": "90m"
"DeregisterCriticalServiceAfter": "90m",
"Script": "/usr/local/bin/check_mem.py",
"DockerContainerID": "f972c95ebf0e",
"Shell": "/bin/bash",
"HTTP": "http://example.com",
"TCP": "example.com:22",
"Interval": "10s",
"TTL": "15s",
"TTL": "15s"
}
```