librenms/tests/data/windows_2195d.json
Tony Murray 9b4f8931a3
Windows detect newer versions (#12164)
* Fix Window hardware info flapping

* add description

* Missing features field

* Rename hardware method

* Updated test data
2020-09-30 01:01:43 +02:00

24 lines
844 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"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",
"os": "windows",
"type": "server",
"serial": "AB123456CD",
"icon": "windows.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}