Merge pull request #3079 from GeorgesDick/patch-8

Update definitions.inc.php
This commit is contained in:
Neil Lathwood
2016-02-24 13:16:12 +00:00

View File

@ -1290,6 +1290,12 @@ $config['os'][$os]['text'] = 'Synology DSM';
$config['os'][$os]['group'] = 'unix';
$config['os'][$os]['type'] = 'storage';
$config['os'][$os]['icon'] = 'synology';
$config['os'][$os]['over'][0]['graph'] = 'device_processor';
$config['os'][$os]['over'][0]['text'] = 'Processor Usage';
$config['os'][$os]['over'][1]['graph'] = 'device_mempool';
$config['os'][$os]['over'][1]['text'] = 'Memory Usage';
$config['os'][$os]['over'][2]['graph'] = 'device_storage';
$config['os'][$os]['over'][2]['text'] = 'Storage Usage';
$os = 'hikvision';
$config['os'][$os]['text'] = 'Hikvision';