On 6 October 2011 02:37, Kaushal Shriyan <kaushalshri...@gmail.com> wrote:
> Are there MIBS for storage and memory which can tell us the number
> of attached Harddrive or number of RAM Chips attached to the system

The HOST-RESOURCES-MIB::hrDiskStorageTable will list
the "long-term storage" devices attached to the system
(i.e. not including those mounted over the network)

The HOST-RESOURCES-MIB::hrStorageTable lists the
"logical storage" devices, which typically includes remote
mounts and memory usage.

And HOST-RESOURCES-MIB::hrMemorySize reports the
total amount of physical RAM installed on the host.

There is also similar information in the UCD-SNMP-MIB::diskTable
and UCD-SNMP-MIB::memory group.


I'm not aware of anything that reports the low-level details of
memory configuration (e.g. the number, size, speed of RAM
chips)  -  certainly nothing implemented by the Net-SNMP agent.
     You might be able to cobble together something using the
output from 'dmidecode',  but I'm not sure how straightforward
that would be to parse.

Dave

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to