mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1933] save full output of check history #3150
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#3150
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 (Jul 25, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1933
Server Info (please complete the following information):
Installation Method:
--insecureflag at installAgent Info (please complete the following information):
Describe the bug
The STDOUT and STDERR is not visible if more than a couple of charr long in the history nor a full output can be found in the CSV export
To Reproduce
Steps to reproduce the behavior:
Expected behavior
either allow to copy the output on click or make it show the whole thing on click
and additionally add the STDOUT STDERR to the CSV export
Screenshots

Additional context
https://discord.com/channels/736478043522072608/889513877124042762/1265966553816367168
@wh1te909 commented on GitHub (Jul 25, 2024):
removed bug label and added enhancement as technically this is by design, we are intentionally truncating the output before it's saved in the database.
@P6g9YHK6 commented on GitHub (Oct 31, 2024):
if the data start's being too bulky it should maybe be saved into another DB because i am not sure postgress would survive all the checks in full :D
@silversword411 commented on GitHub (Nov 1, 2024):
How many characters is it currently saving? Maybe an increase to a reasonable 256-512 would be a good quick fix.
@P6g9YHK6 commented on GitHub (Nov 1, 2024):
this and on top fixing the csv export feature would indeed be a good patchwork
https://github.com/amidaware/tacticalrmm/issues/2025