1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

README.md: Change "failed" to "fail" in response status code.

This commit is contained in:
Henrik Hautakoski 2022-08-17 16:38:18 +02:00
parent 47ec8ae86e
commit bfb74e8e48
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -49,7 +49,7 @@ See [HAproxy documentation](https://cbonte.github.io/haproxy-dconv/1.7/configura
| --------- | ---------------------------------------------------------- |
| `up` | Api is 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) |
| `ready` | Api is ready again after being in `maint` state (not used) |
| `stopped` | Api has been stopped manually (not used) |