Name

realhttp — Monitors a service specified via an URL

Synopsis

[ parameter1=value1 ] [ parameter2=value2 ] [ ... ] realhttp

Description

Monitors a service specified via an URL

Availability

  • unlimitted

Options

Global Options

extraheaders [string]

custom header that should be sent to the server

extraheadersvalue [string]

data that should go with extraheader

item [string]

column name we should report the results under

match [string]

regular expression a retrieved file must match (default: none)

maxsize [integer number]

maximum file size (default: 1024)

nomatch [string]

regular expression a retrieved file must not match (default: none)

noredirect [boolean]

if true realhttp will not follow redirects (default: true)

password [string]

password (for pages needing authentication only)

perf [integer number]

time in minutes between sending performance data (0 for no performance data)

proxy [string]

http proxy url, if set the requests go through the proxy

timeout [integer number]

Timeout in seconds (default: 8)

url [string]

Service URL

user [string]

user name (for pages needing authentication, only)