diff options
-rw-r--r-- | plugins/check_http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 61a84f26..c7f6e8a4 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -304,6 +304,7 @@ process_arguments (int argc, char **argv) | |||
304 | {"verbose", no_argument, 0, 'v'}, | 304 | {"verbose", no_argument, 0, 'v'}, |
305 | {"post", required_argument, 0, 'P'}, | 305 | {"post", required_argument, 0, 'P'}, |
306 | {"IP-address", required_argument, 0, 'I'}, | 306 | {"IP-address", required_argument, 0, 'I'}, |
307 | {"url", required_argument, 0, 'u'}, | ||
307 | {"string", required_argument, 0, 's'}, | 308 | {"string", required_argument, 0, 's'}, |
308 | {"regex", required_argument, 0, 'r'}, | 309 | {"regex", required_argument, 0, 'r'}, |
309 | {"ereg", required_argument, 0, 'r'}, | 310 | {"ereg", required_argument, 0, 'r'}, |