Skip to content

Ops Tools

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

480 results found

  1. Add two more entries to the sample_training.zips collections

    The lab task currently can be solved without paying attention to the difference between the $lt vs $lte and $gt vs $gte operators:

    MongoDB Enterprise atlas-7ooiae-shard-0:PRIMARY> db.zips.find({"pop" : { $gte: 5000,$lte: 1000000}}).count()
    11193
    MongoDB Enterprise atlas-7ooiae-shard-0:PRIMARY> db.zips.find({"pop" : { $gt: 5000,$lt: 1000000}}).count()
    11193

    Adding two more documents (one with 5000 and the other one with 1000000 "pop" value) would draw attention to this difference

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  2. Add ability to have systemLog redirected to stdout (just have to remove systemLog.destination and path)

    To be able to have MongoDB logs redirect to stdout and this having it into GKE CloudLogs, we should NOT configure a systemLog.destination nor a systemLog.path.

    In 0.6.0 release, systemLog.destination and path are hardcoded and cannot be nullable.

    see automationconfigbuilder.go at line 208:

    ...
    process.SetSystemLog(SystemLog{
    Destination: "file",
    Path: path.Join(DefaultAgentLogPath, "/mongodb.log"),
    })
    ...

    1 vote
    How important is this to you?
  3. S3 Snapshot Store Speed Test

    It is often quite difficult to diagnose latency/bandwidth/generally slow S3 storage. It would be useful if Ops Manager could run a short test to show:

    1. How fast a single large object can be PUT and GET
    2. Measure parallel PUTs and GETs against test objects
    3. How much latency there is between Ops Manager and S3
    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  4. mongorestore from metadata

    hi

    When start mongorestore, data is restored first.
    so, performance is poor, and recovery takes a long time.
    would please proceed from the metadata(index) and change it so that it can be restored quickly.

    as-is: data > metadata(index)

    regards,
    park

    1 vote
    0 comments  ·  Backup  ·  Admin →
    How important is this to you?
  5. 1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  6. Drag and drop

    This is strictly cosmetic, but in Ops Mgr Deployment->Processes->deployment, it would be nice to be able to drag-and-drop the order of the servers. I believe it shows them in the order they were added to the replica set, the same as rs.status() or rs.config() would show, but for our deployments, we typically have 2 "main" systems, and then a third "DR" system. It would be great if I could always have our main systems as the first 2 systems, and then our "DR" system last, regardless of how they were added to the replica set. The order they were added…

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  7. The Project Global Admin Agent logLevel settings are redundant and confusing

    As explained here:
    https://docs.opsmanager.mongodb.com/current/tutorial/manage-project-settings/index.html#admin-project-settings

    The Ops Manager global admins can override the logLevel setting on a project for Automation and Monitoring Agent modules using the webUI.

    This will cause the Agent to override the local config logLevel setting to what's set in the webUI.

    Please note that this global admin project setting is redundant as the logLevel of the Agent modules can be also set by using the "Edit custom configuration" window in the project agent settings page as explained here:
    https://docs.opsmanager.mongodb.com/current/reference/mongodb-agent-settings/#configuration-file-settings-locations

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  8. 1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  9. As a DBA using Ops Manager, when I make a cluster or project change (eg. enabling LDAP), I'd like to see a "dry run" of potential impact

    As a DBA using Ops Manager, when I make a cluster or project change (eg. enabling LDAP), I'd like to see a "dry run" of potential impact like a brief outage so that I will know that this change will have an impact on my end users or not. As of right now, when I make a change, it just happens to all projects/clusters immediately and may create a non-scheduled outage.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  10. I need another level of granularity with RBAC grouping so that only the users of database can see that data.

    As a Ops Manager Admin, I need another level of granularity with RBAC grouping so I can have organization, project and subproject permissions. I currently have hundreds of users in a project level and the permissions are too wide.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  11. I want to auto scale vertically and horizontally nodes cpu or disk in Ops Manager

    As a DBA using Ops Manager, I want to auto scale vertically and horizontally nodes cpu or disk when certain thresholds are met. As of right now, there is no auto scale functionality in Ops Manager.

    1 vote
    1 comment  ·  Ops Manager  ·  Admin →
    How important is this to you?
  12. I want control the timing of when that rollout happens on Ops Manager

    As a DBA using Ops Manager, when I rollout a cluster or project level change, I want control the timing of when that rollout happens so that I can notify the end users of when an change may occur. As of right now, those changes happen immediately all the entire cluster/project and may create a non-scheduled outage.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  13. Able to move a database from one MongoDB cluster to another MongoDB cluster

    As a DBA using Ops Manager, I want to be able to move a database from one MongoDB cluster to another MongoDB cluster so I can consolidate databases into a single cluster. As of right now there are no consolidation tools within Ops Manager.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  14. Option to encrypt mms.https.PEMKeyFilePassword in conf-mms.properties file

    Currently, credentialstool only offer encryption for username/password for the AppDB mongo.mongoUri.

    It would be great to also have the ability to encrypt the mms.https.PEMKeyFilePassword in conf-mms.properties file, so that is not clear text.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  15. 1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  16. 1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  17. 1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  18. Ops Manager plugin support

    Provide extension points and documentation for building plugins.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  19. terminate groom jobs that belong to terminated backup jobs

    terminate groom jobs that belong to terminated backup jobs

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  20. add filter to exclude some alerts

    we can add filter to select only some alerts. it would be nice to have an option to exclude some alerts and display all others.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Feedback and Knowledge Base