mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Add /cluster/healthz API call
parent
fb8fd1a060
commit
41eda9fecd
|
@ -135,6 +135,14 @@ curl "http://10.0.2.15:9333/cluster/status?pretty=y"
|
|||
}
|
||||
```
|
||||
|
||||
### Check System Status
|
||||
|
||||
```bash
|
||||
curl -I "http://10.0.2.15:9333/cluster/healthz"
|
||||
HTTP/1.1 200 OK
|
||||
Date: Sun, 31 Jul 2022 10:05:07 GMT
|
||||
```
|
||||
|
||||
### Check Writable Volume Status
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue