I need to be able to monitor the temperature of a couple of servers remotely. Does anyone know of any free/cheap software that will monitor the server temp and email it or at least output it so that I can pick it up via blat?
Thanks.
|
I need to be able to monitor the temperature of a couple of servers remotely. Does anyone know of any free/cheap software that will monitor the server temp and email it or at least output it so that I can pick it up via blat? Thanks. |
|||
|
|
|
For CPU and board: |
|||
|
|
|
Usually, server hardware will have temperature sensors pollable via IPMI. This is true back to all the servers I have, even generic brands, to about 2002... and is also true for my home PC. On linux, you can access this information using the On windows, you can use the ipmiutil project to access ipmi information... there are a variety of other ways to do it, and I'm not a windows admin so I can't tell you for sure what the best way is, but you might consider running the windows version of NRPE to provide secure access to the data for nagios. |
|||||||||
|
|
Nagios and Zenoss are both extensible enough that you should be able to implement temperature monitoring easily, and they're both free. If you want to be really simple just write a script that uses the lm_sensors tools and emails the answer, then schedule it with cron. Really, that's only a good course of action if you have just a couple of servers, but it is quick and easy to manage. Depending on your servers there may be tools with them, or you can use SNMP too. I know the Dell PowerEdge's come with the web based servertools to alert on this sort of thing. |
|||
|
|
|
You can try an inexpensive room monitor such as the one from Temperature Alert. We started using it after our air conditioner kept breaking down on us. Comparing this one to others was a no-brainer since this one is much less expensive. I wish I could customize the report graphs but it's still good. |
|||
|
|
|
I'm using a Serverflu Temperature Sensor since several months and it works fine. It has both email and SMS alert servicse and in addition there is also the possibility to shutdown the system or launch a script. I'm using the email service with the ifttt.com system in order to create lot of action when temperature go out of range. Serverflu is also compatible with Nagios. |
||||
|
|