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
11
votes
2 answers

Can I backup a MongoDB database using Git? Specifically, could I include the mongo data directory in the github repository?

I'm fairly new to Node + Mongo, and I'm trying to see if there's a way I can back up my database every time I make a new commit. Is this possible? I know how to backup using mongodump, but I would prefer to avoid having to do this each time I push…
Ryan McGarvey
  • 303
  • 2
  • 4
  • 14
8
votes
2 answers

MongoDB MMS automation agent for windows

I am looking into setting up MMS Automation agent but found out that there is no download for windows. Is it not available for windows? Thanks!
Vibs
  • 177
  • 2
  • 11
5
votes
4 answers

Unable to start MongoDB MMS agent

I installed the MMS agent for CentOS and when I start it as a service I see the following error in the log file , I have searched for this error , but could not find any reference can someone let me know what the issue is…
user1965449
  • 2,849
  • 6
  • 34
  • 51
3
votes
1 answer

How to access to oplog MongoDB (MMS replica set)

I have a MongoDB replica set with MMS. I created a user with all privileges (all available on MMS) but I can't access to the local db and/or oplog colecction. TRACE: mydatabse-r1:PRIMARY> use local switched to db local mydatabse-r1:PRIMARY>…
skozz
  • 2,662
  • 3
  • 26
  • 37
3
votes
1 answer

MMS Agent VERY high data usage

I have an application which really does not have a lot of writes to a mongo replica set yet there is a constant 500Kb/s network traffic between members of the set, even over night when there is absolutely no traffic on the application. Surely this…
Clinton Bosch
  • 2,497
  • 4
  • 32
  • 46
2
votes
1 answer

MongoDb Ops Manager can't start mongos and shard

I Came by a problem where i have an Ops Manager that suppose to run a MongoDB cluster as an automated cluster. Suddenly the servers started going down, unexpectedly - while there are no errors in any of the log files indicating on when is the…
Eliran Efron
  • 621
  • 5
  • 16
2
votes
0 answers

Change Storage Engine to WiredTiger for data from mongo backup

we are running mongodb 2.6.1 and we would like to upgrade to 3.* My question is that since we need to change storage engine can we do it with files that come from mongodb backup, instead of making mongodump/mongorestore (as it says in docs)?
2
votes
2 answers

How to get the hostname from Mongo MMS API

I would like to know if there is a way to get the hostname of the server which has the problem through MongoDB MMS. By default they give only following details. { u'status': u'OPEN', u'updated': u'2015-04-14T03: 24: 33Z', u'links': [ …
Lakal Malimage
  • 205
  • 2
  • 6
2
votes
1 answer

Lock rate in mongo 3.0

I've been playing with mongo 3.0 rc7 and rc8 and I've discovered that mongostat doesn't show lock rate column whether I use MMAPv1 or WiredTiger engine. Similarly in MMS, "lock %" chart is unavailable for 3.0 systems We've been using lock rate in…
rusho
  • 115
  • 2
2
votes
1 answer

Mongodb Management Service Error, Failure dialing host

I've downloaded MMS by using this command curl -OL https://mms.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent_latest_amd64.deb Installed it by using sudo sudo dpkg -i mongodb-mms-monitoring-agent_latest_amd64.deb And edited…
Dor
  • 33
  • 5
2
votes
1 answer

MMS continually overwrites entered hostname with machine's hostname

When adding a new host to MMS using and IP address and port, MMS would connect to the replica set, add new hosts for all of the members in the set, but instead of using their IP addresses as listed in rs.status, it would add them by the machine's…
Thanatos
  • 42,585
  • 14
  • 91
  • 146
2
votes
1 answer

reporting mms agent to MMS service in amazon ec2

My db is on EC2 and i have installed MMS agent successfully and running successfully. However, when i check from MMS Hosts, it says You do not have a monitoring agent that is sending data to MMS or hosts configured. when i look at the log... it…
CIF
  • 1,754
  • 2
  • 18
  • 30
1
vote
1 answer

Where is the standard output and error output being redirected by mongodb-mms-automation agent?

Sorry for my noob question as I am very new to linux. Please consider the below linux command : /opt/mongodb-mms-automation/bin/mongodb-mms-automation-agent -f /etc/mongodb-mms/automation-agent.config -pidfilepath…
1
vote
0 answers

Using mongodb ops manager REST API to perform a switchover

I have written a python script (and an ansible playbook due to not being able to make the script work, but that's a different story) whose purpose is to perform a switchover within a mongodb replica set that is managed by ops manager, version 3.6. I…
ShvartZ
  • 11
  • 3
1
vote
1 answer

Backup Daemon error - ops manager 3.4

I have installed ops manager and setup the configuration for backup. When it tries to sync the mongodb deployment, it is giving an error as it could not find mongod in /opt/mongodb/mms/mongodb-releases. Here is the error below, this is the error…
1
2 3 4