From 17242a06f2a50f7f5ed03baae3777f90ebfee3e8 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 27 Jul 2010 12:58:26 +0000 Subject: [PATCH] use device_bits graphtype only for thomson speedtouch overlib git-svn-id: http://www.observium.org/svn/observer/trunk@1494 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/static-config.php b/includes/static-config.php index 3aca18972..e6124c0fa 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -256,6 +256,9 @@ $os = "speedtouch"; $config['os'][$os]['text'] = "Thomson Speedtouch"; $config['os'][$os]['ifname'] = 1; $config['os'][$os]['type'] = "network"; +$config['os'][$os]['over'][0]['graph'] = "device_bits"; +$config['os'][$os]['over'][0]['text'] = "Traffic"; + $os = "sonicwal"; $config['os'][$os]['text'] = "SonicWALL";