From c13966b9d9b70811ea591345d0f311e3b8796585 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Tue, 8 Jun 2010 18:31:04 +0000 Subject: [PATCH] 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 --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 365a9121ba..b9961f7042 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -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