mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Allow unordered OIDs (global and per-os) Fix global no_bulk setting, was ignored before (to fix global needed to rework Config::getCombined() a bit to allow a global prefix to be specified) Removed invalid use of getCombined and updated tests * fix whitespace * update os schema
17 lines
411 B
YAML
17 lines
411 B
YAML
os: bintec-beip-plus
|
|
snmp_bulk: false
|
|
text: 'Bintec Be.IP Plus'
|
|
type: network
|
|
icon: bintec
|
|
mib_dir: bintec
|
|
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.272.4.201.66.69.50.48
|
|
oids:
|
|
unordered:
|
|
- IP-MIB::ipNetToMediaPhysAddress
|