Equalogic patches

Detect Equalogics as storage device.

The units need to be set to 1000000 since the returned storage values are in MBs.
This commit is contained in:
Ahmed Sajid
2016-08-04 09:15:00 -04:00
parent beb5362bef
commit e62f4dcd6c
3 changed files with 3 additions and 2 deletions

View File

@@ -1048,6 +1048,7 @@ $config['os'][$os]['over'][3]['text'] = 'Storage Usage';
$os = 'equallogic';
$config['os'][$os]['text'] = 'Dell EqualLogic';
$config['os'][$os]['type'] = 'storage';
$config['os'][$os]['icon'] = 'dell';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';