On Tue, 2005-12-06 at 18:35 +0100, [EMAIL PROTECTED] wrote:
> I need some help how to configure "disk utilization".

> We use "OpManager" as NNM, these tools ask
> this OID for the disk utilization:
> 
> .1.3.6.1.2.1.25.2.3.1.6

That's part of the Host Resources MIB, which is supported by the
Net-SNMP agent, but isn't part of the default build configuration.

You may need to re-build the agent from source.
Try

   ./configure --with-mib-modules=host; make; make install



> I tried the OID with snmpget:
> 
> linux~# snmpget -m ALL -c pl-combots -v 2c 10.17.1.124
>                    .1.3.6.1.2.1.25.2.3.1.6
> HOST-RESOURCES-MIB::hrStorageUsed = No Such Instance

Hmmm....
I'm actually wondering whether this agent *does* support
this MIB.

Try with 'snmpgetnext' instead of 'snmpget'.
What does that report?



> My snmpd.conf:

> disk  /     85%
> disk  /data 85%
> disk  /gsx  85%

Note that these actually refer to the Net-SNMP-specific:
        UCD-SNMP-MIB::dskTable

Try
    snmpwalk  -c pl-combots -v 2c 10.17.1.124  .1.3.6.1.4.1.2021.9


Dave


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to