librenms/tests/data/ucos_cuc.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.4 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.9.1.1348",
"sysDescr": "Hardware:VMware, 1 Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz, 4096 MB Memory: Software:UCOS 6.0.0.0-2.i386",
"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": "Hardware:VMware, 1 Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz, 4096 MB Memory: Software:UCOS 6.0.0.0-2.i386",
"sysContact": "<private>",
"version": "10.5.2.18900-15",
"hardware": "ciscoUCVirtualMachine",
"features": "CUC",
"os": "ucos",
"type": "collaboration",
"serial": null,
"icon": "cisco.svg",
"location": "<private>"
}
]
}
}
}