allow customisable filtering of interfaces from device_bits graph (also usable on theoretical device_pkts and device_errors)

git-svn-id: http://www.observium.org/svn/observer/trunk@1068 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-04-20 15:46:17 +00:00
parent caa5d5e4a0
commit 38a33e5661
8 changed files with 188 additions and 81 deletions

View File

@@ -27,7 +27,7 @@ $config['mono_font'] = "DejaVuSansMono";
$config['favicon'] = "favicon.ico";
$config['header_color'] = "#1F334E";
$config['page_refresh'] = "30"; ## Refresh the page every xx seconds
$config['frong_page'] = "default.php";
$config['frong_page'] = "pages/front/default.php";
$config['page_title'] = "ObserverNMS";
$config['syslog_age'] = "1 month";
$config['timestamp_format'] = 'd-m-Y H:i:s';
@@ -80,6 +80,9 @@ $config['ignore_mount_removable'] = 1; # Ignore removable disk storage
$config['ignore_mount_network'] = 1; # Ignore network mounted storage
$config['ignore_mount_optical'] = 1; # Ignore mounted optical discs
$config['device_traffic_iftype'] = array('/loopback/','/other/','/tunnel/','/virtual/','/mpls/');
$config['device_traffic_descr'] = array('/loopback/','/vlan/','/tunnel/','/:/');
# Sensors
$config['allow_entity_sensor']['amperes'] = 1;