Files
librenms-librenms/tests/data/openwrt.json
arrmo 432496f27a Add OpenWrt OS support (discovery, poller) (#10454)
* Add OpenWrt OS support (discovery, poller)

* Add snmprec for Openwrt

* Update openwrt.inc.php

* Create openwrt.json
2019-07-25 07:05:12 -05:00

41 lines
1.3 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
"sysDescr": "Linux wap-emorris 4.9.184 #0 Thu Jun 27 12:18:52 2019 mips",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "openwrt",
"type": "network",
"serial": null,
"icon": "openwrt.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
"sysDescr": "Linux wap-emorris 4.9.184 #0 Thu Jun 27 12:18:52 2019 mips",
"sysContact": "<private>",
"version": "18.06.4",
"hardware": "TP-LINK Archer C7 v4",
"features": null,
"os": "openwrt",
"type": "network",
"serial": null,
"icon": "openwrt.svg",
"location": "<private>"
}
]
}
}
}