$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 =
- "<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>";
+# Customized link(s) that can be added to the Host Display (right frame)
+# $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_ACTIONBAR_CUSTOM = '
+ <a href=\"/spong-rrd/$name/index.html\">Charts</a> ||
+ <a href=\"/cgi-bin/sysquery.pl?target=$name\">Summary</a>';
+
+# 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 = ' <b>Extended ActionBar: </b> ' .
+' <a href="/spong-rrd/index.html">Spong RRD Charts</a> ' .
+' || <a href="/cgi-bin/sysquery.pl?target=showall">System Summaries</a>';
$WWW_TITLE_COLOR = "#9999ff"; # Background color for table title cells
$WWW_CELL_COLOR = "#cccccc"; # Background color for table detail cells
@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
# ---------------------------------------------------------------------------