mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Adding basic support for Datacom DmOS devices. Adding basic support for Datacom DmOS devices. These devices includes OLTs and Switches developed by Datacom (Teracom Telematica Ltda): https://www.datacom.com.br/en/produtos/dmos All the product models which uses this OS (DmOS) have the same specific sysObjectID = .1.3.6.1.4.1.3709.1.2.137 So new future devices will also have this OID. * Rename DMOS-SYSMON-MIB.mib to DMOS-SYSMON-MIB removing extension ".mib" from the filename * Rename DMOS-TC-MIB.mib to DMOS-TC-MIB removing extension ".mib" from the filename * JSON files json files related to the snmprec files sent in an earlier commit. * Update dm4770 test data * Fix mib_dir * Update datacom-dmos.yaml --------- Co-authored-by: Tony Murray <murraytony@gmail.com>
14 lines
326 B
YAML
14 lines
326 B
YAML
os: datacom-dmos
|
|
text: 'DmOS'
|
|
type: network
|
|
icon: datacom
|
|
mib_dir: datacom
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.3709.1.2.137
|
|
sysDescr: DM
|