mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added support for Cambium cnMatrix switches * Fixed styling issues * Fixed styling issues * Fixed duplicate, incorrectly labeled LLDP-EXT-DOT3-MIB and LLDP-EXT-DOT1-MIB * Corrected MIB with the same name but with different OIDs configured: LLDP-EXT-MED/-CAMBIUM/-MIB * Removed my added duplicate MIBs * Removed unused MIBs
16 lines
410 B
YAML
16 lines
410 B
YAML
os: cnmatrix
|
|
text: 'Cambium cnMatrix'
|
|
type: network
|
|
icon: cambium
|
|
mib_dir: cambium/cnmatrix
|
|
ifname: true
|
|
over:
|
|
- { graph: device_bits, text: 'Overall Traffic' }
|
|
- { graph: device_temperature, text: 'Device Temperature' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.17713.24
|