Closed furynick closed 8 months ago
Sorry for de delayed answer. You are right. I'll need to review the different collectors so that they support the extension. This should be hopefully be done around end of Q1 22 / early Q2 22.
with the ocs collector you face the same problem: [Error] Failed to update the Synchro Data Source. Inconsistent data model, the attribute 'speed' does not exist in iTop.
I ran into the same error. Any update on this yet? Or is there a workaround?
Finally... I've just submitted the following PR on itop-data-collector-vsphere to have that bug fixed.
@xtophe38 That PR is closed, what is the status of this issue now?
@hipska It should be resolved. I'll double check before closing the issue.
@Hipska The PR that I'm refering to, on the above comment, has been closed because work had started to restructure the itop-data-collector-base. I had open branch 5544 to work on the subject but work has not been complete, yet ! Bottom line: I need to check with Combodo team how we can move forward on the subject and possibly release a new version of the collector that solves the issue.
Work on the vSphere collector is in progress. A new release will be available before the end of January 2024.
as workaround: try to change in combodo-data-collector-for-vsphere/collectors/vSphereLogicalInterfaceCollector.json "attcode": "speed", ->"attcode": "interfacespeed_id",
as workaround: try to change in combodo-data-collector-for-vsphere/collectors/vSphereLogicalInterfaceCollector.json "attcode": "speed", ->"attcode": "interfacespeed_id",
This will be automatically handled by the next version of the vSphere collector.
Revision 1.2.0 of the "Data collector for vSphere" that has been released on the 22nd of January and that you can get here, on iTop Hub, now correctly handles the different TeemIP extensions that may be installed or activated.
As a consequence, I'm closing this issue. Thanks to all for you patience.
vSphere Data collector seems to be incompatible with teemip-network-mgmt-extended as this extension redefines LogicalInterface:speed attribute into reference to InterfaceSpeed Class.
https://sourceforge.net/p/itop/tickets/1997/