1
0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-09-08 01:39:07 +00:00

Update docs

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-04-27 12:02:23 +02:00
parent 91511c8910
commit b874e02063
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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!)
- `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>"`.
- `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