TeemIp / teemip-network-mgmt-extended

Enhance TeemIP CMDB with specific network classes
GNU Affero General Public License v3.0
1 stars 1 forks source link

TeemIP Network Management Extended brake vSphere Data Collector #1

Closed furynick closed 8 months ago

furynick commented 3 years ago

vSphere Data collector seems to be incompatible with teemip-network-mgmt-extended as this extension redefines LogicalInterface:speed attribute into reference to InterfaceSpeed Class.

[2021-08-25 11:17:33] [Error] Failed to update the Synchro Data Source. Inconsistent data model, the attribute 'speed' does not exist in iTop.

https://sourceforge.net/p/itop/tickets/1997/

xtophe38 commented 2 years 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.

4franz commented 2 years ago

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.

2confirm commented 2 years ago

I ran into the same error. Any update on this yet? Or is there a workaround?

xtophe38 commented 2 years ago

Finally... I've just submitted the following PR on itop-data-collector-vsphere to have that bug fixed.

Hipska commented 1 year ago

@xtophe38 That PR is closed, what is the status of this issue now?

xtophe38 commented 1 year ago

@hipska It should be resolved. I'll double check before closing the issue.

xtophe38 commented 1 year ago

@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.

xtophe38 commented 11 months ago

Work on the vSphere collector is in progress. A new release will be available before the end of January 2024.

GlebDen commented 10 months ago

as workaround: try to change in combodo-data-collector-for-vsphere/collectors/vSphereLogicalInterfaceCollector.json "attcode": "speed", ->"attcode": "interfacespeed_id",

xtophe38 commented 10 months ago

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.

xtophe38 commented 8 months ago

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.