Files
librenms-librenms/tests/data/aix_vios.json
fbourqui 71f7323550 Support VIOS which use a different string: (#10623)
* Support VIOS which use a different string:
Base Operating System Runtime VIOS version (instead of: AIX version)

* Add test data
2019-09-26 02:41:36 +00:00

41 lines
1.6 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.2.3.1.2.1.1.3",
"sysDescr": "IBM PowerPC CHRP Computer\nMachine Type: 0x0800004c Processor id: 00FB98004C00\nBase Operating System Runtime VIOS version: 06.01.0009.0100\nTCP/IP Client Support version: 06.01.0009.0102",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "aix",
"type": "server",
"serial": null,
"icon": "aix.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.2.3.1.2.1.1.3",
"sysDescr": "IBM PowerPC CHRP Computer\nMachine Type: 0x0800004c Processor id: 00FB98004C00\nBase Operating System Runtime VIOS version: 06.01.0009.0100\nTCP/IP Client Support version: 06.01.0009.0102",
"sysContact": "<private>",
"version": "6.1",
"hardware": null,
"features": null,
"os": "aix",
"type": "server",
"serial": "00FB98004C00",
"icon": "aix.svg",
"location": "<private>"
}
]
}
}
}