Files
librenms-librenms/tests/data/generex-ups.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
668 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.2.1.33",
"sysDescr": "CS121 v 5.14.50",
"sysContact": null,
"version": "5.14.50",
"hardware": "CS121",
"features": null,
"os": "generex-ups",
"type": "power",
"serial": null,
"icon": "generex-ups.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}