mirror of https://github.com/status-im/consul.git
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",
|
||||
"name": "mem",
|
||||
"script": "/bin/check_mem",
|
||||
"interval": "5s",
|
||||
"interval": "5s"
|
||||
},
|
||||
{
|
||||
"id": "chk2",
|
||||
"name": "cpu",
|
||||
"script": "/bin/check_cpu",
|
||||
"interval": "10s",
|
||||
"interval": "10s"
|
||||
},
|
||||
...
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue