mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1995] Multiple script checks based on the same script in an automation policy do not work. #3190
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#3190
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 @janstalhut on GitHub (Sep 6, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1995
Server Info (please complete the following information):
Installation Method:
--insecureflag at installAgent Info (please complete the following information):
Describe the bug
If I add a script check multiple times with different parameters via an automation policy, then this check only appears once for the agents to which this policy was assigned. Based on the email notifications I receive from this script, it seems to be random which of the script checks is actually executed on the agent.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If I enter multiple script checks via a policy, I expect that they will all be executed on the assigned agents.
Workaround:
Distribute the script to the agents only once using the policy and then assign further script checks with the same script individually at agent level. But of course this is very tedious and not really in the spirit of the policies.
@silversword411 commented on GitHub (Sep 9, 2024):
Dupe https://github.com/amidaware/tacticalrmm/issues/1462
@janstalhut commented on GitHub (Sep 9, 2024):
I think there is some different between this issue an the #1462:
In #1462 will be multiple checks on the agent level while there are already the same check in a policy.
But I try to create simply multiple checks in one policy. There are no warning or error while do so, it finally doesn't work!
At the very least there should be a message if you tried to add the same script check to a policy one more time that this was not possible.