Archived community.zenoss.org | full text search
Skip navigation
1939 Views 1 Reply Latest reply: Feb 21, 2013 10:26 AM by ChristianCScott RSS
sworded Newbie 4 posts since
Feb 18, 2013
Currently Being Moderated

Feb 21, 2013 4:04 PM

Monitoring Cpu/Gpu fan speed and temp

Is there a way to monitor these attributes with Zenoss:
CPU Temp?

CPU Fan speed?

GPU Temp?

GPU Fan speed?

  • ChristianCScott Rank: White Belt 24 posts since
    Oct 30, 2012
    Currently Being Moderated
    1. Feb 21, 2013 10:26 AM (in response to sworded)
    Re: Monitoring Cpu/Gpu fan speed and temp

    Yes; I recommend try using the Advanced Device Details Zenpack.

     

    If that doesnt seem to get the data you can use lm-sensors for monitoring linux servers. As for Windows, if that zenpack doesn't work, I recommend first installing any applicable vendor agents (IBM Director...etc); then install SpeedFan and the SpeedFan SNMP extension; from their you can grab the data you want over SNMP.

     

    Once you have installed SpeedFan and SpeedFan SNMP extension; you can start SpeedFan SNMP extension via C:\Program Files (x86)\SpeedFan\Injector.exe .


    Then SNMP walk your device:

    snmpwalk -v2c -cPrivate 10.192.1.1  1.3.6.1.4.1

     

    The OID's are as follows:
    1.30503.1.1.1  Number of temperatures

    1.30503.1.1.2  Number of fan speeds

    1.30503.1.1.3  Number of voltages

    1.30503.1.2.x  Temperatures (x is starting from 1)

    1.30503.1.3.x  Fan Speeds (x is starting from 1)

    1.30503.1.4.x  Voltages (x is starting from 1)

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points