ERROR: No snmp response from

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

ERROR: No snmp response from

Post by sarfarosh »

Hello Guys,

In Nagios Dashboard for some of the Hosts we are getting the error

Code: Select all

ERROR: No snmp response from 10.1.1.182 (alarm)

/var/lib/mrtg/172.17.241.9_14.rrd does not exist.
attaching screen shot of the same, can you please help me with this.
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: ERROR: No snmp response from

Post by slansing »

Can you post the output of:

Code: Select all

ll /var/lib/mrtg/172.17.241.9_14.rrd
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

Re: ERROR: No snmp response from

Post by sarfarosh »

Hi Slansing,
Below is the output

Code: Select all

[root@nagios155 ~]# ll /var/lib/mrtg/172.17.241.9_14.rrd
ls: /var/lib/mrtg/172.17.241.9_14.rrd: No such file or directory
Can you please also help me with the SNMP error that i am getting for other Nodes as seen in screenshot
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: ERROR: No snmp response from

Post by sreinhardt »

Do you have snmp enabled on those devices? It would seem that they are not responding to snmp queries. You can test with:

Code: Select all

nmap -sU -p 161 [IP of device]
As for your rrd issue, if mrtg is not able to access snmp on the remote device, it cannot create an rrd, and therefore check_rrdtraff(the command used to display router info) will not work properly. So hopefully this all comes down to simply getting snmp working on those remote devices.
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.
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

Re: ERROR: No snmp response from

Post by sarfarosh »

Hi
SNMP is been enabled on the Devices, and we are getting this error only for some port on the switches,

Below is the output of NMAP

Code: Select all

[root@nagios155 ~]# nmap -sU -p 161 172.16.201.152

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2013-06-04 14:20 IST
Interesting ports on 172.16.201.152:
PORT    STATE         SERVICE
161/udp open|filtered snmp
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: ERROR: No snmp response from

Post by sreinhardt »

Have these ports in particular been removed and readded or reconfigured from nagios configurations and mrtg? Alternatively have they been continually running and the rrd removed at some point?
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.
Locked