librenms/tests/data/windows_1381s.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
820 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.311.1.1.3.1.2",
"sysDescr": "Hardware: x86 Family 6 Model 1 Stepping 9 AT/AT COMPATIBLE - Software: Windows NT Version 4.0 (Build Number: 1381 Multiprocessor Free )",
"sysContact": null,
"version": "NT Server 4.0",
"hardware": "Generic x86",
"features": "Multiprocessor",
"location": null,
"os": "windows",
"type": "server",
"serial": null,
"icon": "windows.svg"
}
]
},
"poller": "matches discovery"
}
}