<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#f1f0ed>
<DIV><FONT face="Courier New" size=2>Does anyone know what happened to the SSL
option (-S in previous versions) </FONT></DIV>
<DIV><FONT face="Courier New" size=2>for the latest version of the check_http
plugin?</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>- David</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><A
href="mailto:user@host:/usr/local/src/nagios10/nagios-plugins-1.3.0-beta2/plugins"><FONT
face="Courier New"
size=2>user@host:/usr/local/src/nagios10/nagios-plugins-1.3.0-beta2/plugins</FONT></A><FONT
face="Courier New" size=2>> ./check_http -h<BR>check_http (nagios-plugins
1.3.0-beta2) 1.12<BR>The nagios plugins come with ABSOLUTELY NO WARRANTY. You
may redistribute<BR>copies of the plugins under the terms of the GNU General
Public License.<BR>For more information about these matters, see the file named
COPYING.<BR>Copyright (c) 1999-2001 Ethan Galstad/Karl DeBisschop <</FONT><A
href="mailto:kdebisschop@users.sourceforge.net"><FONT face="Courier New"
size=2>kdebisschop@users.sourceforge.net</FONT></A><FONT face="Courier New"
size=2>></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>This plugin tests the HTTP service on the
specified host. It can test<BR>normal (http) and secure (https) servers, follow
redirects, search for<BR>strings and regular expressions, check connection
times, and report on<BR>certificate expiration times.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Usage:<BR> check_http (-H
<vhost> | -I <IP-address>) [-u <uri>] [-p
<port>]<BR>
[-w <warn time>] [-c <critical time>] [-t <timeout>]
[-L]<BR> [-a
auth] [-f <ok | warn | critcal | follow>] [-e
<expect>]<BR>
[-s string] [-r <regex> | -R <case-insensitive
regex>]<BR>
[-P string]<BR> check_http (-h | --help) for detailed
help<BR> check_http (-V | --version) for version information<BR>NOTE: One
or both of -H and -I must be specified</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Options:<BR> -H,
--hostname=ADDRESS<BR> Host name argument for servers using
host headers (virtual host)<BR> -I, --IP-address=ADDRESS<BR> IP
address or name (use numeric address if possible to bypass DNS
lookup).<BR> -e, --expect=STRING<BR> String to expect in first
(status) line of server response (default: HTTP/1.)<BR> If specified
skips all other status line logic (ex: 3xx, 4xx, 5xx processing)<BR> -s,
--string=STRING<BR> String to expect in the content<BR> -u,
--url=PATH<BR> URL to GET or POST (default: /)<BR> -p,
--port=INTEGER<BR> Port number (default: 80)<BR> -P,
--post=STRING<BR> URL encoded http POST data<BR> -w,
--warning=INTEGER<BR> Response time to result in warning status
(seconds)<BR> -c, --critical=INTEGER<BR> Response time to
result in critical status (seconds)<BR> -t,
--timeout=INTEGER<BR> Seconds before connection times out (default:
10)<BR> -a, --authorization=AUTH_PAIR<BR> Username:password on
sites with basic authentication<BR> -L, --link=URL<BR> Wrap
output in HTML link (obsoleted by urlize)<BR> -f,
--onredirect=<ok|warning|critical|follow><BR> How to handle
redirected pages<BR> -v, --verbose<BR> Show details for
command-line debugging (do not use with nagios server)<BR> -h,
--help<BR> Print detailed help screen<BR> -V,
--version<BR> Print version
information</FONT></DIV></BODY></HTML>