-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- 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
Labels
bugSomething isn't workingSomething isn't working