[GH-ISSUE #2068] [Feature request] Tasks History #3230

Closed
opened 2026-03-14 06:55:01 +03:00 by kerem · 4 comments
Owner

Originally created by @P6g9YHK6 on GitHub (Nov 11, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2068

Feature Request: Task History Logs

Is your feature request related to a problem? Please describe.

Currently, there is no way to view historical logs for tasks, which makes it difficult to trace past executions, identify recurring issues.

Describe the solution you'd like

Implement a history log feature for tasks that records:

  • Each execution timestamp
  • The task status (e.g., success, failure, timeout)
  • runtime
  • Terminal output

This would allow to track task to troubleshoot issues

Describe alternatives you've considered

Manually logging task output

Additional context
image

Originally created by @P6g9YHK6 on GitHub (Nov 11, 2024). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2068 **Feature Request: Task History Logs** **Is your feature request related to a problem? Please describe.** Currently, there is no way to view historical logs for tasks, which makes it difficult to trace past executions, identify recurring issues. **Describe the solution you'd like** Implement a history log feature for tasks that records: - Each execution timestamp - The task status (e.g., success, failure, timeout) - runtime - Terminal output This would allow to track task to troubleshoot issues **Describe alternatives you've considered** Manually logging task output **Additional context** ![image](https://github.com/user-attachments/assets/7dfcfc7a-bfbe-4ef7-b589-73b071878326)
kerem closed this issue 2026-03-14 06:55:06 +03:00
Author
Owner

@wh1te909 commented on GitHub (Nov 11, 2024):

what about the agent history tab? all the info you want is already there for task runs for every run.

<!-- gh-comment-id:2468759310 --> @wh1te909 commented on GitHub (Nov 11, 2024): what about the agent history tab? all the info you want is already there for task runs for every run.
Author
Owner

@P6g9YHK6 commented on GitHub (Nov 11, 2024):

what about the agent history tab? all the info you want is already there for task runs for every run.

i had a brain fart i didn't think about it
it is just very clogged up but yea it would do the job

i noticed that the export does not have the output
image

<!-- gh-comment-id:2469225902 --> @P6g9YHK6 commented on GitHub (Nov 11, 2024): > what about the agent history tab? all the info you want is already there for task runs for every run. i had a brain fart i didn't think about it it is just very clogged up but yea it would do the job i noticed that the export does not have the output ![image](https://github.com/user-attachments/assets/e13c13a3-40ca-4ab7-a603-2d57a5e7681d)
Author
Owner

@P6g9YHK6 commented on GitHub (Nov 11, 2024):

will close this one and open an issue for the export missing

<!-- gh-comment-id:2469232576 --> @P6g9YHK6 commented on GitHub (Nov 11, 2024): will close this one and open an issue for the export missing
Author
Owner

@wh1te909 commented on GitHub (Nov 11, 2024):

for exporting it's better to just use the reporting feature with the CSV option the one in the tables is limited and won't work for stuff that requires tons of data as its client side only and loading all the data client side will cause browser to freeze/crash

<!-- gh-comment-id:2469280549 --> @wh1te909 commented on GitHub (Nov 11, 2024): for exporting it's better to just use the reporting feature with the CSV option the one in the tables is limited and won't work for stuff that requires tons of data as its client side only and loading all the data client side will cause browser to freeze/crash
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#3230
No description provided.