Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-11142

All snmp mib object names are including the mongod port number

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Admin
    • Labels:
    • Environment:
      2.5.3-pre enterprise edition on Windows Server 2008 R2
    • ALL
    • Hide

      Start mongod with --snmpmaster
      Connect snmpwalk to it :
      snmpwalk.exe -v 2c -m MONGO-MIB -c mongodb 127.0.0.1:27017 1.3.6.1.4.1.34601

      Show
      Start mongod with --snmpmaster Connect snmpwalk to it : snmpwalk.exe -v 2c -m MONGO-MIB -c mongodb 127.0.0.1:27017 1.3.6.1.4.1.34601

      MONGO-MIB::serverName."27019" = STRING: "qa378:27019"
      MONGO-MIB::sysUpTime."27019" = Timeticks: (58651) 0:09:46.51
      MONGO-MIB::globalOpInsert."27019" = Counter32: 1
      MONGO-MIB::globalOpQuery."27019" = Counter32: 102
      MONGO-MIB::globalOpUpdate."27019" = Counter32: 0
      ...

      We should not need the port number as part of the MIB object

            Assignee:
            james.wahlin@mongodb.com James Wahlin
            Reporter:
            sridhar Sridhar Nanjundeswaran
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: