summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-03-21 06:56:35 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-03-21 06:56:35 (GMT)
commit8aa84840bb9b880ca1b2060e25ec6a1f3ee90ba1 (patch)
treec67c0dda278dc139075d7d5d894166dcddaa9979
parent795277d9b1bf7c6d7539b4f1aac3815e6b66efe7 (diff)
downloadmonitoring-plugins-8aa84840bb9b880ca1b2060e25ec6a1f3ee90ba1.tar.gz
Update check_http short help with new stycky and stickyport options.
-rw-r--r--plugins/check_http.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index c8ae67f..0310203 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -1407,8 +1407,8 @@ print_usage (void)
1407 printf (_("Usage:")); 1407 printf (_("Usage:"));
1408 printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname); 1408 printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname);
1409 printf (" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n"); 1409 printf (" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n");
1410 printf (" [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n"); 1410 printf (" [-a auth] [-f <ok | warn | critcal | follow | sticky | stickyport>]\n");
1411 printf (" [-s string] [-l] [-r <regex> | -R <case-insensitive regex>] [-P string]\n"); 1411 printf (" [-e <expect>] [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n");
1412 printf (" [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>] [-A string]\n"); 1412 printf (" [-P string] [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>]\n");
1413 printf (" [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n"); 1413 printf (" [-A string] [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n");
1414} 1414}