librenms/tests/data/aix_vios.json
Jellyfrog e876299f09
Move sysContact polling to discovery (#12524)
* Move sysContact polling to discovery

* Update tests

* fixup

* fixup

* fixup

* fixup

* fixup
2021-02-11 19:04:45 -06:00

24 lines
863 B
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": "<private>",
"version": "6.1",
"hardware": null,
"features": null,
"os": "aix",
"type": "server",
"serial": "00FB98004C00",
"icon": "aix.svg",
"location": "<private>"
}
]
},
"poller": "matches discovery"
}
}