Missing check_snmp plug-in

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
junglecom
Posts: 10
Joined: Mon Dec 03, 2012 2:46 am

Missing check_snmp plug-in

Post 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!
lcontreras
Posts: 48
Joined: Thu Sep 13, 2012 7:15 pm

Re: Missing check_snmp plug-in

Post 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
Attachments
check_smtp.rar
check_snmp
(46.66 KiB) Downloaded 351 times
junglecom
Posts: 10
Joined: Mon Dec 03, 2012 2:46 am

Re: Missing check_snmp plug-in

Post 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!
Locked