There is also the HOST-RESOURCES-MIB::hrStorageAllocationUnits value which will give you the storage unit size ( 256 bytes, 2048 bytes, etc).
You may have to adjust the hrStorageSize and hrStorageUsed value according to the hrStorageAllocationUnits
I have found that the HOST mib has the value as integer which causing false reading, overflow of integer. I have been using the UCD mib, .1.3.6.1.4.1.2021, to get CPU and Memory usage. This contains the Memory in kBytes.
I am trying to remotely execute a process on linux using snmp and whould like to know the snmp instructions you used to do it. Can you provide a code example.
I am using my Window app to remotely start the linux app.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.