Yes, the snmp is avaible [root@nagios ~]# nmap -sU -p 161 10.120.5.31 Starting Nmap 5.51 ( http://nmap.org ) at 2014-06-30 16:16 PET Nmap scan report for 10.120.5.31 Host is up (0.0031s latency). PORT STATE SERVICE 161/udp open snmp MAC Address: 6C:20:56:85:E1:4D (Unknown) Nmap done: 1 IP address (1...
I read about the problem and I solved the problem: Hi check_snmp is part of the nagios-plugins but it won't compile it if you don't have net-snmp, as indicated in the REQUIREMENTS file included with nagios-plugins... [root@localhost nagios-plugins-1.4.11]# cat REQUIREMENTS Nagios Plugin Requirements...
Hi I'm newbie in using Nagios, I've just installed my first server and I'm doing my tests with my switches. But I have a problem when I want to check the status of the port: (No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_snmp, ...) failed. errno is 2: No such file or directory ...