From 1be1b2e5a2ddabec83ee7783e97c5eb0a659311f Mon Sep 17 00:00:00 2001 From: "frederic.oppermann" Date: Mon, 13 Jul 2015 17:05:27 +0200 Subject: [PATCH] synchronized readme.me and help of plugin regarding usage description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42508ee..e67ec35 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ More info about options in Usage. Executing `./check_http_json.py -h` will yield the following details: ``` -usage: check_http_json.py [-h] -H HOST [-B AUTH] [-p PATH] +usage: check_http_json.py [-h] -H HOST [-P PORT] [-B AUTH] [-p PATH] [-e [KEY_LIST [KEY_LIST ...]]] [-q [KEY_VALUE_LIST [KEY_VALUE_LIST ...]]] [-l [KEY_LTE_LIST [KEY_LTE_LIST ...]]] [-g [KEY_GTE_LIST [KEY_GTE_LIST ...]]] [-m [METRIC_LIST [METRIC_LIST ...]]] [-s] - [-f SEPARATOR] [-d] + [-t TIMEOUT] [-f SEPARATOR] [-d] Nagios plugin which checks json values from a given endpoint against argument specified rules and determines the status and performance data for that @@ -62,7 +62,7 @@ service optional arguments: -h, --help show this help message and exit -H HOST, --host HOST Host. - -H PORT, --port PORT TCP port. + -P PORT, --port PORT TCP port -B AUTH, --basic-auth AUTH Basic auth string "username:password" -p PATH, --path PATH Path.