librenms/tests/data/ucos_uccx.json
djamp42 e6ad2b5bb8 Cisco UCOS Version and Feature Fix (#10307)
* Fix Software Version #

I don't think setting $firmware does anything, not to mention the regex wasn't matching correctly. I tested this fix tons of different software versions and they all seem to work.

* Revert "OS CIMC Software Version Number"

* version and features

* fixed feature

* Fix Extra Blank line EOF
2019-06-06 23:37:26 -05:00

41 lines
1.3 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.9.1.1348",
"sysDescr": "Linux release:2.6.32-573.18.1.el6.x86_64 machine:x86_64",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "ucos",
"type": "collaboration",
"serial": null,
"icon": "cisco.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.9.1.1348",
"sysDescr": "Linux release:2.6.32-573.18.1.el6.x86_64 machine:x86_64",
"sysContact": "<private>",
"version": "11.6.2.10000-38",
"hardware": "ciscoUCVirtualMachine",
"features": "UCCX",
"os": "ucos",
"type": "collaboration",
"serial": null,
"icon": "cisco.svg",
"location": "<private>"
}
]
}
}
}