Search found 4 matches

by blinker86
Tue Jul 01, 2014 12:36 pm
Forum: Open Source Nagios Projects
Topic: Problem with SNMP plugin
Replies: 6
Views: 5145

Re: Problem with SNMP plugin

Thanks for the information. I configured the comunity name y the switch and now ir worked. Then i use the comand:

Code: Select all

snmpwalk -v1 -c public10.120.5.31 -m ALL .1 
To see the name of the interfaces :D

Tank you very much!
by blinker86
Mon Jun 30, 2014 4:17 pm
Forum: Open Source Nagios Projects
Topic: Problem with SNMP plugin
Replies: 6
Views: 5145

Re: Problem with SNMP plugin

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...
by blinker86
Mon Jun 30, 2014 2:56 pm
Forum: Open Source Nagios Projects
Topic: Problem with SNMP plugin
Replies: 6
Views: 5145

Re: Problem with SNMP plugin

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...
by blinker86
Fri Jun 27, 2014 4:26 pm
Forum: Open Source Nagios Projects
Topic: Problem with SNMP plugin
Replies: 6
Views: 5145

Problem with SNMP plugin

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 ...