[Orca-checkins] rev 145 - trunk/orca/orcallator

blair at orcaware.com blair at orcaware.com
Tue Jul 30 21:56:01 PDT 2002


Author: blair
Date: 2002-07-30 21:54:50 -0700 (Tue, 30 Jul 2002)
New Revision: 145

Modified:
   trunk/orca/orcallator/orcallator.cfg.in
Log:
* orcallator/orcallator.cfg.in:
  Add a match on qfe\d+ for 100 Mbit Ethernet cards.
  Change html_page_header to say "Put your site's logo here".
  Change html_top_title to read "Orca Host Status" instead of
    "Yahoo!/GeoCities Host Status".
  Remove <spacer></spacer>, which is not a valid HTML 4.01
    Transitional tag.


Modified: trunk/orca/orcallator/orcallator.cfg.in
==============================================================================
--- trunk/orca/orcallator/orcallator.cfg.in	(original)
+++ trunk/orca/orcallator/orcallator.cfg.in	Tue Jul 30 21:55:00 2002
@@ -49,6 +49,22 @@
 generate_quarterly_plot	1
 generate_yearly_plot	1
 
+# This sets the HTML markup that is placed at the very top of every
+# web page and is primarly used to display the site's logo.
+html_page_header	<h3>Put your site's logo here.</h3>
+
+# This sets the text that is placed in the pages' <title></title>
+# element and just after the html_page_header HTML markup text is
+# placed on the page.
+html_top_title		Orca Host Status
+
+# This sets the HTML markup that is placed at the bottom of every web
+# page.
+html_page_footer
+  <font face="verdana,geneva,arial,helvetica">
+    These plots brought to you by your local system administrator.
+  </font>
+
 # This defines where the find the source data files and the format of
 # those files.  Notes about the fields:
 # find_files
@@ -81,25 +97,6 @@
 			}
 }
 
-html_top_title		Yahoo!/GeoCities Host Status
-
-html_page_header
-  <div style="position:absolute;left:0px;top:0px; width:100%;display:none;z-index:1">
-    Funding for Orca provided by <a href="http://www.rothschildimage.com/">
-        The Rothschild Image</a>.
-  </div>
-  <a href="http://geocities.yahoo.com/home/">
-    <img border=0 alt="Yahoo!/GeoCities"
-     src="http://a372.g.akamaitech.net/7/372/27/5fd49246b3dc72/us.yimg.com/i/geo/ygeo.gif"
-     width=305 height=36></a>
-  <spacer type=vertical size=4>
-
-html_page_footer
-  <spacer type=vertical size=20>
-  <font face="Arial,Helvetica">
-    These plots brought to you by your local system administrator.
-  </font>
-
 plot {
 title			%g System Overview
 source			orcallator
@@ -317,7 +314,7 @@
 plot {
 title			%g Interface Bits Per Second: $1
 source			orcallator
-data			1024 * 8 * ((?:(?:be)|(?:dfme)|(?:eri)|(?:hme))\d+)InKB/s
+data			1024 * 8 * ((?:(?:be)|(?:dfme)|(?:eri)|(?:hme)|(?:qfe))\d+)InKB/s
 data			1024 * 8 * $1OuKB/s
 line_type		area
 line_type		line1




More information about the Orca-checkins mailing list