MySQL Monitoring System PMM

Source: Internet
Author: User
Tags percona docker run

PMM Install
  # Docker install Curl-ssl https://get.daocloud.io/docker | sh# Create PMM data container Docker create-v/opt/prometheus/da Ta-v/opt/consul-data-v/var/lib/mysql-v/var/lib/grafana--name pmm-data percona/pmm-server:latest/bin /true# Create the PMM server container, set the login user name (server_user) and password (Server_password), and modify as needed. The default is to use port 80, which can be changed if needed. Docker run-d-P 80:80--volumes-from pmm-data--name pmm-server-e server_user=admin-e Server _password=jf* (Sd) d8iadldc--restart always percona/pmm-server:latest# timezonedocker cp/etc/localtime pmm-server:/et c/localtime# Percona reposudo Yum Install http://www.percona.com/downloads/percona-release/redhat/0.1-6/ percona-release-0.1-6.noarch.rpm# pmm-clientsudo Yum Install pmm-client# pmm-client Connect serverpmm-admin config-- Server 127.0.0.1:80--server-password jf* (Sd) d8iadldc--server-user admin# monitor dbpmm-admin add MySQL--user root--pas Sword gtl1023--host 10.138.0.24 instances-falcondb  

MySQL Monitoring system PMM

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.