diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 23:18:18 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 23:18:18 +0200 |
commit | 30aa7a63f1993ea09ba6ce84819d783f027ed516 (patch) | |
tree | da946a2927f284dc5c7d08a0224263ef3f17240f /plugins/check_http.c | |
parent | 64b4d1fb665005c9442361094e02cfd25aa15f43 (diff) | |
download | monitoring-plugins-30aa7a63f1993ea09ba6ce84819d783f027ed516.tar.gz |
check_http: Document the new -E option
Mention the -E/--extended-perfdata flag in the --help output.
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 7e3f82ae..1576601b 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1522,6 +1522,8 @@ print_help (void) printf (" %s\n", _("String to be sent in http header as \"User Agent\"")); printf (" %s\n", "-k, --header=STRING"); printf (" %s\n", _("Any other tags to be sent in http header. Use multiple times for additional headers")); + printf (" %s\n", "-E, --extended-perfdata"); + printf (" %s\n", _("Print additional performance data")); printf (" %s\n", "-L, --link"); printf (" %s\n", _("Wrap output in HTML link (obsoleted by urlize)")); printf (" %s\n", "-f, --onredirect=<ok|warning|critical|follow|sticky|stickyport>"); @@ -1588,7 +1590,7 @@ print_usage (void) printf ("%s\n", _("Usage:")); printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname); printf (" [-J <client certificate file>] [-K <private key>]\n"); - printf (" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L] [-a auth]\n"); + printf (" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L] [-E] [-a auth]\n"); printf (" [-b proxy_auth] [-f <ok|warning|critcal|follow|sticky|stickyport>]\n"); printf (" [-e <expect>] [-d string] [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n"); printf (" [-P string] [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>]\n"); |