mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update definitions.inc.php
Extended new SonicWALL monitoring to include both CPU and memory graphs.
This commit is contained in:
@ -854,8 +854,10 @@ $config['os'][$os]['text'] = 'SonicWALL';
|
||||
$config['os'][$os]['type'] = 'firewall';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Traffic';
|
||||
$config['os'][$os]['over'][1]['graph'] = 'device_mempool';
|
||||
$config['os'][$os]['over'][1]['text'] = 'Memory Utilization';
|
||||
$config['os'][$os]['over'][1]['graph'] = 'device_processor';
|
||||
$config['os'][$os]['over'][1]['text'] = 'CPU';
|
||||
$config['os'][$os]['over'][2]['graph'] = 'device_mempool';
|
||||
$config['os'][$os]['over'][2]['text'] = 'Memory';
|
||||
|
||||
$os = 'zywall';
|
||||
$config['os'][$os]['text'] = 'ZyXEL ZyWALL';
|
||||
|
Reference in New Issue
Block a user