Skip to content

Ops Tools

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

469 results found

  1. integration with Mattermost for notifications

    It would be good to replicate the integration with Slack but using Mattermost. Mattermost is open source and allows the companies to deploy their own messaging server. Some organizations are moving from Slack to Mattermost for this reason.

    2 votes
    How important is this to you?
  2. Disable the dropdown to add Agent functions on hosts that don't have the MongoDB Agent installed and were only imported for Backup/Monitori

    Disable the dropdown to add Agent functions on hosts that don't have the MongoDB Agent installed and were only imported for Backup/Monitoring.
    The elipsis (...) selections to add Monitoring & Backup Agent functions are available on hosts without the MongoDB Agent. If selected the function appears on the host as grey and standby. This is misleading. The options should not be available on hosts without the MongoDB Agent.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  3. Activate multiple monitoring module in appDB monitoring project

    On Servers Page, Activate/Deactivate Monitoring/Backup module should be activated. So that multiple monitoring module should be activated for hot stand by.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  4. Store the type of cloud in profile to shorten the CLI command

    MongoCLI current requires the user to type on the command-line if it's an Ops Manager, Cloud Manager, or Atlas. We could store this information in the profile (the file containing the URL and API keys) so the users have less to type.

    PS: This applies to all 3 categories - MongoDBCLI with Ops Manager, MongoDBCLI with Cloud Manager, and MongoDBCLI with Atlas - on feedback.mongodb.com and the UI forces me to select only one of them

    2 votes
    How important is this to you?
  5. Remote Address and Remote Port information shold be provided as part of the Public API global events for all DATA_EXPLORER_CRUD

    When requesting Audit events using the Public API Global events,
    not all events provide the Remote Address and Remote Port.

    some commands like "find" does present the Remote Port/IP, but others such as updateDocument, insertDocument and deleteDocument do not.

    the info is there so why some events present it and some don't?

    is it possible to formulate a unify base fields for all events that will include the Remote Address, Remote Port?

    Thanks

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  6. Connect Tab in UI should show a replica set (instead of a host) connection string if deployment is a replica set

    I have a 3-node replica set deployment. When I retrieve the connection string to the cluster via OM UI, it shows a single node connection string

    mongo --host ip-10-0-200-4.eu-west-2.compute.internal --port 27017

    I expect it should show a connection string which includes all hostnames, or something equivalent, if deployment is a replica set.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  7. More fine granular OpsManger roles for API CRUD operations

    More fine granular OpsManger roles for API CRUD operations

    In order to generate API Keys users need some pretty powerful role https://docs.opsmanager.mongodb.com/current/reference/api/org-api-keys/. Same for project API Keys https://docs.opsmanager.mongodb.com/current/reference/api/project-api-keys/.

    Our understanding is that user who can create api keys could also self promote themselves to super admins which is something we don't want and would be a security concern to us. (And admins normally have access to far more things than just user mgmt)

    Additionally it would be beneficial to pass in an desired api key - e.g. for initial provisioning and give admins the chance to reset/rotate an…

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  8. Incorporate Support CASE management into the OPS Manager, i.e. open a case, upload traces to the case etc

    Incorporate Support CASE management into the OPS Manager, i.e. open a case, upload required traces to the case and maybe even automatically create a support case for some critical problems.... Minimally I'd like to be able to upload required traces directly from sevrer(s) using wget/curl functionality and attach the upload files to the existing support case(s).

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  9. Add MongoSparkHelper native support for pyspark

    I went through Mongo spark connector python documentation but the thing which I could not find in python documentation was "MongoSpark Helper" section which is available in scala and java documentation.
    I was wondering if there is a way to use it in python code after adding the mongo spark connector packages.

    A sample code to demonstrate what is available and what I am looking for (this code is in scala and I am looking for a similar behavior in python)

    Code in use:
    sparkSession.read.format("mongo").option("uri", "mongodb://dummymongo:27017")

    Code looking for:
    MongoSpark.builder().connector(connectorwithcustomclientfactory)
    .sparkSession(sparkSession).readConfig(dummyReadConfig).build().toDF()

    2 votes
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  10. View all clusters grouped by projects (like in Ops Manager)

    There doesn't seem to be an equivalent for Ops Manager All Clusters page in Cloud Manager. It is a good way to quickly glance over all cluster states, stats and versions.
    Can it be added?

    2 votes
    How important is this to you?
  11. mongocli feature request: whitelist with timeout on current ip to allow temporary mongoshell access from temporary locations

    Please add a timeout parameter to the mongocli whitelist command.
    Presently, we have to login via web browser to enable temporary mongoshell access from temporary locations.

    2 votes
    started  ·  1 comment  ·  Other  ·  Admin →
    How important is this to you?
  12. Cloud Manager should offer Feature Compatibility Version setting for new clusters

    When creating new clusters in Cloud Manager, there isn't an option to create them with a specific FCV. We just had a need to build a 4.2 cluster with FCV 4.0, and had to do it manually while shutting down automation.

    2 votes
    How important is this to you?
  13. job scheduling from Ops Manager

    Please provide job scheduling from Ops Manager, should be able to run Database jobs and non database jobs, shows history of jobs, options to purge job history.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  14. Provide a feature to monitor the Alert payload being sent out from Ops Manager to the configured Webhook endpoint and etc.

    What is the problem that needs to be solved?
    Provide a feature to monitor the Alerts payload being sent out from Ops Manager to the configured Webhook endpoint and other AlertsServices endpoint.

    Why is it a problem? (the pain)
    Currently, Ops Manager does not log the successful/failed payload of the Alerts being sent out to the configured Webhook endpoint. It is difficult to diagnose the problem with the configured Alert Services.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  15. Create localhost exception for POST /unauth/users API call

    The purpose of this request is for Ops Manager to implement a "localhost exception" for the API call POST /unauth/users so it can only be executed under two conditions:
    1. No other users exists in the setup.
    1. Ops Manager runs in "invitation only" mode.
    1. Ops Manager has not been configured for LDAP.
    1. The API call can only originate from an IP or alias that belongs to one of the Ops Manager Application server.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  16. Allow configuring Ops Manager to bypass Proxy for the S3 on-prem

    Allow configuring Ops Manager to bypass Proxy for the S3 on-prem.

    Configuring the S3 Blockstore also respects the Ops Manager Proxy settings. This is not practical if it is the S3 on-prem which typically does not require external (Internet) access.

    2 votes
    0 comments  ·  Backup  ·  Admin →
    How important is this to you?
  17. MongoDB Agent alters the root $PATH variable

    The MongoDB Agent installation via RPM adds the /var/lib/mongodb-mms-automation/bin to root's $PATH by placing the mongodb-mms-automation-agent.sh script under the /etc/profile.d:
    $ pwd
    /etc/profile.d
    $ sudo cat mongodb-mms-automation-agent.sh
    export PATH=/var/lib/mongodb-mms-automation/bin:${PATH}

    This breaks my customers security standards.

    Moving the script does not appear to affect the functionality of the MongoDB Agent and updating the agent via the OM UI does not add back the script.

    We would like the ability to either select the contents of the MongoDB Agent rpm or be asked during the rpm installation whether or not to install the mongodb-mms-automation-agent.sh script.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  18. Allow configuring custom builds at the organisation or global level (Admin panel)

    It must be done at the project level at the moment, generating an operational costs for those environments with a large number of projects.

    2 votes
    0 comments  ·  Ops Manager  ·  Admin →
    How important is this to you?
  19. The Get Host, Process, System Measurements Ops Manager API doesn't exactly provides hostInfo.system.memLimitMB.

    Add to The Get Host, Process, System Measurements Ops Manager API the hostInfo.system.memLimitMB.
    Or add an API to get the pings value.

    2 votes
    How important is this to you?
  20. Make Ops Manager credentialstool available for other MongoDB components

    This will allow other MongoDB components to encrypt credentials with the use of the same Ops Manager credentialstool: https://docs.opsmanager.mongodb.com/current/tutorial/encrypt-user-credentials/index.html

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

Feedback and Knowledge Base