Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-1831

Add network connectivity troubleshooting info for connecting to SNMP functionality

      If you can't access the SNMP information (enterprise) with snmpwalk or similar or localhost, ie. seeing this:

      $ snmpwalk -m MONGO-MIB -v 2c -c mongodb 127.0.0.1:1161 1.3.6.1.4.1.37601
      Timeout: No Response from 127.0.0.1:1161
      

      They should verify:

      • localhost is in /etc/hosts
      • mongod is allowed on 127.0.0.1 in /etc/hosts.allow
      • mongod is not blocked in 127.0.0.1 in /etc/hosts.deny
      • iptables -nL doesn't show 127.0.0.1 or that port in the loopback interface is blocked
      • the agentaddress is correctly set in /etc/snmp/mongod.conf

            Assignee:
            Unassigned Unassigned
            Reporter:
            gianfranco Gianfranco Palumbo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              7 years, 40 weeks, 1 day ago