[GH-ISSUE #983] Re-Run Check After Task Execution #2540

Open
opened 2026-03-14 04:26:54 +03:00 by kerem · 0 comments
Owner

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

  1. Manually executing Run Checks
  2. Running checks far more frequently, eg 4 hourly instead of daily.

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.

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** 1) Manually executing Run Checks 2) Running checks far more frequently, eg 4 hourly instead of daily. **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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#2540
No description provided.