librenms/tests/data/openbsd_1.json
Tony Murray d372844aea
OS test data update (#14417)
* OS test data update

* edfamux case

* restore ftos

* revert ird.json
2022-10-03 10:22:03 -05:00

24 lines
698 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.12",
"sysDescr": "OpenBSD hostname 5.3 GENERIC.MP#58 i386",
"sysContact": null,
"version": "5.3",
"hardware": "Generic x86",
"features": null,
"location": null,
"os": "openbsd",
"type": "server",
"serial": null,
"icon": "openbsd.svg"
}
]
},
"poller": "matches discovery"
}
}