From: conorbroderick Date: Thu, 24 Aug 2017 10:28:41 +0000 (+0100) Subject: Fix docs valid_status_codes type X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e9db0f11edfa4a7486df560eed847ec4f188b188;p=blackbox_exporter.git Fix docs valid_status_codes type --- 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: , ... ]