Skip to content

Ops Tools

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

480 results found

  1. Add possibility to configure the process hostnames for the automation config map

    In order to use external certificates could it be possible to configure the process hostnames in automation config map

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  2. TLS secret key config

    Add option to configure the secret keys for the server and CA certificate and replace the default ones tls.crt, tls.key and ca.crt

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  3. Send Alerts When Network Access is Updated

    Create an alert when IP Addresses are added or removed from a cluster network access whitelist.

    1 vote
    How important is this to you?
  4. Add "Cluster Tier" and Provisioned "IOPS" as options in MongoDB Metrics Charts in Atlas

    If these charts were available, it would enable to the user to visualize the Tier and IOPS of the cluster during specific time ranges, and compare to other metrics such as CPU, iowait, etc.

    In my team's experience, we use Atlas auto-scaling to allow a cluster to scale up/down based on load, but when looking at Metrics it is not clear which Tier the cluster was in (e.g. "M30") when evaluating other metrics like CPU utilization. We are able to manually track Cluster Tier by viewing the Project Activity Feed, but if this data was integrated into Metrics it would…

    1 vote
    How important is this to you?
  5. Add Ops Manager alert on tlsX509ExpirationWarningThresholdDays client

    Ops Manager alert, for messages posted through 'tlsX509ExpirationWarningThresholdDays' parameter to warn for client certs expiry

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  6. Hi, in our environment (managed by OPS Manager) we have a lot of mongodb instances in the same server, would be useful having a function/met

    Hi,
    in our environment (managed by OPS Manager) we have a lot of mongodb instances in the same server, would be useful having a function/method/command to exec the shutdown/startup of all instances running in an specified server.
    At the moment there is only a command to shutdown/startup at scope of cluster (ReplicaSet): https://www.mongodb.com/docs/mongocli/v1.18/command/mongocli-ops-manager-clusters-shutdown/
    Thanks,
    Danilo

    7 votes
    How important is this to you?
  7. Ops Manager Load Balancer

    In the same way we can connect to a replica set via a connection string containing the 3 hostnames of the members (in a 3 member replica set) which indicates some load balancing built in, it would be good to allow automation agent's mmsBaseUrl parameter to accept 3 Ops Manager web app hostnames if Ops Manager was running in 3 nodes on top of a 3 member replica set OM Application DB. With this, if one of the 3 Ops Manager web apps fails, the agent's connection to OM will be uninterrupted. Currently we will have to configure our own…

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  8. 2 votes
    How important is this to you?
  9. Ops Manager API should be authenticated via Certificate

    Ops Manager API uses HTTP Digest Authentication, this method requires a username and a password which are hashed and provided in the form of registered Ops Manager account, and the password which is a Public API Key associated with that account.

    But as part of security feature we should be allowed to use Authentication based on SSL certificates as we are using for Client connection, This will help to secure the self automation process if we are developing any internally.

    3 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  10. Add recommended ulimit settings to the systemctl service definition

    The Ops Manager documentation recommends higher than default ulimit settings, so why not include these in the systemctl service definition?

    https://www.mongodb.com/docs/ops-manager/current/core/requirements/index.html#ulimits-requirements-for-application

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  11. Disk metric - log drive

    The ops manager is not capturing the log drive disk related metrics when the log path is different from data path. This is an important metric to monitor for anyone to consider OM as the monitoring tool.

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  12. add logical name to disk in metrics

    when we look at hardware metric in replicaset, OPS Manager displays and groups disk stats based on internal disk name on each node. if for some reason we have disks discovered in different order on OS level, disk names will be different and it's become very messy and difficult to compare disk stats between different nodes.

    Suggestion is to add ability to give disk logical name so OPS Manager will display disks for data and disks for logs in a nice way. if new disk is replaced or added - default name can be displayed so administrator will be able…

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  13. Add milliseconds to Ops Manager access logs

    The current logback-access.xml file only logs with second grainularity, which isn't great when trying to correlate HTTP events with other log events.

    I propose changing this line:

    <pattern>%h %l %u [%t] "%X{requestUrl}" %s %b "%i{Referer}" "%i{User-Agent}"

    To this:

    <pattern>%h %l %u [%date{"dd/MMM/yyyy:HH:mm:ss.SSS Z"}] "%X{requestUrl}" %s %b "%i{Referer}" "%i{User-Agent}"

    1 vote
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  14. Encrypt private_api_key in a mongocli configuration file

    I would like to encrypt the value of privateapikey stored in $HOME/.config/mongocli/config.toml (part of mongocli config).

    privateapikey should be not visible in the open text as it gives access to the MongoOPS/Atlas to anyone who can access the file.

    4 votes
    How important is this to you?
  15. Allow setting the backup PreferredMember via the API for sharded clusters

    It's currently only possible to set a backup PreferredMember via the API for a standalone replicaset, but it's not possible to set the PreferredMember for shards of a sharded cluster.

    You can do this via the Web UI, but that's incredibly tedious if you have many shards and it would also be valuable to be able to change the PreferredMember in automation scripts.

    1 vote
    0 comments  ·  Backup  ·  Admin →
    How important is this to you?
  16. MONGOCLI add command to shutdown and startup the standalone instance

    in this moment there is no way to shutdown or startup a standalone instance because the mongocli works with cluster only

    1 vote
    How important is this to you?
  17. Examples for installing operator declaratively on argocd

    Hey there,

    Would it be possible to add some examples when it comes to deploying the community operator with argocd?

    Thanks

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  18. Export Cloud Backup to AWS S3 as CPS

    Currently, the Atlas provides possibility to configure an automated export cloud backups to an AWS S3. It uploads the contents of your database to S3 as gzip files with documents in extended JSON format within. It is possible to restore from these files using mongoimport tool.

    However, for some our use cases we would like to have backups exported to our AWS S3 as CPS (cloud provider snapshots) - actually a snapshot of the database directory at the filesystem level - in order to be able to restore very fast (the import via mongoimport and re-building of indexes can take…

    3 votes
    0 comments  ·  Backup  ·  Admin →
    How important is this to you?
  19. The Ops Manager UI provide an option to trigger election (stepDown)

    Have the option to perform primary stepDown from Ops Manager UI to trigger election

    4 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  20. “Content-Security-Policy” header

    Hello,

    We want to add the “Content-Security-Policy” header to the OpsManager/MongoDB answers to increase the security level:

    frame-ancestors 'none' (Do not render in frames)
    script-src 'self': only loads scripts originating on the site (subdomains excluded)
    default-src 'none': recommended for services returning HTML.
    Could you please tell us how to set up these elements ?

    Thank you in advance for your support.

    Regards

    7 votes
    1 comment  ·  Ops Manager  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Feedback and Knowledge Base