2

I don't have much experience working with servers and I need to monitor temperatures for several servers (remotely). I use hwmonitor for my laptops but it doesn't support server hardware. Does anyone know of something that'll work?

Would love something that will send notifications when certain conditions/thresholds are met, but not necessary as I can remote connect to them and check periodically.

John Gardeniers
  • 27,458
  • 12
  • 55
  • 109
Danny
  • 21
  • 1
  • 2
  • As the ability to even be able to get the temperature from the system will be system dependent it's worth mentioning the make and model of the servers, or at least the motherboards. – John Gardeniers Jun 02 '11 at 21:39

5 Answers5

1

I use Nagios, and it has plugins for all sort of services it can monitor. It also works with thresholds. Here is an example of a plugin that can monitor temperatures of a HP Proliant: Check_hpasm

1

If you need to monitoring a single server you can try with SpeedFan or RealTemp that work also on standard os, for monitoring server from a centralized consolle nagios or solarwinds are more suitable.

DougN
  • 670
  • 2
  • 7
  • 16
aleroot
  • 3,180
  • 6
  • 29
  • 37
1

eSensors have small hardware devices that can monitor server room temperature. Those devices can be monitored by Nagios, PA Server Monitor and others.

DougN
  • 670
  • 2
  • 7
  • 16
0

This is speaking for HP servers, but I imagine other manufacturers will do a similar sort of thing.

When configured, the server can expose its thermal sensor information using SNMP. Amongst other things it will expose CPU temperatures, general ambient temperature, along with the thermal shutdown thresholds for each sensor. You can monitor and graph the current temperature and thermal shutdown values and set up alerts with your favourite monitoring software. Personally I use Nagios and Cacti to do this, but any half-decent monitoring software will allow you to do this with relative ease.

Additionally, the HP Insight Agents install services into Windows which can send you emails when all manner of events happen. This includes thermal alerts, but also things like dead hard disks, PSU's, fans so it's well worth spending 5 minutes configuring that (seriously, it's literally enter an email server, alert recipients and events to alert each recipient of and you're done).

Ben Pilbrow
  • 12,041
  • 5
  • 36
  • 57
0

If you use APC UPS units, or others that have modules for networking and external sensors, that is a very nice way to go.

Jonesome Reinstate Monica
  • 5,445
  • 10
  • 56
  • 82