mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
1 try
This commit is contained in:
parent
5ae0d19cb4
commit
0811b74ad6
BIN
docs/en/images/play.png
Normal file
BIN
docs/en/images/play.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -16,11 +16,10 @@ $ curl 'http://localhost:8123/'
|
||||
Ok.
|
||||
```
|
||||
|
||||
Web UI can be accessed here:
|
||||
Web UI can be accessed here: http://localhost:8123/play.
|
||||
|
||||
![Web UI](../images/play.png#)
|
||||
|
||||
``` bash
|
||||
$ curl 'http://localhost:8123/play'
|
||||
```
|
||||
|
||||
In health-check scripts use `GET /ping` request. This handler always returns “Ok.” (with a line feed at the end). Available from version 18.12.13.
|
||||
|
||||
|
BIN
docs/ru/images/play.png
Normal file
BIN
docs/ru/images/play.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -15,11 +15,9 @@ $ curl 'http://localhost:8123/'
|
||||
Ok.
|
||||
```
|
||||
|
||||
Веб-интерфейс доступен по адресу:
|
||||
Веб-интерфейс доступен по адресу: http://localhost:8123/play.
|
||||
|
||||
``` bash
|
||||
$ curl 'http://localhost:8123/play'
|
||||
```
|
||||
![Веб-интерфейс](../images/play.png#)
|
||||
|
||||
В скриптах проверки доступности вы можете использовать `GET /ping` без параметров. Если сервер доступен всегда возвращается «Ok.» (с переводом строки на конце).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user