Ad Widget

Collapse

CPU and RAM monitor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hello There
    Member
    • Feb 2018
    • 30

    #1

    CPU and RAM monitor

    Hello.

    We use SNMP to monitor Windows Servers... And we'd like to monitor CPU usage and RAM usage. Is it possible via SNMPv2?

    Thanks.
  • kmpm
    Junior Member
    • Dec 2018
    • 11

    #2
    Hi,
    I haven't done it on Windows myself but it's possible on Linux and I would be really surprised if it didn't work in Windows as well.
    It will be har do do on a user/process level though, but it should work on machine level.

    On Windows, CPU utilization should be queried through the following MIB: .1.3.6.1.2.1.25.3.3.1.2.N (.iso.org.dod.internet.mgmt.mib-2.host.hrDevice.hrProcessorTable.hrProcessorEntry. hrProcessorLoad.hrDeviceIndex in the HOST-RESOURCES-MIB). "N" is the number of the processor to check.
    Note that this value reflects a short-term average in integer values representing percentage CPU business (30 seconds?), not the current instantaneous measure of CPU usage

    In Zabbix 3.4 (at least) there is a template called 'Template OS Windows SNMPv2' which should get the values for you.

    //kmpm

    Comment

    Working...