mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
be more specific in regex ignore for traffic, so useful powerconnect 62xx interfaces dont get ignored
git-svn-id: http://www.observium.org/svn/observer/trunk@1108 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -81,7 +81,7 @@ $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/','/:/');
|
||||
$config['device_traffic_descr'] = array('/loopback/','/vlan/','/tunnel/','/:\d+/');
|
||||
|
||||
$config['allow_unauth_graphs'] = 0; ## Allow graphs to be viewed by anyone
|
||||
|
||||
|
Reference in New Issue
Block a user