mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Lots of additions.
git-svn-id: http://www.observium.org/svn/observer/trunk@108 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -6,8 +6,9 @@ $db_user = "observer";
|
||||
$db_pass = "";
|
||||
$db_name = "observer";
|
||||
|
||||
### Installation Location
|
||||
$installdir = "/var/sites/network.vostron.net/";
|
||||
### Installation Locations
|
||||
$installdir = "/var/sites/observer/";
|
||||
$rrd_dir = $installdir . "rrd/";
|
||||
|
||||
### Default community
|
||||
$community = "public";
|
||||
@@ -40,6 +41,8 @@ $show_if_transit = 0;
|
||||
$show_if_peering = 0;
|
||||
$show_locations = 1;
|
||||
|
||||
$enable_syslog = 0;
|
||||
|
||||
### Interface name strings to ignore
|
||||
$bif = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0",
|
||||
"-atm layer", "-atm subif", "-shdsl", "-adsl",
|
||||
|
Reference in New Issue
Block a user