librenms/tests/data/dnos_m.json
Tony Murray b78084f1ba
Fix invalid dnos test data (#11158)
It encoded non-ascii data in the test string
2020-02-16 17:49:06 -06:00

59 lines
2.2 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": "",
"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": null,
"hardware": null,
"features": null,
"os": "dnos",
"type": "network",
"serial": null,
"icon": "dell.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "",
"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,
"os": "dnos",
"type": "network",
"serial": null,
"icon": "dell.svg",
"location": null
}
]
}
}
}