mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3079 from GeorgesDick/patch-8
Update definitions.inc.php
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user