From: Stephen L Johnson Date: Mon, 13 Mar 2000 21:17:31 +0000 (+0000) Subject: added conf vars for WWWFRAME mode and WWW_PROB_ACTIONBAR for Hosts Problems X-Git-Tag: spong-2_7-alpha5~45 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f53a856ecbd72ebc271310f26cc325942820ba9;p=spong.git added conf vars for WWWFRAME mode and WWW_PROB_ACTIONBAR for Hosts Problems display --- diff --git a/config/spong.conf b/config/spong.conf index 4acfeca..8a1b4c9 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -20,16 +20,34 @@ $SPONG_LOG_SYSLOG = 0; # Log output to syslog $SPONG_SERVER_ALARM = 10; # Timeout for spong-server connection in seconds # Set to 0 to disable +# Number of frames to use in Web Displays +$WWWFRAMES = 3; # Can be 2 or 3, defaults to 2 + +# Set to show long host names on Host Summary web display +$WWW_FQDN = 1; + $WWWGIFS = "/spong/gifs"; $WWWHTML = "/usr/local/spong/www/html"; $WWWSPONG = "http://spong-server.aci.alltel.com/cgi-bin/www-spong"; $WWWACK = "http://spong-server.aci.alltel.com/cgi-bin/www-spong-ack"; $WWWCONTACT = "http://spong-server.aci.alltel.com/spong/page.cgi"; -# Customized link(s) that can be added to the Spong Web displays -$WWW_ACTIONBAR_CUSTOM = - "Machine Info"; +# Customized link(s) that can be added to the Host Display (right frame) +# $WWW_ACTIONBAR_CUSTOM = +# 'Machine Info'; +$WWW_ACTIONBAR_CUSTOM = ' + Charts || + Summary'; + +# Customizable link that can be added to Host Problems displays (left frame) +$WWW_PROB_ACTIONBAR = $WWW_ACTIONBAR_CUSTOM; # Default to Host Display + # actionbar + +# Customizable action bar of Title Frame (only if $WWWFRAMES = 3) +$WWW_TITLE_ACTIONBAR = ' Extended ActionBar: ' . +' Spong RRD Charts ' . +' || System Summaries'; $WWW_TITLE_COLOR = "#9999ff"; # Background color for table title cells $WWW_CELL_COLOR = "#cccccc"; # Background color for table detail cells @@ -45,6 +63,11 @@ $WWW_COLOR{"blue"} = "#0000ff"; @WWW_REFRESH_ALLOW = ( '.*' ); @WWW_REFRESH_DENY = ( ); +# You should have to changes these settings +$SERVICELISTFIX = 0; # Set his if host not displaying service status' +$HOSTGROUPALL = 0; # Set this to include the ALL group on Group Web + # displays + # --------------------------------------------------------------------------- # spong-cleanup parameters # ---------------------------------------------------------------------------