json syntax corrected

This commit is contained in:
Andreas Böttger 2016-10-04 15:40:53 +02:00 committed by GitHub
parent 4053bd3dea
commit 13c1315916
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"
}
```