Test Cpu temperature

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
fantacilli
Posts: 4
Joined: Wed Mar 12, 2008 2:16 am

Test Cpu temperature

Post by fantacilli »

Hello everybody,

i'm a new member and i have poor experience using Hostmonitor.

My purpose is to monitorize the CPU temperature of all server (windows 2003) in my lan.

I have installed Hostmonitor in a pc with Windows Xp professional where it operate correctly.

I have installed an active RMA Agent on my work's computer (Windows xp) to make a proof.

In hostmonitor, i add a new test, i select WMI as test method and my work's computer as host: now when i select the WMI Explorer button, a list of class appear. Which i must select?
I try with win32_temperatureprobe and with cim_temperaturesensor but there isn't an istance.

do i a mistake?
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Re: Test Cpu temperature

Post by KS-Soft Europe »

fantacilli wrote:I try with win32_temperatureprobe and with cim_temperaturesensor but there isn't an istance.
There is a special WMI driver/provider should be installed in order to get win32_temperatureprobe class to work. As far as I know only a limitted number of vendors (HP-Compaq, IBM ...) are delivering these as part of their system management packages for some of their high-end WS and Servers. Probably, you shoul use following query:

Code: Select all

SELECT CurrentTemperature FROM MSAcpi_ThermalZoneTemperature
To use this query, you should specify "Root\WMI" into "Name Space" input box in "Test Properties" window.

Beside that, servers usually provide such information using SNMP protocol.
If you hardware comes with appropriate SNMP agent, use SNMP Get test method. http://www.ks-soft.net/hostmon.eng/mfra ... tm#chkSNMP

Regards,
Max
fantacilli
Posts: 4
Joined: Wed Mar 12, 2008 2:16 am

Post by fantacilli »

Hi KS-Soft Europe,

i try with WMI query that you indicate, but my server don't have the specific Wmi driver for that information.

So I should want to use SNMP get method.

When i open the MIB browser, i have the hierarchy tree of SNMP variables: whic i select for temperature?

Thanks for all.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

First you should check what exactly server do you have and what software comes with it. E.g. Compaq offers Compaq Management Agent + Compaq Insight Manager software. Motherboard manufacturer could profide similar software as well. Then you may load/compile appropriate MIB files (that comes with server software) using MIB Browser...

Actually HostMonitor may monitor any SNMP counter without using MIB Browser and MIB file but you should know what OID do you need to check. To find out OID you need to know what server do you use and what SNMP Agent is installed on the server.

If you have standard Windows system without any additional SNMP software installed, then there is no "temperature" counter.

Regards
Alex
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

PS Use "Problems and Bugs" forum when something works incorrectly

Regards
Alex
JuergenF
Posts: 331
Joined: Sun Jan 26, 2003 6:00 pm
Location: Germany, North Rhine-Westphalia

Post by JuergenF »

Hi fantacilli,

we are doing that for some of our HP Servers with the following MIB just typed in the SNMP-Test (I can't do that using the Mib-Browser)
So just copy and paste and try it

4 CPUs show up:
1.3.6.1.4.1.232.6.2.6.8.1.4.0.1
1.3.6.1.4.1.232.6.2.6.8.1.4.0.2
1.3.6.1.4.1.232.6.2.6.8.1.4.0.3
1.3.6.1.4.1.232.6.2.6.8.1.4.0.4

HP Management Agents maybe necessary for that - I'm not sure.
I found out that MIB via HP Insight Manager

Best regards

Juergen
fantacilli
Posts: 4
Joined: Wed Mar 12, 2008 2:16 am

Post by fantacilli »

KS-Soft wrote:PS Use "Problems and Bugs" forum when something works incorrectly

Regards
Alex
What section of forum i should use in this case?
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

fantacilli wrote:What section of forum i should use in this case?
You should use "Installation and configuration" branch: http://www.ks-soft.net/cgi-bin/phpBB/viewforum.php?f=4

Regards,
Max
Post Reply