mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1683] Include Serial Number on MacOS (like Windows does) #2995
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#2995
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 @jessemcallisterperry on GitHub (Nov 16, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1683
Originally assigned to: @wh1te909 on GitHub.
Is your feature request related to a problem? Please describe.
Currently you can't search for serial number on MacOS, only Windows. You also can't view/retrieve the serial number from the summary tab of the agent.
Describe the solution you'd like
The agent queries the serialnumber from the mac host and populates the serial field in the summary view, consistent with how it is displayed on Windows hosts. The serial number is then searchable, also consistent with Windows hosts.
Describe alternatives you've considered
Manually add the serial# to the Description field of the agent.
Add the serial as a custom field and populate with a collector script (but it won't be searchable or easily viewed)
Additional context
This would be desirable on Linux hosts.
@jessemcallisterperry commented on GitHub (Nov 16, 2023):
Another alternative would be to allow populating the Description field via collector script, OR make the custom fields searchable. I don't really like either idea though.
@wh1te909 commented on GitHub (Jan 27, 2024):
Done, will be in next release