]> git.etc.gen.nz Git - spong.git/commitdiff
added conf vars for WWWFRAME mode and WWW_PROB_ACTIONBAR for Hosts Problems
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 13 Mar 2000 21:17:31 +0000 (21:17 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 13 Mar 2000 21:17:31 +0000 (21:17 +0000)
display

config/spong.conf

index 4acfeca65119ca48f78a838f50b1db3715023822..8a1b4c9910b5d25197f6e6084666d125b947a8c7 100755 (executable)
@@ -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 = 
- "<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
@@ -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
 # ---------------------------------------------------------------------------