From 441e6ea36b93f9770cf61d82165f22a4669667e5 Mon Sep 17 00:00:00 2001 From: dan phrawzty Date: Fri, 23 Feb 2024 17:02:28 +0100 Subject: [PATCH] Update README for --output_alt_pipe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ee3da7..bf1c3e8 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Usage: ./check_http_json.rb -u -e -w -c --result_crit_regex REGEX Critical if element matches REGEX. --result_warn_regex is required. -p, --perf ELEMENT Output additional fields (performance metrics). --perf_splitter CHARACTER Additional fields delimiter (default is comma). + --output_alt_pipe CHARACTER Specify a character to replace reserved pipes in the output. Default: ! --perf_regex REGEX Output additional fields expressed as regular expression. --perf_regex_global Check all occurring matches. --perf-regex is required. -t, --timeout SECONDS Wait before HTTP timeout.