• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Core Temp Over The Network?

NickOlsen8390

Senior member
Alright my idea is simple.

Core temp on a computer is great.
What i want to do is:
Install core temp on my servers here on my network (Note: These are Headless servers, no Screen) And have a script or something that i can run on my main computer that will poll the servers temps and report them to my computer and display them in said script. Just as a way to monitor temps, and If i could integrate Hard Drive temp that would also be great.

Any one have any idea on how to go about this?


Thanks,
Nick
 
You can connect to WMI objects on a remote system, so one way would be to either find a temp program that implements the WMI interfaces, or write a wrapper for one. If you can get the program to write logs to a share that would work as well.
 
Back
Top