<div>Hi Ghosh,</div>
<div> </div>
<div>If i run perl -MCPAN -e 'install Net::SNMP' command its giving output as </div>
<div> </div>
<div>CPAN: Storable loaded ok<br>Going to read /.cpan/Metadata<br>Database was generated on Thu, 25 May 2006 05:27:28 GMT<br>Net::SNMP is up to date.<br> </div>
<div>But i dint install using that command ..i.e using perl -MCPAN -e 'install Net::SNMP' as i was getting some errors... </div>
<div> </div>
<div>So I took the net-snmp tar ball and exec cuted the following commands</div>
<div> </div>
<div>1. perl Makefile.PL</div>
<div>2. make Makefile</div>
<div>3. make test</div>
<div>4. make install</div>
<div> </div>
<div>i dint get any error while doing so ...</div>
<div> </div>
<div>I think problem is with command line options that i am specifying for check_ifoprestatus plugin... I am executing command </div>
<div> </div>
<div>./check_ifoperstatus -k 22 -H localhost -C secret </div>
<div> </div>
<div>I dont know what value should be specified for -k (SNMP IfIndex value) ....What value should be provided for that -k option and from will i get that ???</div>
<div> </div>
<div>Thanks Ghosh,</div>
<div> </div>
<div>--Regards</div>
<div>Santhosh</div>
<div> </div>
<div>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div>Message: 2<br>Date: Thu, 15 Mar 2007 23:26:04 -0400 (EDT)<br>From: Subhendu Ghosh <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sghosh@sghosh.org">sghosh@sghosh.org</a>><br>Subject: Re: [Nagiosplug-devel] Error when executing
<br>       check_ifoperstatus plugin (Gavin)<br>To: Nagios Plugin Development Mailing List<br>       <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:nagiosplug-devel@lists.sourceforge.net">nagiosplug-devel@lists.sourceforge.net
</a>><br>Message-ID: <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Pine.LNX.4.64.0703152321120.10632@jersey.sghosh.org">Pine.LNX.4.64.0703152321120.10632@jersey.sghosh.org</a>><br>Content-Type: TEXT/Plain; charset=US-ASCII; format=flowed
</div>
<div> </div>
<div>Gavin command should give you an output - either a "Can't locate" error<br>message or a version string.<br><br>You need to install the Net::SNMP perl module as listed in the<br>requirements file.<br><br>
try installing the module with the following line:<br>perl -MCPAN -e 'install Net::SNMP'<br><br>If this is the first time running CPAN - you will get prompted for some<br>config settings.<br><br>-sg<br> </div>