From 216966a7c2cc05a373c476469f8fb820b35658a9 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 22 Mar 2012 09:45:20 +0000 Subject: [PATCH] ignore some voice interfaces git-svn-id: http://www.observium.org/svn/observer/trunk@2921 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/defaults.inc.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 16e5278af..9be3bdf78 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -234,6 +234,11 @@ $config['bad_if'][] = "span rp"; $config['bad_if'][] = "span sp"; $config['bad_if'][] = "sslvpn"; $config['bad_if'][] = "pppoe-"; +$config['bad_if'][] = "voiceencap"; +$config['bad_if'][] = "voicefxo"; +$config['bad_if'][] = "voicefxs"; +$config['bad_if'][] = "voiceoveratm"; +$config['bad_if'][] = "voiceoverframerelay"; #$config['bad_if'][] = "control plane"; ## Example for cisco control plane $config['bad_if_regexp'][] = "/serial[0-9]:/"; @@ -348,7 +353,8 @@ $config['auth_ldap_groups']['support']['level'] = 1; $config['astext'][65333] = "Cymru Bogon Feed"; ### What should we warn about? -$config['warn']['ifdown'] = true; +$config['warn']['ifdown'] = false; + ## List of poller modules. Need to be in the array to be ## considered for execution.