mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2014] Show more details of the results on the Checks overview. #3203
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#3203
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 @janstalhut on GitHub (Sep 24, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2014
Is your feature request related to a problem? Please describe.
It is a bit annoying when I always have to click on "Last Output" each time a check fails to find out the background.
Describe the solution you'd like
For a few built-in checks, the essential information of the check is displayed directly (e.g. Disk Usage and Service Check). I would like to see output like this for other built-in checks:
0% packet loss, avg: 350.733µs)It would also be desirable if the result of one's own script could be displayed here. This means, of course, only the first line of the script output and, if necessary, shortened with a "More" link, which then displays the intended output of the script as before.
Describe alternatives you've considered
Using your own script, which is stored as a collector task, so that its output can be saved in a custom field and displayed on the summary tab. However, this is quite time-consuming and quickly becomes confusing.
Additional context
@wh1te909 commented on GitHub (Oct 15, 2024):
How does this look?
@janstalhut commented on GitHub (Oct 15, 2024):
That looks fantastic. That's exactly how I imagined it. When will this update be available?
@wh1te909 commented on GitHub (Oct 15, 2024):
in the next release, trying to get it out sometime this week