Questions tagged [mongodb-mms]

MongoDB Cloud Manager & Ops Manager are interfaces to provision, monitor, backup, and scale MongoDB on the infrastructure of your choice (previously known as MongoDB Management Service - MMS)

MongoDB Management Service (MMS) is an interface developed by MongoDB, Inc to provision, monitor, backup, and scale MongoDB on the infrastructure of your choice.

There are two editions of MMS:

  • Cloud Manager (previously, Cloud-hosted MMS) - a freemium service
  • Ops Manager (previously, On-Prem MMS) - available as part of a MongoDB commercial subscription

Related links

55 questions
1
vote
0 answers

Mongo Ops Manager email alert

I'm using mongoDB Ops Manager 2.0.0.327 and i'm trying to send alert by email. I've configure all the needed parameters in to Ops Manager Config and opened port 25, when I try to send test message (Control panel->send test message) but it does…
guylot
  • 201
  • 2
  • 13
1
vote
1 answer

MongoDB MMS replica set fails to restart

I have a MMS replica set deployed with 3 instances. It was working fine until I shut it down this morning in order to do some changes and restarted it. From logs, it feels that there was an unclean shutdown of replica set. The mongod server on…
Raeesaa
  • 3,267
  • 2
  • 22
  • 44
1
vote
0 answers

How to start mongodb with new dbPath in a mongo session?

I have installed mongo on my server with sudo yum install mongo, i am using mongo to connect to my remote servers that actually have MongoDB installed on them (amazon servers). At some point (during the backup restore) i need to issue a command like…
MoienGK
  • 4,544
  • 11
  • 58
  • 92
1
vote
1 answer

Mongodb MMS Btree chart

I have to monitor mongodb instance and I have trouble understanding Btree graph.As I understand from the docs Btree graph gives information about the indexes utilized for db operations, shows number of times the indexes were loaded in memory(hits),…
Sandeep Raikar
  • 491
  • 1
  • 6
  • 13
1
vote
1 answer

Mongo Authentication Error When Connecting to MMS ReplicaSet

I deployed and manage my MongoDB instances on the server using MongoDB Management Service (MMS) and I have deployed a replica set. I have also made sure that I added a user with the required permissions in the "Authorisation & Users" tab as shown…
user882835
1
vote
0 answers

Why is the MongoDB aggregation framework with the $out operator generating network traffic?

I have an aggregation pipeline ending with the $out operator to write the results to another collection. It works as expected but when I look to the network traffic metrics in MMS, I see the operation generates an extra 180 Kb/s of out traffic from…
iuri
  • 648
  • 4
  • 15
1
vote
1 answer

Is it possible to provision a replica set using MongoDB MMS?

I was wondering if it is possible to provision a replica set (or any other deployment schema) using the MongoDB MMS API. It is possible using the UI, but we want to automate that process from another internal system. I took a look at the API…
dgaviola
  • 2,421
  • 2
  • 26
  • 37
1
vote
1 answer

MongoDB MMS to monitor and backup existing mongo instance

We have our own mongo replica set setup in aws ec2, it is running all good. Now, what we want is to get MMS setup to monitor and backup the replica set. It seems that MMS will only monitor and backup the mongo instance that was deployed by the…
jasonfungsing
  • 1,625
  • 8
  • 22
  • 34
1
vote
0 answers

Why does the MongoDB MMS automation agent use so much CPU?

I've deployed a cluster of 4 shards on the same machine using MongoDB's MMS automation agent and I'm observing relatively high CPU usage by the agent process (20-30% CPU constantly). I checked out the logs at…
Mihai Tomescu
  • 1,525
  • 16
  • 21
1
vote
1 answer

MMS Cannot connect to local machine for backup purposes

I am trying to use mongoDB MMS backup functionality. I am getting the following error when trying to connect in the "Add Host" part of the wizard. Unable to detect host within check interval. I have MongoDB 2.6.4 on a my Windows 7 laptop. I've…
Liron Harel
  • 10,819
  • 26
  • 118
  • 217
1
vote
0 answers

MongoDB MMS Agent stuck in error loop

I've tried several deployments with MMS (on my own servers, all clean 64-bit Ubuntu 14.04), but for some reason the agent always seems to end up in an endless error state/loop, no matter what I do. My current deployment is a simple replica set of 2,…
Dids
  • 569
  • 7
  • 24
1
vote
1 answer

Monogdb MMS Shutting down monitoring to `ip-xx-xx-xx-xx:27017`: no longer present

Below are the logs for from mongo mms agent, not sure why it stopped monitoring suddenly [2014/07/08 17:49:33] [monitoring.info] [monitoring-agent/components/agent.go:145] Sent all 1 host requests to channel. Awaiting responses... [2014/07/08…
codepiper
  • 129
  • 10
1
vote
1 answer

openshift mongo mms cannot be embedded in scalable app

It appears mongo mms cartridge cannot be installed in a scaled app in OpenShift. Is there a way around this limitation? So that you can have database monitoring on a scaled app in OpenShift.
Brian Gulotta
  • 38
  • 1
  • 3
0
votes
0 answers

Mongodb cluster Debian 11 compatibility

I am installing a new cluster using mongo MMS on debian11 I also have 2 Centos 7.9 for shards When I deploy the conf of my cluster for the first time is doesn't work I have the following message : Cluster config did not pass validation for…
Dino
  • 42
  • 5
0
votes
1 answer

How to enable queryable snapshots in MongoDB Ops Manager

I've found that, there is a way to use queryable backup snapshots in MongoDB ops manager. It is one of their selling points. Although, I cannot find a way to enable/setup these. The only options I see where there should be a "query" option, are…
Julius Š.
  • 164
  • 14