Improved support for Equallogic storage arrays and DELL servers

This commit is contained in:
Peter TKATCHENKO
2016-05-12 17:36:08 +02:00
parent 847d639cbf
commit c99c74bd95
5 changed files with 300 additions and 29 deletions

View File

@@ -922,6 +922,8 @@ $config['os'][$os]['text'] = 'Dell EqualLogic';
$config['os'][$os]['icon'] = 'dell';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
$config['os'][$os]['over'][1]['graph'] = 'device_storage';
$config['os'][$os]['over'][1]['text'] = 'Storage Usage';
$os = 'drac';
$config['os'][$os]['text'] = 'Dell DRAC';