From: Stephen L Johnson Date: Wed, 27 Sep 2000 03:11:33 +0000 (+0000) Subject: spelling corrections and UIOWA cleanout X-Git-Tag: spong-2_7_0-beta1~32 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1e43d615d25e7b20e438250ac36d9fd47935e9;p=spong.git spelling corrections and UIOWA cleanout --- diff --git a/config/spong.conf b/config/spong.conf index 2469803..21f4d51 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # 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 @@ -90,7 +90,7 @@ $WWW_COLOR{"blue"} = "#0000ff"; @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 @@ -145,7 +145,7 @@ $CPUWARN = 3.0; # Warn at load avg of 3.0 # $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 @@ -196,13 +196,13 @@ $LOGCHECKS = [ { 'logfile' => '/var/log/messages', $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", ];