0

I want to monitor system parameters like CPU load, CPU Idle time on windows system via SNMP. Does HOST-RESOURCES-MIB can handle this?

mbb0824
  • 11
  • 1
  • 1
  • 1

1 Answers1

2

In HOST-RESOURCES-MIB, you will be able to find the entry for the CPU usage. See http://www.oidview.com/mibs/0/HOST-RESOURCES-MIB.html for the details of this MIB and his entries.

It appears there is an entry for the disks and memory (in storage) and partitions too.

You can use snmpwalk or a MIB Browser to navigate in the MIB of your server.

HOST-RESOURCES-MIB :    1.3.6.1.2.1.25

For the memory,

Sorcha
  • 1,315
  • 8
  • 11
  • Would you also know if i can get the cpu utilization? Or cpu idle time? – mbb0824 Mar 09 '17 at 21:24
  • If you look at the details of host-ressource it seems there is not the cpu idle time. For that you must prefer using NRPE to supervise your windows environment. – Sorcha Mar 10 '17 at 06:28
  • Your welcome, if the answer is ok you can mark it as answered. Good luck :) – Sorcha Mar 12 '17 at 17:19