mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user