newdevice: Change Cisco UCM category from tele to collaboration (#6297)

* Change Cisco UCM category from tele to telephony

* Added telephony definitions

* Changed the category to collaboration as agreed
This commit is contained in:
Aldemir Akpinar
2017-04-12 22:14:22 +03:00
committed by Tony Murray
parent 66baea1c48
commit cea6169cd6
2 changed files with 6 additions and 2 deletions

View File

@ -651,12 +651,16 @@ $config['device_types'][$i]['text'] = 'Appliance';
$config['device_types'][$i]['type'] = 'appliance';
$config['device_types'][$i]['icon'] = 'appliance.png';
$i++;
$config['device_types'][$i]['text'] = 'Collaboration';
$config['device_types'][$i]['type'] = 'collaboration';
$config['device_types'][$i]['icon'] = 'collaboration.png';
$i++;
$config['device_types'][$i]['text'] = 'Workstation';
$config['device_types'][$i]['type'] = 'workstation';
$config['device_types'][$i]['icon'] = 'workstation.png';
//
// No changes below this line #
//

View File

@ -1,6 +1,6 @@
os: cucm
text: 'Cisco Unified Communications Manager'
type: tele
type: collaboration
icon: cisco
over:
- { graph: device_bits, text: 'Device Traffic' }