librenms/includes/definitions/edgeswitch.yaml
Sebastian Heiden faaca7e6f4
Fix OS Detection for USW-Flex-XG (#13999)
* Fix OS Detection for USW-Flex-XG

* Only include OS module
2022-06-01 00:41:04 -05:00

32 lines
810 B
YAML

os: edgeswitch
text: EdgeSwitch
type: network
icon: ubiquiti
ifname: true
bad_snmpEngineTime: true
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.4413
- .1.3.6.1.4.1.41112
- .1.3.6.1.4.1.10002
- .1.3.6.1.4.1.8072
- .1.3.6.1.4.1
sysDescr_regex:
- '/^EdgeSwitch/'
- '/^EdgePoint/'
- '/^USW[ -]/'
- '/^UBNT US/'
- '/^US[ -]/'
-
sysObjectID:
- .1.3.6.1.4.1.8072.3.2.10
- .1.3.6.1.4.1.27282.3.2.10
sysDescr_regex:
- '/^Linux UBNT/'
- '/^RTL8380/'