]> git.etc.gen.nz Git - spong.git/commitdiff
spelling corrections and UIOWA cleanout
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:11:33 +0000 (03:11 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:11:33 +0000 (03:11 +0000)
config/spong.conf

index 246980320a2ab1af47a613745f6e70d115cbeeda..21f4d511b2d55944b35e3a8762d29dc80ccaaae1 100755 (executable)
@@ -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",
                                  ];