mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add discovery of NVT Phybridge FLEX24 (#14913)
* Add discovery of NVT Phybridge FLEX24 * Update phybridge-flex.yaml Added FLEX-24 Switch under sysDescr * Test Data phybridge-flex_flex-24 json and snmprec
This commit is contained in:
@@ -10,7 +10,9 @@ discovery:
|
||||
-
|
||||
sysObjectID:
|
||||
- .1.3.6.1.4.1.8072.3.2.10
|
||||
- .1.3.6.1.4.1.54743.1.7
|
||||
sysDescr:
|
||||
- 'Phybridge FLEX'
|
||||
- 'FLEX-24 Switch'
|
||||
|
||||
|
||||
|
23
tests/data/phybridge-flex_flex-24.json
Normal file
23
tests/data/phybridge-flex_flex-24.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"os": {
|
||||
"discovery": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.54743.1.7",
|
||||
"sysDescr": "FLEX-24 Switch",
|
||||
"sysContact": "<private>",
|
||||
"version": null,
|
||||
"hardware": null,
|
||||
"features": null,
|
||||
"location": "<private>",
|
||||
"os": "phybridge-flex",
|
||||
"type": "network",
|
||||
"serial": null,
|
||||
"icon": "phybridge.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": "matches discovery"
|
||||
}
|
||||
}
|
7
tests/snmpsim/phybridge-flex_flex-24.snmprec
Normal file
7
tests/snmpsim/phybridge-flex_flex-24.snmprec
Normal file
@@ -0,0 +1,7 @@
|
||||
1.3.6.1.2.1.1.1.0|4|FLEX-24 Switch
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.54743.1.7
|
||||
1.3.6.1.2.1.1.3.0|67|1161787274
|
||||
1.3.6.1.2.1.1.4.0|4|<private>
|
||||
1.3.6.1.2.1.1.5.0|4|<private>
|
||||
1.3.6.1.2.1.1.6.0|4|<private>
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|11617873
|
Reference in New Issue
Block a user