smal change

This commit is contained in:
Rosiak
2016-09-16 23:02:55 +02:00
parent a5e9988112
commit 256c1087df
3 changed files with 2 additions and 2 deletions

View File

@@ -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';

View File

@@ -12,6 +12,6 @@
if (!$os) {
if (starts_with($sysObjectId, '.1.3.6.1.4.1.9.1.1348')) {
$os = 'callmanager';
$os = 'cucm';
}
}