From 131eecb9ab21a85c1721f3303581118f8d8cb1dd Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 11 May 2009 13:45:56 +0000 Subject: [PATCH] updated config.php git-svn-id: http://www.observium.org/svn/observer/trunk@429 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.php.default b/config.php.default index 3edc0f134..a571596f2 100755 --- a/config.php.default +++ b/config.php.default @@ -95,9 +95,11 @@ $config['syslog_age'] = "1 month"; ## Time to keep syslog for in ### Interface name strings to ignore $config['bad_if'] = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0", "-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm", "stackport", - "async", "plip", "-physical", "-signalling", "control plane", "stacksub", + "async", "plip", "-physical", "-signalling", "control plane", "stacksub", "control", "bri", "-bearer", "ng", "bluetooth", "isatap", "ras", "qos", "miniport"); +$config['bad_if_regexp'] = array("/serial[0-9]:/"); + ### Mountpoints to ignore $config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/dev", "/dev/pts", "/proc/bus/usb");