librenms/tests/data/dnos_m.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

42 lines
1.5 KiB
JSON

{
"processors": {
"discovery": {
"processors": [
{
"entPhysicalIndex": 0,
"hrDeviceIndex": 0,
"processor_oid": ".1.3.6.1.4.1.6027.3.19.1.2.8.1.2.1",
"processor_index": "1",
"processor_type": "dnos",
"processor_usage": 42,
"processor_descr": "Stack Unit 1 CPU",
"processor_precision": 1,
"processor_perc_warn": 75
}
]
},
"poller": "matches discovery"
},
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.6027.1.4.3",
"sysDescr": "Dell Networking OS\nOperating System Version: 2.0\nApplication Software Version: 9.11(2.6)\nSeries: PE-FN-2210S-IOM\nCopyright (c) 1999-2017 by Dell Inc. All Rights Reserved.\nBuild Time: Mon Nov 13 02:08:55 2017",
"sysContact": null,
"version": "9.11(2.6)",
"hardware": "PE-FN-2210S-IOM",
"features": null,
"location": null,
"os": "dnos",
"type": "network",
"serial": null,
"icon": "dell.svg"
}
]
},
"poller": "matches discovery"
}
}