From e9db0f11edfa4a7486df560eed847ec4f188b188 Mon Sep 17 00:00:00 2001 From: conorbroderick Date: Thu, 24 Aug 2017 11:28:41 +0100 Subject: [PATCH] Fix docs valid_status_codes type --- CONFIGURATION.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index c036cdb..86de0db 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -7,6 +7,7 @@ For non-list parameters the value is set to the specified default. Generic placeholders are defined as follows: * ``: a boolean that can take the values `true` or `false` +* ``: a regular integer * ``: a duration matching the regular expression `[0-9]+(ms|[smhdwy])` * ``: a valid path in the current working directory * ``: a regular string @@ -36,7 +37,7 @@ The other placeholders are specified separately. ```yml # Accepted status codes for this probe. Defaults to 2xx. - [ valid_status_codes: , ... | default = "2xx" ] + [ valid_status_codes: , ... | default = 2xx ] # Accepted HTTP versions for this probe. [ valid_http_versions: , ... ] -- 2.25.1