Skip to content

Wrong import meshcentral ID #1068

@DimitryVo

Description

@DimitryVo

Bug reporting acknowledgment

Yes, I read it

Professional support

None

Describe the bug

Hello, the problem is wrong import meshcentral ID - "HKEY_LOCAL_MACHINE/SOFTWARE/Open Source/Mesh Agent/NodeId" instead of "HKEY_LOCAL_MACHINE/SOFTWARE/Open Source/MeshAgentService/NodeId" in MeshCentral.pm

To reproduce

  1. Get inventory data form Win PC with actual meshcentral agent

Expected behavior

Get ID form HKEY_LOCAL_MACHINE/SOFTWARE/Open Source/MeshAgentService/NodeId

Operating system

Windows

GLPI Agent version

v1.15

GLPI version

11.0.0-beta

GLPIInventory plugin or other plugin version

GLPI Inventory v1.5.3

Additional context

Could you change MeshCentral.pm?
path => "HKEY_LOCAL_MACHINE/SOFTWARE/Open Source/Mesh Agent/NodeId", to
path => "HKEY_LOCAL_MACHINE/SOFTWARE/Open Source/MeshAgentService/NodeId",
or add some option for select source of ID: --MeshAgentService=0 for "Mesh Agent/NodeId", or 1 for "MeshAgentService/NodeId"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions