mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2105] [Feature request] On check failure options for single/multiple run #3256
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#3256
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 @P6g9YHK6 on GitHub (Dec 19, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2105
Is your feature request related to a problem? Please describe.
currently on check failure tasks run on every check fails and it is impossible to use is for "heavy" or "destructive" tasks as if run more than once it could create issues on the target device.
Describe the solution you'd like
see exemple under to allow more targeted runs
when setting up the check you would have to pick one per line
Describe alternatives you've considered
nothing possible
Additional context

@P6g9YHK6 commented on GitHub (Dec 19, 2024):
probably a better and clearer solution than
https://github.com/amidaware/tacticalrmm/issues/2067
Or both could be implemented simultaneously