diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 7cdd5e0..79c5ad4 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -41,7 +41,7 @@ strings and regular expressions, check connection times, and report on\n\ | |||
41 | certificate expiration times.\n" | 41 | certificate expiration times.\n" |
42 | 42 | ||
43 | #define OPTIONS "\ | 43 | #define OPTIONS "\ |
44 | \(-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n\ | 44 | (-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n\ |
45 | [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n\ | 45 | [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n\ |
46 | [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n\ | 46 | [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n\ |
47 | [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n\ | 47 | [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n\ |