From f760bab01adeeecda846b48b4f13728d5c01b53e Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 12 Mar 2008 09:26:55 +0000 Subject: [PATCH] more config template updates git-svn-id: http://www.observium.org/svn/observer/trunk@134 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/config.php.default b/config.php.default index 7578fd5b24..e66a322737 100755 --- a/config.php.default +++ b/config.php.default @@ -42,16 +42,18 @@ $snmpget = $config['snmpget']; # Set the general colours and other settings for rrdtool graphs +# Set some default colors for all RRD graphs $config['rrdgraph_defaults'] = array("-c", "BACK#FFFFFF", "-c", "SHADEA#E5E5E5", "-c", "SHADEB#E5E5E5", "-c", "FONT#000000", "-c", "CANVAS#FFFFFF", "-c", "GRID#aaaaaa", "-c", "MGRID#FFAAAA", "-c", "FRAME#5e5e5e", "-c", "ARROW#5e5e5e", "-R", "normal"); +#Set some default properties for overlib popups $config['overlib_defaults'] = ",FGCOLOR,'#e5e5e5', BGCOLOR, '#e5e5e5'"; ### List of networks to allow scanning-based discovery -$nets = array ("89.21.224.0/19", "10.0.0.0/8", "172.22.0.0/16", "213.253.1.0/24"); +$nets = array ("192.168.0.0/24", "10.0.0.0/8"); ### Your company domain name $config['mydomain'] = "project-observer.org"; @@ -62,27 +64,33 @@ $stylesheet = "/css/styles.css"; $mono_font = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf"; $favicon = "/favicon.ico"; +$config['email_default'] = "admin@project-observer.org"; +$config['email_from'] = "observer@project-observer.org"; +$config['email_headers'] = "From: " . $config['email_from'] . "\r\n"; + ### Which interface sections should we show? $show_if_customers = 1; $show_if_transit = 0; $show_if_peering = 0; $show_if_core = 0; -$show_if_l2tp =0; +$show_if_l2tp = 0; $show_locations = 1; +$show_if_bills = 1; $enable_syslog = 1; -### Interface name strings to ignore +### Interface name strings to ignore during discovery + $bif = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0", "-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm", "async", "plip", "-physical", "-signalling", "control plane", "bri", "-bearer", "ng", "bluetooth", "isatap", "ras", "qos", "miniport"); -### Mountpoints to ignore +### Mountpoints to ignore during discovery $ignore_mount = array("/kern", "/mnt/cdrom", "/dev", "/dev/pts"); -### Valis OSes +### List of OS strings to match during discovery $valid_os = array("IOS", "Linux", "OpenBSD", "FreeBSD", "NetBSD", "ProCurve", "m0n0wall", "pfSense", "Snom", "Voswall", "DragonFly"); ### entPhysicalVendorType rewrites