mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #579] Feature request: built-in check for CPU temperature #367
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#367
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 @DjMagicFingers on GitHub (Jun 15, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/579
It would be very helpful when solving issues, if we had a way to check current CPU temperature and keep a log for it over time like we have the wonderful info about CPU load and the great graph we can produce to understand if there is some kind of problem with the hardware.
A way to set intervals would be also great.
This is sent as a feature request so it would be easy to create, for example, an alert when the CPU goes over a certain threshold.
A way to determine the output as Celsius or Fahrenheit is needed.
Here is a script I found online - I do not have the ability to do anything with this
@johnnyq commented on GitHub (Jun 15, 2021):
Great request, maybe even extend that to GPU temp as well would be extremely helpful.
@dinger1986 commented on GitHub (Jun 15, 2021):
We can cover this off with a community script but would need to agree on thresholds, also that script only monitors but monitoring without alerts is pointless.
Worth discussing on the scripts channel on discord.
@dinger1986 commented on GitHub (Jun 15, 2021):
Probably based off of something like this...
https://github.com/MikeLierman/TempProber
But needs updated
@dinger1986 commented on GitHub (Jun 15, 2021):
I have mentioned in scripts channel feel free to comment there