[Nagiosplug-checkins] nagiosplug/plugins check_http.c,1.80,1.81

Harper Mann harpermann at users.sourceforge.net
Thu Jan 20 15:41:45 CET 2005


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3532

Modified Files:
	check_http.c 
Log Message:
Changed long argument --minmax to --pagesize and updated help and usage


Index: check_http.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- check_http.c	20 Jan 2005 22:50:09 -0000	1.80
+++ check_http.c	20 Jan 2005 23:40:30 -0000	1.81
@@ -223,7 +223,7 @@
 		{"no-body", no_argument, 0, 'N'},
 		{"max-age", required_argument, 0, 'M'},
 		{"content-type", required_argument, 0, 'T'},
-		{"minmax", required_argument, 0, 'm'},
+		{"pagesize", required_argument, 0, 'm'},
 		{"use-ipv4", no_argument, 0, '4'},
 		{"use-ipv6", no_argument, 0, '6'},
 		{0, 0, 0, 0}
@@ -1516,7 +1516,7 @@
    Wrap output in HTML link (obsoleted by urlize)\n\
  -f, --onredirect=<ok|warning|critical|follow>\n\
    How to handle redirected pages\n\
- -m, --minmax=INTEGER<:INTEGER>\n\
+ -m, --pagesize=INTEGER<:INTEGER>\n\
    Minimum page size required (bytes) : Maximum page size required (bytes)\n"));
 
 	printf (_(UT_WARN_CRIT));





More information about the Commits mailing list