Page 2 of 2

Re: check_bgp Error

Posted: Wed Nov 13, 2013 9:42 am
by and1100
Sorry for the delay..


[root@vmnagios objects]# find / -name SNMP.pm
[root@vmnagios objects]# find / -name snmp.pm
[root@vmnagios objects]#

Looks like it did not find anything which is odd.

Re: check_bgp Error

Posted: Wed Nov 13, 2013 5:25 pm
by tmcdonald
Let's try this:

Code: Select all

yum -y install cpan
perl -MCPAN -e 'install Net::SNMP'
You might have to hit Enter for a few prompts.