First, I needed Crypt::DES and then followed that with Net::SNMP and then things started working. I thought the provided packages provided these but apparently I was quite wrong. Thanks guys!
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of j0ey Sent: Wednesday, May 27, 2009 1:43 PM To: Opsview Users Subject: Re: [opsview-users] issue with check_snmp_cisco* hej, try to install via CPAN: perl -MCPAN -e 'install Net::SNMP' greetings, joey On Wed, 27 May 2009 10:04:39 -0700, Roy <[email protected]> wrote: > I think you need to install the Net::SNMP portion of perl. > > Kurt Bechstein wrote: >> >> I’m trying to make use of the cisco snmp plugins but I am getting an >> error when trying to use most of them. I’m running this on a RHEL 5.3 >> server with the following snmp packages installed: >> >> net-snmp-5.3.2.2-5.el5_3.1.x86_64 >> >> net-snmp-perl-5.3.2.2-5.el5_3.1.x86_64 >> >> net-snmp-libs-5.3.2.2-5.el5.x86_64 >> >> net-snmp-utils-5.3.2.2-5.el5_3.1.x86_64 >> >> net-snmp-libs-5.3.2.2-5.el5_3.1.i386 >> >> Here is the error I’m seeing: >> >> ./check_snmp_cisco_loadavg -H 10.10.26.250 -C public >> >> Can't locate object method "session" via package "Net::SNMP" (perhaps >> you forgot to load "Net::SNMP"?) at ./check_snmp_cisco_loadavg line 85. >> >> Any ideas? I’m guessing I’m just missing something in my perl install >> >> but I could be wrong. Thanks. >> >> ------------------------------------------------------------------------ >> >> >> > > _______________________________________________ > Opsview-users mailing list > [email protected] > http://lists.opsview.org/listinfo/opsview-users _______________________________________________ Opsview-users mailing list [email protected] http://lists.opsview.org/listinfo/opsview-users _______________________________________________ Opsview-users mailing list [email protected] http://lists.opsview.org/listinfo/opsview-users
