From b874e02063cd949bd3810682d237a955995d089f Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 27 Apr 2018 12:02:23 +0200 Subject: [PATCH] Update docs Signed-off-by: Knut Ahlers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 051c87a..32a28d2 100644 --- a/README.md +++ b/README.md @@ -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 ""`. -- `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