diff --git a/includes/static-config.php b/includes/static-config.php index 3aca18972e..e6124c0fae 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";