librenms/tests/data/opnsense.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
752 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.12325.1.1.2.1.1",
"sysDescr": "OPNsense OPNsense.7p.lan 18.1.1-a5575d7bd OPNsense FreeBSD 11.1-RELEASE-p6 amd64",
"sysContact": null,
"version": "18.1.1-a5575d7bd",
"hardware": "amd64",
"features": null,
"os": "opnsense",
"type": "firewall",
"serial": null,
"icon": "opnsense.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}