mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add mibs/zte/ZXR10-MIB ZTE ZXR10 vendor-specific mibs * Update zxr10.yaml add mib_dir change top-line view like in cisco * Create zxr10.yaml define mempool and processor discovery for zxr10 * Update zxr10.yaml fix discovery.php "error in mempools module. Unable to translate oid ZXR10-MIB::zxr10SystemMemSize" * Update zxr10.yaml ZXR10-MIB::zxr10SystemMemUsed is in percent not in bytes. * zxr10.yaml :: fixed mempools data fixed mempools data * TESTS :: Add snmprec * TEST :: Add data/json * Change group from zxr10 to zte * Remove mib_dir With group: zte it works without mib_dir: zte * Rename zxr10_zxr10.json to zte_zxr10.json * Rename zxr10_zxr10.snmprec to zte_zxr10.snmprec
16 lines
321 B
YAML
16 lines
321 B
YAML
os: zxr10
|
|
group: zte
|
|
text: 'ZTE ZXR10'
|
|
type: network
|
|
icon: zte
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
discovery:
|
|
-
|
|
sysDescr:
|
|
- ZXR10
|
|
- 'ZTE Ethernet Switch'
|
|
|