librenms-librenms/tests/data/openbsd_1.json
Tony Murray b94ad929b8 Restore OpenBSD version/features/hardware (#8673)
* Restore OpenBSD version/features/hardware

* Add os test data

* Update openbsd.inc.php
2018-05-08 20:05:09 -05:00

41 lines
1.3 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.12",
"sysDescr": "OpenBSD hostname 5.3 GENERIC.MP#58 i386",
"sysContact": null,
"version": null,
"hardware": "",
"features": null,
"location": null,
"os": "openbsd",
"type": "server",
"serial": null,
"icon": "openbsd.svg"
}
]
},
"poller": {
"devices": [
{
"sysName": "",
"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": "i386",
"features": "GENERIC.MP#58",
"location": null,
"os": "openbsd",
"type": "server",
"serial": null,
"icon": "openbsd.svg"
}
]
}
}
}