From d959c933ef92f36bd07110684f65266d7e59d30d Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 29 Dec 2009 01:01:30 +0000 Subject: [PATCH] change variable :> git-svn-id: http://www.observium.org/svn/observer/trunk@569 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.php.default b/config.php.default index e79bc9dde..4f9f2b94c 100755 --- a/config.php.default +++ b/config.php.default @@ -88,7 +88,8 @@ $config['enable_billing'] = 0; # Enable Billing $config['enable_inventory'] = 1; # Enable Inventory $config['enable_etherlike'] = 1; # Enable Etherlike $config['enable_pseudowires'] = 1; # Enable Pseudowires -$config['enable_etherlike'] = 1; # Enable Polling EtherLike-MIB (doubles interface processing time) + +$config['enable_ports_etherlike'] = 0; # Enable Polling EtherLike-MIB (doubles interface processing time) #$config['rancid_configs'] = '/var/lib/rancid/network/configs/'; #$config['collectd_dir'] = '/var/lib/collectd/rrd';