mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-02 11:43:42 +02:00
README.md: Change "failed" to "fail" in response status code.
This commit is contained in:
parent
47ec8ae86e
commit
bfb74e8e48
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ See [HAproxy documentation](https://cbonte.github.io/haproxy-dconv/1.7/configura
|
||||||
| --------- | ---------------------------------------------------------- |
|
| --------- | ---------------------------------------------------------- |
|
||||||
| `up` | Api is healthy |
|
| `up` | Api is healthy |
|
||||||
| `down` | Api is not healthy |
|
| `down` | Api is not healthy |
|
||||||
| `failed` | The program failed to read the status from the api. |
|
| `fail` | The program failed to read the status from the api. |
|
||||||
| `maint` | Api is set in maintenance mode (not used) |
|
| `maint` | Api is set in maintenance mode (not used) |
|
||||||
| `ready` | Api is ready again after being in `maint` state (not used) |
|
| `ready` | Api is ready again after being in `maint` state (not used) |
|
||||||
| `stopped` | Api has been stopped manually (not used) |
|
| `stopped` | Api has been stopped manually (not used) |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue