<div>Hi Gavin, </div>
<div> </div>
<div>Thank you for your assistance ...</div>
<div> </div>
<div>I tried with somany options but still the same result ...</div>
<div> </div>
<div>I executed that command also but no output o/p is empty....</div>
<div> </div>
<div>I am here with sending you the check_ifoperstatus file attached along with this mail ...</div>
<div> </div>
<div>Thanks once agian....</div>
<div> </div>
<div>--Regards</div>
<div>Santhosh</div>
<div>
<p> </p>
<p>------------------------------------------------------------------<br><br>Message: 1<br>Date: Thu, 15 Mar 2007 09:42:04 +1100<br>From: Gavin Carr <<a href="mailto:gavin@openfusion.com.au">gavin@openfusion.com.au</a>
><br>Subject: Re: [Nagiosplug-devel] Error when executing<br>       check_ifoperstatus      plugin<br>To: Nagios Plugin Development Mailing List<br>       <<a href="mailto:nagiosplug-devel@lists.sourceforge.net">nagiosplug-devel@lists.sourceforge.net
</a>><br>Message-ID: <<a href="mailto:20070314224204.GA5312@openfusion.com.au">20070314224204.GA5312@openfusion.com.au</a>><br>Content-Type: text/plain; charset=us-ascii<br><br>Hi Santhosh,<br><br>On Wed, Mar 14, 2007 at 06:33:26PM +0530, Santhosh Injineri wrote:
<br>> Hi - I am new to nagios so thanks in advance for any assistance, we have<br>> been haing real problems with this.<br>><br>> when i execute the command ./check_ifoperstatus -k 22 -H localhost i am<br>> getting out put as
<br>><br>> OUTPUT: Can't locate object method "session" via package "Net::SNMP"<br>> (perhaps you forgot to load "Net::SNMP"?) at ./check_ifoperstatus line 443.<br>><br>> where Line No 443 is
<br>><br>>   442          if ( $snmp_version =~ /[12]/ ) {<br>>   443          ($session, $error) = Net::SNMP->session(<br>>   444                          -hostname  => $hostname,<br>>   445                          -community => $community,
<br>>   446                          -port      => $port,<br>>   447                          -version        => $snmp_version,<br>>   448                          -maxmsgsize => $maxmsgsize<br>>   449                  );
<br>>   450<br>><br>> Can any one please assist me how to come resolve this problem and please<br>> tell me if any set up is needed for Net::SNMP????<br><br>Is that the first error you get? It looks like there's a problem with your
<br>Net::SNMP, but I'd have expected it to blow up on the 'use Net::SNMP' line<br>earlier.<br><br>What does the following give you?<br><br>perl -MNet::SNMP -e 'printf "%vd\n", $Net::SNMP::VERSION'
<br><br><br>Cheers,<br>Gavin<br></p></div>