librenms/tests/data/grandstream-ht.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
809 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
"sysDescr": "Linux HT8XX 3.4.20-rt31-dvf-v1.2.6.1-rc2 #54 PREEMPT Sat Oct 21 17:21:10 CST 2017 armv5tejl",
"sysContact": "<private>",
"version": "Core: 1.0.5.3, Base: 1.0.5.11",
"hardware": null,
"features": null,
"os": "grandstream-ht",
"type": "network",
"serial": "9610005015A",
"icon": "grandstream.png",
"location": "<private>"
}
]
},
"poller": "matches discovery"
}
}