Core Temp Over The Network?

NickOlsen8390

Senior member
Jun 19, 2007
387
0
0
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
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
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.