mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #983] Re-Run Check After Task Execution #2540
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#2540
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 @bradhawkins85 on GitHub (Feb 22, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/983
**Is your feature request related to a problem? No
Describe the solution you'd like
When a check fails and is set to execute a task, have the ability to automatically re-run the failed check to see if the issue is corrected, and reset check status accordingly.
Describe alternatives you've considered
Additional context
The check should not try and re-execute the task for the second test of the check.
Checks that don't run very often stay in an error state for an extended period of time even if the task has successfully fixed the issue.
Example:
Check if X programs is installed
Run task to install program
Re-run check to see if X programs is installed
If program is installed reset check to green status
else leave check in red status.