[Nagiosplug-checkins] CVS: nagiosplug/plugins check_http.c,1.21,1.22
Ton Voon
tonvoon at users.sourceforge.net
Wed Feb 12 14:28:07 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv19936
Modified Files:
check_http.c
Log Message:
Remove unnecessary \ - complaints from Tru64's cc compiler
Index: check_http.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** check_http.c 8 Feb 2003 05:32:40 -0000 1.21
--- check_http.c 12 Feb 2003 22:27:43 -0000 1.22
***************
*** 42,46 ****
#define OPTIONS "\
! \(-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n\
[-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n\
[-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n\
--- 42,46 ----
#define OPTIONS "\
! (-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n\
[-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n\
[-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n\
More information about the Commits
mailing list