mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #2325] Possibility to have same scripts in different checks #3382
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#3382
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 @infracba on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2325
Server Info (please complete the following information):
Installation Method:
--insecureflag at installAgent Info (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
I made a "template" script for Linux hosts that checks for specific package installed with a known version. The script takes two vars: PACKAGE & VERSION.
We can't add the same script multiple times in checks, the last added overwrite the original one.
This is a bit annoying because it could prevents us to make the same script multiple times.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Possibility to have same script check but with different vars or args, so we could have only 1 script for tasks like the one described 😄
@P6g9YHK6 commented on GitHub (Oct 21, 2025):
it is possible but it's bugged if going trough policies
https://github.com/amidaware/tacticalrmm/issues/1462
@infracba commented on GitHub (Oct 22, 2025):
Sorry i didn't find the related issue.
Thanks for your answer