librenms/tests/data/ciscosb_sg550x-24.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
703 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.9.6.1.93.24.1",
"sysDescr": "SG550X-24 24-Port Gigabit Stackable Managed Switch",
"sysContact": null,
"version": "",
"hardware": "SG550X-24",
"features": null,
"os": "ciscosb",
"type": "network",
"serial": null,
"icon": "cisco.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}