diff --git a/includes/static-config.php b/includes/static-config.php index ead5af09d..089ba577a 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -269,6 +269,9 @@ $config['os'][$os]['over'][0]['graph'] = "device_bits"; $config['os'][$os]['over'][0]['text'] = "Traffic"; $config['os'][$os]['over'][0]['graph'] = "device_processors"; $config['os'][$os]['over'][0]['text'] = "CPU Usage"; +$config['os'][$os]['over'][0]['graph'] = "device_mempools"; +$config['os'][$os]['over'][0]['text'] = "Memory Usage"; + $os = "speedtouch"; $config['os'][$os]['text'] = "Thomson Speedtouch";