summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 795277d)
raw | patch | inline | side by side (parent: 795277d)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Sat, 21 Mar 2009 06:56:35 +0000 (02:56 -0400) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Sat, 21 Mar 2009 06:56:35 +0000 (02:56 -0400) |
plugins/check_http.c | patch | blob | history |
diff --git a/plugins/check_http.c b/plugins/check_http.c
index c8ae67f864df58a7bf783aee470b524d641cd227..03102033a0f9a3b85036be76d1551b953daf86d8 100644 (file)
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
printf (_("Usage:"));
printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname);
printf (" [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n");
- printf (" [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n");
- printf (" [-s string] [-l] [-r <regex> | -R <case-insensitive regex>] [-P string]\n");
- printf (" [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>] [-A string]\n");
- printf (" [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n");
+ printf (" [-a auth] [-f <ok | warn | critcal | follow | sticky | stickyport>]\n");
+ printf (" [-e <expect>] [-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");
+ printf (" [-A string] [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n");
}