# scripts/http - web-server accessibility (direct)

# This will return a warning level for servers requiring authentication, so
# use httpauth for those ones.

send	GET / HTTP/1.0\nUser-Agent: Remstats/0.12.0\nHost: ##HOST##\nConnection: close\n\n
port	80
timeout	5
ok      ^HTTP/\d+\.\d 200

