Files
librenms-librenms/tests/data/openbsd_pf.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
723 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.30155.23.1",
"sysDescr": "OpenBSD hostname.example.com 7.1 GENERIC.MP#465 amd64",
"sysContact": "<private>",
"version": "7.1",
"hardware": null,
"features": null,
"location": "<private>",
"os": "openbsd",
"type": "server",
"serial": null,
"icon": "openbsd.svg"
}
]
},
"poller": "matches discovery"
}
}