I'm using NagiosXI to monitor our SAN (Coraid) through MIBS,
we are using snmp walk to monitor and it was working until 4am this morning,
the error messages I'm getting is
===
SNMP problem - No data received from host
===
1. I was able to ping the server
2. checked the DNS
3. ran the following
[root@cvglobal ~]# /usr/local/nagios/libexec/check_snmp -H 10.1.100.46 -C public -o 1.3.6.1.2.1.1.1.0 -p 161 -P1
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m '' -v 1 [authpriv] 10.1.100.46:161 1.3.6.1.2.1.1.1.0
[root@cvglobal ~]# /usr/local/nagios/libexec/check_snmp -H 10.1.100.46 -C public -o 1.3.6.1.2.1.1.1.0 -p 161 -P2c
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m '' -v 2c [authpriv] 10.1.100.46:161 1.3.6.1.2.1.1.1.0
4. SAN server was running fine without any issues
We are monitoring another SAN (Coraid) and it's stable. This just appeared out of nowhere...
snmp walk issue
Re: snmp walk issue
this might be a Coraid issue, but wanted to see if there are other debug routes I need to go through
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: snmp walk issue
I would tend to agree, not to point fingers, that it is likely not a nagios issue. I especially believe this since you ran the other commands and got no data back. You can always run an nmap scan and verify that the ports are open or not.
Code: Select all
nmap -sU -p 161 [Hostname\IP]Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.