Skip to content

Ops Tools

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

480 results found

  1. 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?
  2. Enablement of Ops Manager Auditing similar to MongoDB's

    Hi all

    We would like to enable auditing for activities in Ops Manger itself, getting the information directly using the default audit logging options (filesystem / syslog).

    Currently we are getting the detailed information in OpsManager, we get some information in the audit.log log when config changes are made via Ops Manager, but not in detail what exactly had been modified in the log files.

    To establish a holistic, company wide auditing spanning over all levels (OS / DB / Application) taking use of standard auditing tools this would be highly beneficial.

    Regards, Roger

    2 votes
    1 comment  ·  Ops Manager  ·  Admin →
    How important is this to you?
  3. Reset duplicates button for Ops Manager Admin System overview page

    Sometimes customer want to clean up the System Overview page and/or the application db from because:
    - They dismissed one or more Ops Manager server running Application servers or backup daemon components
    - Their hostnames / domains have changed over the time
    - Their hostnames have changed from lowercase to capital letters or vice versa because upgrading Ops Manager brought a JVM providing different values for getHostname() (this happens often in Windows environment).

    It would be nice to have a button or at least an API call similar to the project reset duplicates that forces Ops Manager to refresh the…

    5 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  4. Ops Manager API - System Alerts

    The ops manager api documentation specifies endpoints for polling group alerts and global alerts but is missing system alerts. We should be able to poll for system alerts via the ops manager api as well.

    12 votes
    1 comment  ·  Ops Manager  ·  Admin →
    How important is this to you?
  5. 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?
  6. Add a free user field in alert configuration

    We'd like to be able to link some free text data with an alert configuration.

    One use case: we forward open Ops Manager alerts to other monitoring systems of our company (using the API). Those monitoring systems need some specific data that should be associated with the forwarded alert.

    Another use case: we have a Python script/lib that provision alerts in several projects.
    Having a free field could be used to link source code definition with the published alert in Ops Manager and make a cleaner publishing script (currently it consists in delete all / publish all alerts which is…

    1 vote
    How important is this to you?
  7. Option to clear deleted alerts

    Deleted alert definitions pile up in the "deleted alerts" tab of Ops Manager.

    This information may be useful for auditing purpose, but in the long run, the number of deleted alerts may grow too large. Especially in our use case, where alert configurations are deployed through a script that deletes/recreate all alerts.

    Feature suggestion: add an action to clear all deleted alerts (or better: clear all deleted alerts older than N days).

    2 votes
    How important is this to you?
  8. Support kubernetes taints and tolerations

    I believe kubernetes taints and tolerations are not supported by the operator, yet I find it a much needed capability.

    1 vote
    How important is this to you?
  9. Assignment labels in YAML for Snapshot storage

    Currently, if you want to assign a snapshot store to a certain project, it is required to access the Admin view and configure the "Assignment Labels" property under Backup > Snapshot Storage with the name of the corresponding project.

    AFAIK, it is not possible to assign this configuration in the Ops Manager's YAML. E.g.:

    s3Stores:
    - mongodbResourceRef:
        name: s3-metadata-db
      mongodbUserRef:
        name: s3-meta-store-user
      name: s3store1
      pathStyleAccessEnabled: false
      s3BucketEndpoint: endpoint1.corp
      s3BucketName: backup1-bucket
      s3SecretRef:
        name: s3-credentials
    - mongodbResourceRef:
        name: s3-metadata-db
      mongodbUserRef:
        name: s3-meta-store-user
      name: s3store2
      pathStyleAccessEnabled: false
      s3BucketEndpoint: backup2.corp
      s3BucketName: backup2-bucket
      s3SecretRef:
        name: second-credentials
    
    1 vote
    How important is this to you?
  10. Allow informational alerts to be sent to PagerDuty

    Right now informational alerts can't go to PagerDuty, OpsGenie, or VictorOps. Ideally all alert notifications should go to the same endpoint, even if those alerts are "informational" and no acknowledgement is required.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  11. Memory metrics summed for Project/Organization

    Memory metrics summed for Project/Organization
    Request UI ability to sum total memory used by mongo processes per Project and Organization.
    The UI does provide Process/Replca Set/Cluster Memory Statistics.
    Metrics are available per instance but there is currently no non-programatic way to get the SUM of all used memory for a given Project nor Organization.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  12. Add ability to configure Pod Distruption Budget for STS

    During maintenance work EKS admins may need to evict nodes. This should not cause outage for MongoDB cluster/replicaset running on these nodes. we can create manually PDB for STS, but it would be nice to have an option to do it as part of MongoDB Kubernetes Operator.

    5 votes
    How important is this to you?
  13. Managing mongoDB containers having multiple DNS names through automation agent

    We got mongoDB running on openshift pods across 2 separate openshift clusters and it runs perfectly fine but we are now facing issue with doing mongoDB restore, and that has led to us now wanting to use automation agent to control the mongod process on the containers.

    The major challenge we are facing is that we run into issues when automation agent runs rs.initiate() and as part of the process tries to gather the hostname of the pod by running hostname -f command. The trouble is we have to deal with separate openshift clusters and have got mongod replica set…

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  14. MongoDB Operator Deployment Env Variables Push Down

    This is a feature request to have custom environment variables, configured in the MongoDB Operator's Deployment manifest, push down or propagate to all resources created by the Operator.

    For example, it may be desired to add environment variables with context. A more specific example could include setting a TZ timezone environment variable that is automatically added to all pod containers created by the Operator.

    2 votes
    How important is this to you?
  15. Operator automatically provision an Ops Manager programmatic API key

    Operator automatically provision an Ops Manager programmatic API key, The current instructions require human intervention to create an AP

    1 vote
    How important is this to you?
  16. mongomirror compatibility with SRV strings

    It would be ideal if the mongomirror utility could accept SRV-based connection strings for the source and destination clusters. The inability to do this can cause pain for customers. For example, this does not work:

    --destination "mongodb+srv://mgo-aura-dgs-prdsrv-tk-pl-0.yrmiy.mongodb.net"

    So users are stuck doing this:

    --destination "atlas-nkaylx-shard-0/pl-0-ap-northeast-1.yrmiy.mongodb.net:1036,pl-0-ap-northeast-1.yrmiy.mongodb.net:1037,pl-0-ap-northeast-1.yrmiy.mongodb.net:1038"

    Two issues with that:
    1. It's painful looking up the host/port and atlas defined replica set name
    2. The destination info is unreadable by most humans. The service name (i.e. SRV record connstring) includes the name of the cluster that the customer defined, and not the random has that Atlas generates

    2 votes
    1 comment  ·  Other  ·  Admin →
    How important is this to you?
  17. Create a User in a Single Cluster

    When multiple clusters are added into an Ops Manager project, the only way to create a user account is to add it to all of the clusters in the project and to then add server IP Address restrictions to prevent the user from logging into servers other than the intended cluster. This would still create the user account on all of the clusters in the Ops Manager project.

    Users would need a way to create a user account on a specific cluster rather than all of the clusters of the project.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  18. Clear default values for New Replica Set and Cluster Component names in UI

    Clear default values for New Replica Set and Cluster Component names in UI

    Replica Set and Cluster Component names cannot be changed after deployment.
    The names are often overlooked while deploying and the defaults accepted configuring the names.
    If the fields were blank but mandatory (maybe with examples below the field) customers would be forced to choose logical names for their deployments.

    | Field | Current Default Value|
    | - | - |
    |Replica Set Id | myReplicaSet |
    | - | - |
    |Cluster Name | myCluster |
    |Shard Name Prefix | myShard |
    |Config Server Replica Set Name…

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  19. Ops Manager: Test Failover

    The ability to Test Failover was added to Atlas https://docs.atlas.mongodb.com/tutorial/test-failover.

    Please add this functionality to Ops Manager in order to facilitate failover testing. This is especially useful in multi-tenant Ops Manager setups.

    20 votes
    5 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  20. There is currently no way to use the UI to search a given hostname at a Global Level within an Ops Manager deployment.

    Please provide a feature in OM so we can search globally a given HOSTNAME to know about its related Organization/Replica Set

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

Feedback and Knowledge Base