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.
check_bgp Error
Re: check_bgp Error
Let's try this:
You might have to hit Enter for a few prompts.
Code: Select all
yum -y install cpan
perl -MCPAN -e 'install Net::SNMP'
Former Nagios employee