snmp service

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hanya.radwan
Posts: 194
Joined: Tue Feb 25, 2014 6:12 am
Location: palestine

snmp service

Post by hanya.radwan »

hi,

this problem appears suddenly:
COMMAND: /usr/local/nagios/libexec/check_snmp_storage_wizard.pl -H 10.200.24.171 -C public --v2c -m "\^/\$" -w 80 -c 95 -f
OUTPUT: ERROR: Description/Type table : No response from remote host '10.200.24.171'.

the 161 UDP is already opened
and I apply /etc/init.d/snmpd restart and it is OK

[root@nms ~]# /usr/local/nagios/libexec/check_snmp_load_wizard.pl -H 10.200.24.171 -C public --v2c -w 80 -c 90 -T netsc -f
ERROR: Description table : No response from remote host '10.200.24.171'.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: snmp service

Post by sreinhardt »

restarting the snmpd service on the nagios box, if thats where this was, is not needed. Let's start with an nmap of that remote host, to make sure that nagios sees it as being open and nothing in between is blocked.

Code: Select all

nmap -sU -p 161 10.200.24.171
Also, has this check worked before, if so what changes have been made since it began failing? Servers restarted, iptables started, anything of the sort?
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.
hanya.radwan
Posts: 194
Joined: Tue Feb 25, 2014 6:12 am
Location: palestine

Re: snmp service

Post by hanya.radwan »

it is fixed after run these command on the remote host:
/etc/srconf/exe
# ./snmpdm&
# ./mib2agt&
Locked