Tim Van Caeyzeele schrieb: > Wow, I love this community feeling thing ;) never got this kind of support > with windows apps :) > > I managed to do the below perfectly, but am having 1 issue: > > Can't locate Net/SNMP.pm in @INC (@INC contains: /usr/local/nagios/libexec > /usr/lib/nagios/script_securalis /etc/perl /usr/local/lib/perl/5.8.8 > /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 > /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./check_netscreen_vpn line > 36. > BEGIN failed--compilation aborted at ./check_netscreen_vpn line 36. > > Although the snmp utils are installed (using sudo apt-get install snmp) > > Am I forgetting something ? > > > Ps: It's back on the list ;)
And still top-posting ... Well, I guess you need perl::snmp, the SNMP-Libs for Perl. Should be able to find that via "sudo aptitude search snmp | grep perl" or something like that, on the console, or with your package-manager. Greetz, Marcus ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
