Re: disk monitoring

2006-01-06 Thread Niels Baggesen
On Thu, Jan 05, 2006 at 05:11:57PM +0530, [EMAIL PROTECTED] wrote: > The query is as follows. > > snmpget -v 1 -c public localhost UCD-SNMP-MIB::diskErrorFlag > > and the output is > > Error in Packet > Reason:(nosuchName). There is no such variable name in this mib > Failed Object:UCD-SNMP-MIB:

Re: disk monitoring

2006-01-06 Thread Dave Shield
On Fri, 2006-01-06 at 15:58 +0530, [EMAIL PROTECTED] wrote: > The error we get is >UCD-SNMP-MIB::diskErrorFlag.0: Unknown Object Identifier $ grep kErrorFlag UCD-SNMP-MIB.txt dskErrorFlagInteger32, dskErrorFlag OBJECT-TYPE Now I wonder why the system doesn't recognise the

Re: disk monitoring

2006-01-06 Thread raviraj
Hi Dave, Thanks for your response. We configured snmpd.conf as you said like includeAllDisks 30% in the disk section. But still the query fails. The command we executed is snmpget -v 2c -c public localhost UCD-SNMP-MIB::diskErrorFlag The error we get is UCD-SNMP-MIB::diskErrorFlag.0: Unknow

Re: disk monitoring

2006-01-05 Thread Dave Shield
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::dis

disk monitoring

2006-01-05 Thread raviraj
Hi, 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 make make install During the compilation, it gave an error that the diskio module for linux not found and we fixed this by applying the patch fro