mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Refactor discovery-protocols Update zynos.yaml Update discovery-protocols.inc.php Allow unordered for LLDP-MIB discovery in Zyxel switches
25 lines
533 B
YAML
25 lines
533 B
YAML
os: zynos
|
|
text: 'ZyXEL Ethernet Switch'
|
|
group: zyxel
|
|
type: network
|
|
icon: zyxel
|
|
ifname: true
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.890
|
|
sysDescr_regex:
|
|
- '/^ES/'
|
|
- '/^GS/'
|
|
- '/^MES/'
|
|
- '/^MGS/'
|
|
- '/^XS/'
|
|
- '/^XGS/'
|
|
- '/^ZyXEL/'
|
|
oids:
|
|
unordered:
|
|
- LLDP-MIB::lldpRemTable
|
|
- .1.0.8802.1.1.2.1.4.2.1.3
|