librenms/tests/data/windows_2195d.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
846 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.311.1.1.3.1.3",
"sysDescr": "Hardware: x86 Family 15 Model 2 Stepping 5 AT/AT COMPATIBLE - Software: Windows 2000 Version 5.0 (Build 2195 Multiprocessor Free)",
"sysContact": null,
"version": "2000 Datacenter Server (NT 5.0)",
"hardware": "ProLiant ML350 Gen6",
"features": "Multiprocessor",
"location": null,
"os": "windows",
"type": "server",
"serial": "AB123456CD",
"icon": "windows.svg"
}
]
},
"poller": "matches discovery"
}
}