ERROR: Description/Type table : No response from remote host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

ERROR: Description/Type table : No response from remote host

Post by bosecorp »

Hi Support, I am seeing a critical error on many hosts with the description "ERROR: Description/Type table : No response from remote host". Please assist.

when I do snmpwalk from the Nagios server this is what I get

Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/IP-MIB.txt)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/EVENT-MIB.my)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/DISMAN-SCHEDULE-MIB.txt)
Timeout: No Response from Server1
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: ERROR: Description/Type table : No response from remote

Post by tgriep »

The messages from what you ran the snmpwalk suggest that one of the MIB files is missing, corrupted or that it was mistakenly updated and the required info is missing.
To further troubleshoot this, can you run the following commands as root and post the outout to the post?

Code: Select all

ls -al /usr/share/snmp
ls -al /usr/share/snmp/mibs
Thanks
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked