Skip to content

Ops Tools

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

479 results found

  1. 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?
  2. 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?
  3. 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?
  4. 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?
  5. 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?
  6. 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?
  7. Abiity to configure Global Deployment Alerts in Cloud Manager similar to Ops Manager

    What is the problem that needs to be solved? Ability to set alerts at a global level for all projects, similar to functionality currently in Ops Manager

    Why is it a problem? (the pain) There is a basic set of alerting for all clusters that we use; instead of setting up each project with the same alerts, have a global alert level that covers all projects. Ops Manager currently has this functionality

    1 vote
    0 comments  ·  Cloud Manager  ·  Admin →
    How important is this to you?
  8. Ability to define a custom CA PEM file for Webhook configuration on Ops Manager

    Currently, Ops Manager user may require to add the CA for the TLS enabled Webhook Endpoint directly to the Java Trust Store. Adding CA to Java Trust Store also requires to re-apply if Ops Manager Application is upgraded or re-install.

    It would be best to have a feature in Ops Manager so that the user is able to upload the required CA via UI.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  9. Allow using other port than 8080 (or 8443) when deploy Ops Manager

    The default port is 8080 or 8443 (for https) and cannot be changed

    1 vote
    How important is this to you?
  10. Data Size on the header of Overview/Real Time/Metrics/Data/Profiler/Performance Advisor pages

    Data Size on the header of Overview/Real Time/Metrics/Data/Profiler/Performance Advisor pages appears to be incorrect.

    Reasearch indicates that the "Data Size" next to "Status" on the Overview/Real Time/Metrics/Data/Profiler/Performance Advisor pages possibly does not include "local" DB and may have an incorrect divisor.
    It also shows the same possibly incorrect value on each Deployment in the "Processes" page.

    We, DBAs, and our application teams, who have access to the Ops Manager, have been relying on this metric info each time we needed to find the size of a user DB.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  11. Support for Connecting Cloud Manager to MongoDB Docker Containers

    I am not able to find a way to connect cloud manager to on prem docker containers running MongoDB. Maybe i've missed something and this feature already exists?

    1 vote
    0 comments  ·  Cloud Manager  ·  Admin →
    How important is this to you?
  12. Support for cPanel

    Cpanel doesn't have any support for Mongodb

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  13. Use word, not letter to define log levels in Ops Manager

    The following log messages are "info" level messages which can be found in the kubernetes logs from the ops-manager-db pods:

    {"logType":"mongodb","contents":"2020-12-16T02:42:28.557+0000 I  WRITE    [conn7329] update monitoringstatus.config.agentSessions command: { q: { _id: \"mongodb-rs-1.mongodb-rs-svc.mongodb.svc.cluster.local-48cc126fc451d9fa2ffa7569363971f2-5fbedc8dc354771c77dd1932\", s: \"KHNA9JiqXcos5V0d\" }, u: { $set: { s: \"PRIMARY\", p: true } }, multi: false, upsert: false } planSummary: IXSCAN { _id: 1 } numYields:0 queryHash:6C451E2F planCacheKey:38AD5486 ok:0 errMsg:\"E11000 duplicate key error collection: monitoringstatus.config.agentSessions index: cid_1_s_1 dup key: { cid: ObjectId('5fbedc8dc354771c77dd1932'), s: \\\"PRIMARY\\\" }\" errName:DuplicateKey errCode:11000 locks:{ ParallelBatchWriterMode: { acquireCount: { r: 1 } }, ReplicationStateTransition: { acquireCount: { w: 1 } }, Global: { acquireCount: { w:
    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  14. Rewrite Informational Message "E11000 duplicate key error collection"

    Rewrite the informational AppDB log message so that monitoring tools such as Dynatrace and Splunk does not consider this message as an error message.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  15. Add ability to merge metrics when host renamed

    If a host is renamed and a new mapping is made with a unique ID, there is no way to merge the metrics to view the, historically.

    Adding the ability to merge metrics from previous hosts (when the user is sure the hosts are equivalent) would allow history to be viewed and maintained.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  16. Ability to control Ops Manager log rotation from an Admin Page in the UI

    The Ops Manager Application Server Log Directory is typically located in /opt/mongodb/mms/logs/.

    Currently, the log rotation of the Ops Manager log files /opt/mongodb/mms/logs/mms0.log, /opt/mongodb/mms/logs/daemon.log and /opt/mongodb/mms/logs/mms0-access.log are configured by default to rotate the log file every day and compress it with a retention of 30 days. After 30 days the compressed files are deleted.

    Please allow the configuration of these log rotation settings through the Ops Manager Web UI.

    Currently, this can only be done manually. The default installation of Ops Manager includes a file in /opt/mongodb/mms/conf called logback.xml. This is the file that the library uses…

    1 vote
    1 comment  ·  Ops Manager  ·  Admin →
    How important is this to you?
  17. bigpanda

    Prefer to get BigPanda integrated with OpsManager for event correlation .
    www.bigpanda.io

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  18. Support ClusterAuthMode X509

    Customer is trying to deploy a RS with X509 internal auth. The missing RS parameter clusterAuthMode: X509 can be set via GUI but not via CLI.

    Customer would appreciate full support for this mode using the CLI.

    1 vote
    How important is this to you?
  19. Alerts if MMS Application goes down

    Dear Team,

    We are looking for an option to set alerts if any of the Ops Manager Application goes down in a HA environment. Being with HA configuration, we at least expect this feature to in place - as currently it looks like that OPS Manager is not aware of its own HA configuration.

    Mongo Case: 00723232

    Thanks,
    Tom

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

Feedback and Knowledge Base