# ---------------------------------------------------------------------------
# Generic SPONG settings, specifies where files are kept, etc...
# ---------------------------------------------------------------------------
-# $Id: spong.conf-sample,v 1.1 2000/10/16 14:00:00 sljohnson Exp $
+# $Id: spong.conf-sample,v 1.2 2000/11/15 17:25:28 sljohnson Exp $
$SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated
# Number of frames to use in Web Displays
$WWWFRAMES = 3; # Can be 2 or 3, defaults to 2
+# Title Frame Size (if $WWWFRAMES = 3) (In HTML Frame size specs)
+$WWW_TITLE_SIZE = "40";
+
# Set to show long host names on Host Summary web display
$WWW_FQDN = 1;
# ---------------------------------------------------------------------------
# Generic SPONG settings, specifies where files are kept, etc...
# ---------------------------------------------------------------------------
-# $Id: spong.conf.in,v 1.1 2000/10/09 04:46:41 sljohnson Exp $
+# $Id: spong.conf.in,v 1.2 2000/11/15 17:25:28 sljohnson Exp $
$SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated
# Number of frames to use in Web Displays
$WWWFRAMES = 3; # Can be 2 or 3, defaults to 2
+# Title Frame Size (if $WWWFRAMES = 3) (In HTML Frame size specs)
+$WWW_TITLE_SIZE = "40";
+
# Set to show long host names on Host Summary web display
$WWW_FQDN = 1;
# (3) Re-did as a client which gets info from the spong-server (07/24/1997)
# (4) Did a whole bunch of stuff (Ed Hill, 06/18/1998)
#
-# $Id: www-spong.pl,v 1.17 2000/10/16 15:34:32 sljohnson Exp $
+# $Id: www-spong.pl,v 1.18 2000/11/15 17:25:29 sljohnson Exp $
use Sys::Hostname;
use Getopt::Long;
print "Content-type: text/html\n\n";
print "<html><head>\n";
print "<title>Spong v$SPONGVER - System Status Monitor</title></head>\n";
- print "<frameset rows=\"40,*\" border=5 frameboard=no>";
+ print "<frameset rows=\"$main::WWW_FRAME_SIZE,*\" border=5 frameboard=no>";
print "<frame src=\"$main::WWWSPONG/title\" marginwidth=5 ";
print "marginheight=5 noshade name=\"title\">\n";
print "<frame src=\"";