mirror of
https://github.com/Luzifer/elb-instance-status.git
synced 2024-11-08 05:50:06 +00:00
Update docs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
91511c8910
commit
b874e02063
1 changed files with 1 additions and 1 deletions
|
@ -58,4 +58,4 @@ They consist of an unique ID and three keys for each check:
|
||||||
- `name` (required), A descriptive name of the check (do *not* use the same name twice!)
|
- `name` (required), A descriptive name of the check (do *not* use the same name twice!)
|
||||||
- `command` (required), The check itself. Needs to have exit code 0 if everything is fine and any other if somthing is wrong.
|
- `command` (required), The check itself. Needs to have exit code 0 if everything is fine and any other if somthing is wrong.
|
||||||
The checks are executed using `/bin/bash -c "<command>"`.
|
The checks are executed using `/bin/bash -c "<command>"`.
|
||||||
- `warn-only` (optional, default: false), Only put a WARN-line into the output but do not set HTTP status to 500
|
- `warn_only` (optional, default: false), Only put a WARN-line into the output but do not set HTTP status to 500
|
||||||
|
|
Loading…
Reference in a new issue