On Thu, 2006-01-05 at 17:11 +0530, [EMAIL PROTECTED] wrote:
> I wanted to monitor the disk usage using net-snmp.
> So I downloaded net-snmp and compiled as follows
> 
> ./configure --with-mib-module=ucd-snmp/diskio


> The query is as follows.
>    snmpget -v 1 -c public localhost UCD-SNMP-MIB::diskErrorFlag

That particular object is part of the "ucd-snmp/disk" module
(which is included by default).  The diskio module is not
relevant here.



> and the output is
> 
> Error in Packet
> Reason:(nosuchName). There is no such variable name in this mib
> Failed Object:UCD-SNMP-MIB::diskErrorFlag

Have you configured the agent to monitor your disks?
(Using either "disk" or "includeAllDisks").   This group
will be empty by default, and you have to explicitly
activate it.  See the FAQ entry:

   Why can't I see values in the UCDavis 'extensible' or 'disk' trees?

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-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to