Replies: 3 comments 2 replies
-
I did see this discussion: #426 - but it looks like that was for a Windows system (thus the vmtoolsd path being To test, I have deleted the instance folder and re-ran ghosts. app.log
And relevant dotnet systemd logs:
|
Beta Was this translation helpful? Give feedback.
-
I have not used guestInfoVars with the Linux client and looking at the code here its not going to work. This was likely a direct copy over from the Windows project. I will try to take a look at this, but my time to work on ghosts over the next few months is severely limited. The other problem is that increasingly, the future looks like Proxmox (since Broadcom's licensing costs for VMWare seem to be impacting the training and exercise community). I don't know how this functionality is done on Proxmox systems (or other hypervisors in the OSS space). |
Beta Was this translation helpful? Give feedback.
-
If you tell me the command, that makes this change easy. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out how I can classify multiple different groups of Linux NPCs so that I can target them in machine groups. At first I thought I would try to
I have the following application configuration:
I have set the
guestinfo.group
value togrp_1
, so I would expect the resultingId
begrp_1-ghost-01
for the machine whose hostname isghost-01
.However, It looks like the client doesn't report that value at all. Instead, the machine shows up in the Ghosts UI with a UUID for its
Id
and a name of onlyghost-01
.I'm noticing that the client is also sending a value of
(none)
for theghosts-domain
- leading to the auto-created machine groups looking like this:I would love it if I could somehow set that domain and have machine groups auto-populate somehow. But even making it obvious that this
ghost-01
belongs to group 1 vs the otherghost-01
that belongs to group 2 would be ideal.Beta Was this translation helpful? Give feedback.
All reactions