librenms/tests/data/infinera-pon.json
PipoCanaja 9a53a91895 Added basic device support for Infinera PON 7090 plateform (#10771)
* Infinera POM 7090

* Infinera PON 7090

* Infinera PON 7090
2019-11-05 21:45:41 +00:00

41 lines
1.3 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.42229",
"sysDescr": "7090 100 CEM",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "infinera-pon",
"type": "network",
"serial": null,
"icon": "infinera.png",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.42229",
"sysDescr": "7090 100 CEM",
"sysContact": "<private>",
"version": "7090 4.0 01.00.00 Build 2.9.0_p12",
"hardware": null,
"features": null,
"os": "infinera-pon",
"type": "network",
"serial": null,
"icon": "infinera.png",
"location": "<private>"
}
]
}
}
}