mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
committed by
Tony Murray
parent
66baea1c48
commit
cea6169cd6
@ -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 #
|
||||
//
|
||||
|
@ -1,6 +1,6 @@
|
||||
os: cucm
|
||||
text: 'Cisco Unified Communications Manager'
|
||||
type: tele
|
||||
type: collaboration
|
||||
icon: cisco
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
|
Reference in New Issue
Block a user