mirror of https://github.com/status-im/consul.git
Merge pull request #2386 from aboettger-tuhh/patch-1
json syntax corrected
This commit is contained in:
commit
d8e2fb7dd5
|
@ -243,14 +243,14 @@ body must look like:
|
||||||
"ID": "mem",
|
"ID": "mem",
|
||||||
"Name": "Memory utilization",
|
"Name": "Memory utilization",
|
||||||
"Notes": "Ensure we don't oversubscribe memory",
|
"Notes": "Ensure we don't oversubscribe memory",
|
||||||
"DeregisterCriticalServiceAfter": "90m"
|
"DeregisterCriticalServiceAfter": "90m",
|
||||||
"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": "http://example.com",
|
||||||
"TCP": "example.com:22",
|
"TCP": "example.com:22",
|
||||||
"Interval": "10s",
|
"Interval": "10s",
|
||||||
"TTL": "15s",
|
"TTL": "15s"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue