Re: Problem SNMP UNKNOWN
Posted: Tue Dec 19, 2017 1:17 am
I don't know why I don't have "check_snmp" here

and here

However, I installed nagios-snmp-plugins (apt install nagios-snmp-plugins).
And nagios-plugins like that
When I want to install nagios-snmp-plugins here https://sourceforge.net/projects/nagios-snmp/ .
And when I run ./configure, it says :
SNMP makes me really crazy 

and here

However, I installed nagios-snmp-plugins (apt install nagios-snmp-plugins).
And nagios-plugins like that
Code: Select all
cd /tmp
wget https://nagios-plugins.org/download/nagios-plugins-2.2.1.tar.gz
tar -zxvf /tmp/nagios-plugins-2.2.1.tar.gz
cd /tmp/nagios-plugins-2.2.1/
./configure --with-nagios-user=nagios --with-nagios-group=nagios
make
make installAnd when I run ./configure, it says :
Code: Select all
configure: error: Could not find net-snmp-config. Please check your net-snmp installation.