Fix OS Detection for USW-Flex-XG (#13999)

* Fix OS Detection for USW-Flex-XG

* Only include OS module
This commit is contained in:
Sebastian Heiden
2022-06-01 07:41:04 +02:00
committed by GitHub
parent 32f1ce494e
commit faaca7e6f4
3 changed files with 2347 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ discovery:
- .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/'

View File

@@ -0,0 +1,23 @@
{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1",
"sysDescr": "USW-Flex-XG, 6.2.14.13855",
"sysContact": "<private>",
"version": "6.2.14.13855",
"hardware": "USW-Flex-XG",
"features": null,
"os": "edgeswitch",
"type": "network",
"serial": null,
"icon": "ubiquiti.svg",
"location": "<private>"
}
]
},
"poller": "matches discovery"
}
}

File diff suppressed because it is too large Load Diff