MONGO OPS Manager defaults to the enterprise version of the Monitoring management tool, if you are using a community version, you want to use Ops Manager, you need to manually install it yourself.
Download MONGO Ops Manager Pack (Url:https://www.mongodb.com/presentations/webinar-introduction-to-ops-manager)
OPS Related documents https://docs.opsmanager.mongodb.com/v2.0/
First, install the MONGO database (for MONGO OPS Manager application library and backup library)
Download the MongoDB installation file on the official website. https://www.mongodb.org/downloads.
Direct decompression to use mongodb-linux-x86_64-3.2.11.tgz
Tar zxvf mongodb-linux-x86_64-3.2.11.tgzmkdir-p/app/mongodbcp-r mongodb-linux-x86_64-3.2.11//app/mongodb
1) Create an OPS Manager app library
Mkdir-p/app/mongodb/data/appdb
2) Create Backup Library
Mkdir-p/app/mongodb/data/backup
Second, make a copy set to the database (prevent single point of failure)
Because of the machine limitations, I use only one MONGOD,PRD environment in the test phase, so it's best to use the library's copy set.
Third, install OPS Manager
[Email protected] ~]# RPM-IVH mongodb-mms-2.0.7.372-1.x86_64.rpm
Installation
Start MONGO OPS Manager:
Service Mongodb-mms Start
This article is from the "strive to the front" blog, please be sure to keep this source http://liucb.blog.51cto.com/3230681/1877267
MONGODB OPS Manager installation uses