mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* support tplink TD-W routers * use sysDescr_regex instead * Create tplink_dsl * Rename tplink_dsl to tplink_dsl.snmprec * add test tplink td-w9970 Co-authored-by: Tony Murray <murraytony@gmail.com>
14 lines
280 B
YAML
14 lines
280 B
YAML
os: tplink
|
|
text: 'TP-Link Switch'
|
|
type: network
|
|
icon: tplink
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.11863.
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.16972
|
|
sysDescr_regex: '/Build \d+ Rel/'
|