From c82a4439f77ad5a4b05205c10893f56b9e5eb883 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 23 Mar 2009 17:36:42 +0000 Subject: [PATCH] update config git-svn-id: http://www.observium.org/svn/observer/trunk@363 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/config.php.default b/config.php.default index 594c94243..258109044 100755 --- a/config.php.default +++ b/config.php.default @@ -14,7 +14,7 @@ $config['rrd_dir'] = $config['install_dir'] . "rrd"; ### Default community $config['community'] = "observer"; -$config['base_url'] = "http://observer"; +$config['base_url'] = "http://demo.observernms.com"; ### Location of executables @@ -40,10 +40,10 @@ $config['overlib_defaults'] = ",FGCOLOR,'#e5e5e5', BGCOLOR, '#e5e5e5'"; ## List of networks to allow scanning-based discovery. $config['nets'] = array ("10.0.0.0/8", "172.22.0.0/16"); -## Your company domain name and specifics +## Your local domain name and specifics $config['mydomain'] = "observernms.net"; -$config['page_title'] = "Project Observer"; -$config['title_image'] = "images/observer-logo.jpg"; +$config['page_title'] = "Demo ObserverNMS"; +$config['title_image'] = $config['base_url'] . "images/observer-logo.jpg"; $config['stylesheet'] = "css/styles.css"; $config['mono_font'] = $config['install_dir'] . "/fonts/DejaVuSansMono.ttf"; $config['favicon'] = "favicon.ico"; @@ -58,13 +58,13 @@ $config['email_headers'] = "From: " . $config['email_from'] . "\r\n"; ### Which interface sections should we show? -$config['int_customers'] = 1; # Enable Customer Port Parsing -$config['int_transit'] = 1; # Enable Transit Types -$config['int_peering'] = 1; # Enable Peering Types -$config['int_core'] = 1; # Enable Core Port Types -$config['int_l2tp'] = 1; # Enable L2TP Port Types +$config['int_customers'] = 0; # Enable Customer Port Parsing +$config['int_transit'] = 0; # Enable Transit Types +$config['int_peering'] = 0; # Enable Peering Types +$config['int_core'] = 0; # Enable Core Port Types +$config['int_l2tp'] = 0; # Enable L2TP Port Types -$config['show_locations'] = 1; # Enable Locations on menu +$config['show_locations'] = 0; # Enable Locations on menu ### Which additional features should we enable? @@ -74,9 +74,10 @@ $config['enable_billing'] = 0; # Enable BGP session collection and display $config['enable_inventory'] = 0; # Enable Inventory ## Uncomment this to enable display of rancid-collected configs -#$config['rancid_configs'] = '/var/lib/rancid/network/configs/'; -$config['cdp_autocreate'] = false; # Should we autocreate hosts we see via CDP? -$config['snmp_autodiscovery'] = false; +#$config['rancid_configs'] = '/var/lib/rancid/network/configs/'; +$config['cdp_autocreate'] = false; # Should we autocreate hosts we see via CDP? +$config['snmp_autodiscovery'] = false; # Should we scan for and autocreate hosts via snmp? + # SNMP autodiscovery is * NOT WORKING * ## If a syslog entry contails these strings it is deleted from the database $config['syslog_filter'] = array("last message repeated", "Connection from UDP: [127.0.0.1]:");