# ---------------------------------------------------------------------------
# Generic SPONG settings, specifies where files are kept, etc...
# ---------------------------------------------------------------------------
-# $Id: spong.conf,v 1.18 2000/09/25 20:43:54 sljohnson Exp $
+# $Id: spong.conf,v 1.19 2000/09/27 03:11:33 sljohnson Exp $
$SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated
@WWW_REFRESH_DENY = ( );
# You should not have to changes these settings
-$SERVICELISTFIX = 0; # Set his if host not displaying service status'
+$SERVICELISTFIX = 0; # Set this if host not displaying service status
$HOSTGROUPALL = 0; # Set this to include the ALL group on Group Web
# displays
# $LOGCRIT{"/var/log/messages"} = [ "NOTICE" ];
# New Logmon configure syntax.
-# The Syntax is must more complex that the old code, but it is inifinity more
+# The Syntax is much more complex than the old code, but it is inifinity more
# configurable.
#
# The top level varable ($LOGCHECKS) is a list of anonymous hashes
$HTTPDOCS{"ALL"} = [ "/index.html" ];
$HTTPPORT{"ALL"} = 80;
-# $HTTPDOCS{"sprite.its.uiowa.edu"} = [ "/index.html" ];
+# $HTTPDOCS{"www3.example.com"} = [ "/index.html" ];
# URL's for for http check. These configuations use HTTP 1.1 for testing.
# The '_HOST_' string is replaced by the hostname as defined in spong.hosts.
# The 'DEFAULT' entry is used for testing all hosts if not overriden.
$HTTPURLS{"DEFAULT"} = [ "http://_HOST_/" ];
-$HHTPURLS{"aptest.my-inc.com"} = [ "http://_HOST_/",
+$HTTPURLS{"aptest.my-inc.com"} = [ "http://_HOST_/",
"http://webtest.my-inc.com:8080/login.php3",
"http://_HOST_:8000/newapp/register.html",
];