mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
more config template updates
git-svn-id: http://www.observium.org/svn/observer/trunk@134 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user