mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 19:50:36 +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",
|
||||
"name": "mem",
|
||||
"script": "/bin/check_mem",
|
||||
"interval": "5s",
|
||||
"interval": "5s"
|
||||
},
|
||||
{
|
||||
"id": "chk2",
|
||||
"name": "cpu",
|
||||
"script": "/bin/check_cpu",
|
||||
"interval": "10s",
|
||||
"interval": "10s"
|
||||
},
|
||||
...
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user