diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-03-22 07:25:33 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-03-22 07:25:33 +0000 |
commit | 7e6dc23d028297de5f00704c293e641f99030026 (patch) | |
tree | 05376fab112d7c382534e611a5103fdceaa1ff71 | |
parent | bfa2b045a0d44882941a00c6fecfcde20ce1395c (diff) | |
download | monitoring-plugins-7e6dc23d028297de5f00704c293e641f99030026.tar.gz |
Getopt bug (Joe Rhett)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@857 f882894a-f735-0410-b71e-b25c423dba1c
-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'}, |