Fujitsu Siemens ServerView and SNMP Monitoring

monitoringsnmp

I want to monitor the temperature of a couple of our servers, and since they're Fujitsu Siemens servers with ServerView installed I decided to check if SNMP was an option, and apparently it was.

However, I can't seem to figure out which OID to get, or even in which MIB to look for this information. As usual, the documentation seems to be pretty scarce or at least vague.

Concrete information on this case would be welcome, more than anything, but if you would have tips on how to look for the right OIDs in general that would probably help me on my way as well as I don't have a clue how to properly go about it right now.

Thanks

Best Answer

What monitoring software are you using (Cacti, Munin, Nagios, Zabbix, other)? It may have built-in or community-contributed templates for your particular server.

Have a look on the manufacturer's website for MIBs relating to the hardware sensors (disk, CPU etc. are normally reported by the OS) - otherwise, snmpwalk a server and see if you can find anything that might correspond to temperature, keeping in mind the units may not be what you expect.