-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.4.5
-
Component/s: Packaging
-
None
-
Environment:
-
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.
- depends on
-
SERVER-12032 Update snmp.md
- Closed
- is related to
-
SERVER-12030 Reorganize snmp files in Enterprise MSI
- Closed
- related to
-
SERVER-9123 Include snmp files in enterprise packages
- Closed