librenms/tests/data/ciscospa_spa112.json
Jellyfrog e876299f09
Move sysContact polling to discovery (#12524)
* Move sysContact polling to discovery

* Update tests

* fixup

* fixup

* fixup

* fixup

* fixup
2021-02-11 19:04:45 -06:00

24 lines
751 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.9.6.1.23.1.1.1.3",
"sysDescr": "Linux SPA112 - Elevator 2.6.26.5 #1 PREEMPT Wed Aug 2 14:04:45 CST 2017 armv5tejl",
"sysContact": null,
"version": null,
"hardware": "ciscoSB.23.1.1.1.3",
"features": null,
"os": "ciscospa",
"type": "appliance",
"serial": null,
"icon": "cisco.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}