mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2062] Fix "Unknown Make/Model" #3227
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZzBombardierzZ on GitHub (Nov 6, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2062
Is your feature request related to a problem? Please describe.
It's frustrating when occasionally I view an agent or sync to Hudu, and it shows as "Unknown Make/Model".
Interestingly, my reports don't have this issue because I pull the data from wmi_details:
Describe the solution you'd like
When syncing data from the agent, if the make/model is unavailable, do not update the existing (correct) make/model.
Describe alternatives you've considered
I could store a custom field for this and do it myself, but I'd prefer not to. =)
Get the make and model similarly to my report's code snippet above.
Additional context

Hudu example list:
TRMM Agent view:

Report of same agent:

@ZzBombardierzZ commented on GitHub (Feb 7, 2025):
@wh1te909 - Sorry to ping, but any chance this can be fixed in the next release? I imagine it's probably an easy enough problem to fix quickly.