]> git.etc.gen.nz Git - spong.git/commitdiff
added new $WWW_TITLE_COLOR, $WWW_CELL_COLOR, and $HTTPURLS configuration variables
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 7 Feb 2000 04:46:46 +0000 (04:46 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 7 Feb 2000 04:46:46 +0000 (04:46 +0000)
config/spong.conf

index 4719f0fa2c8c25f15388976cc2f686d0ca879320..cd8842e05a3628da0890400fa297ee7b5fb0edfa 100755 (executable)
@@ -28,6 +28,9 @@ $WWW_ACTIONBAR_CUSTOM =
  "<a href=\"http://main-ops.dummy.com:1400/ldapsearch?query=cn $name " .
  "ou=Inventory o=Dummy Inc o=My State o=US\">Machine Info</a>";
 
+$WWW_TITLE_COLOR = "#9999ff";   # Background color for table title cells
+$WWW_CELL_COLOR  = "#cccccc";   # Background color for table detail cells
+
 $WWW_USE_IMAGES = 0;
 
 $WWW_COLOR{"red"}    = "#cc0000";
@@ -131,6 +134,15 @@ $HTTPPORT{"ALL"} = 80;
 
 # $HTTPDOCS{"sprite.its.uiowa.edu"} = [ "/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_/",
+                                   "http://webtest.my-inc.com:8080/login.php3",
+                                   "http://_HOST_:8000/newapp/register.html",
+                                 ];
+
 # ---------------------------------------------------------------------------
 # Just a little more configuration information - these variables are for
 # the spong-message program.