mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
website: fix JSON in multiple checks documentation
This commit is contained in:
parent
f03bbb8daa
commit
d472825181
@ -98,13 +98,13 @@ key in your configuration file.
|
|||||||
"id": "chk1",
|
"id": "chk1",
|
||||||
"name": "mem",
|
"name": "mem",
|
||||||
"script": "/bin/check_mem",
|
"script": "/bin/check_mem",
|
||||||
"interval": "5s",
|
"interval": "5s"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "chk2",
|
"id": "chk2",
|
||||||
"name": "cpu",
|
"name": "cpu",
|
||||||
"script": "/bin/check_cpu",
|
"script": "/bin/check_cpu",
|
||||||
"interval": "10s",
|
"interval": "10s"
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user