Page 1 of 1

Missing check_snmp plug-in

Posted: Thu Dec 06, 2012 5:57 am
by junglecom
Hi There,

I have installed nagios 3.4.1 on CentOS 6.3 from source. Everything looks great except I am missing check_snmp plug-in or I need to install it.

1. Where can I download this plugin?
2. How do I install the plugin?

Thank you very much for all your help!

Re: Missing check_snmp plug-in

Posted: Thu Dec 06, 2012 7:03 am
by lcontreras
Hi Junglecon,

This happened because, before installing Nagios 3.x you needed to have some snmp packages installed like net-snmp net-snmp-libs net-snmp-devel net-snmp-utils net-snmp-perl

Attached to this reply the check_snmp file, copy it to /usr/local/nagios/libexec and assign it the permissions.

regards

Luis

Re: Missing check_snmp plug-in

Posted: Thu Dec 06, 2012 11:30 pm
by junglecom
Thanks for your reply but i figured it out yesterday night finally.

I did not have the yum net-snmp packages installed when I installed the plugins

I just ran:
1. yum install net-snmp*
2. ./configure --with-nagios-user=nagios --with-nagios-group=nagios
3. make && make install

The check_snmp is now where it should be.

Thanks again for your help!