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

Reorganize snmp files in Enterprise tarball

    • Fully Compatible

      Right now contents of the tarball are pretty much confusing. We can make them better by adding more structure there:

      1) mkdir snmp
      2) mv MONGO-MIB.txt snmp/
         mv mongod.conf snmp/
         mv snmp.md snmp/
      

      I also suggest that we add something like a separate CONTENTS file or just an additional section into the README file:

      COMPONENTS
      
        bin/mongod - The database process.
        bin/mongos - Sharding controller.
        bin/mongo  - The database shell (uses interactive javascript).
      
      UTILITIES
      
        bin/mongodump         - MongoDB dump tool - for backups, snapshots, etc..
        bin/mongorestore      - MongoDB restore a dump
        bin/mongoexport       - Export a single collection to test (JSON, CSV)
        bin/mongoimport       - Import from JSON or CSV
        bin/mongofiles        - Utility for putting and getting files from MongoDB GridFS
        bin/mongostat         - Show performance statistics
      
      +SNMP
      +
      +  snmp/snmp.md          - MongoDB SNMP plugin readme file
      +  snmp/MONGO-MIB.txt    - MongoDB SNMP MIB file
      +  snmp/mongod.conf      - MongoDB sample SNMP-agent config file
      

      I also suggest renaming mongod.conf to something like mongod-snmp-master.conf (and alter the snmp.md) to make it more clear that it is not the main mongod config file. But we need to confirm that it will not break the SNMP functionality.

            Assignee:
            ernie.hershey@mongodb.com Ernie Hershey (Inactive)
            Reporter:
            alex.komyagin@mongodb.com Alexander Komyagin (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: