Read CPU temperature windows servers

Hello all,

i’ve searched over the internet to find some information about the following:

I would like to read out information of CPU temperatures on windows servers and publish it to nagios.

I can’t seem to find a way to do it (no checks etc etc), if it is at all possible…

Does anyone have an idea ?

Many thanks ahead !!

if you can get it in the performance monitor it is possible to get it with nagios. if not… it’s not a nagios fault :slight_smile:

Luca

[left]check_snmp is the way to go. Use something like GetIF to find the OID for you temperature probe(s), parse this into a check command and Bob’s your uncle.

I have done this exact same thing but with Fan speeds.

Pete.[/left]

the problem is the windows server part :slight_smile:

Luca