mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
smal change
This commit is contained in:
@@ -692,7 +692,7 @@ $config['os'][$os]['over'][1]['text'] = 'CPU Usage';
|
||||
$config['os'][$os]['over'][2]['graph'] = 'device_mempool';
|
||||
$config['os'][$os]['over'][2]['text'] = 'Memory Usage';
|
||||
|
||||
$os = 'callmanager';
|
||||
$os = 'cucm';
|
||||
$config['os'][$os]['text'] = 'Cisco Unified Communications Manager';
|
||||
$config['os'][$os]['type'] = 'tele';
|
||||
$config['os'][$os]['icon'] = 'cisco';
|
||||
|
@@ -12,6 +12,6 @@
|
||||
|
||||
if (!$os) {
|
||||
if (starts_with($sysObjectId, '.1.3.6.1.4.1.9.1.1348')) {
|
||||
$os = 'callmanager';
|
||||
$os = 'cucm';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user