mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added Cisco Integrated Management Console inventory and sensor support #4454
This commit is contained in:
committed by
Neil Lathwood
parent
12c4b8acb2
commit
a2563c5b67
@@ -685,12 +685,13 @@ $os = 'cimc';
|
||||
$config['os'][$os]['text'] = 'Cisco Integrated Management Controller';
|
||||
$config['os'][$os]['type'] = 'server';
|
||||
$config['os'][$os]['icon'] = 'cisco';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
|
||||
$config['os'][$os]['over'][1]['graph'] = 'device_processor';
|
||||
$config['os'][$os]['over'][1]['text'] = 'CPU Usage';
|
||||
$config['os'][$os]['over'][2]['graph'] = 'device_mempool';
|
||||
$config['os'][$os]['over'][2]['text'] = 'Memory Usage';
|
||||
$config['os'][$os]['group'] = "cisco";
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_temperature';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Temperature';
|
||||
$config['os'][$os]['over'][1]['graph'] = 'device_voltage';
|
||||
$config['os'][$os]['over'][1]['text'] = 'Power Voltage';
|
||||
$config['os'][$os]['over'][2]['graph'] = 'device_current';
|
||||
$config['os'][$os]['over'][2]['text'] = 'Power Current';
|
||||
|
||||
$os = 'cucm';
|
||||
$config['os'][$os]['text'] = 'Cisco Unified Communications Manager';
|
||||
|
||||
Reference in New Issue
Block a user