Difference between revisions of "Monitoring and Management of Percona XtraDB"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
For this tutorial, we will install Percona Monitoring and Management server (PMM server) on a separate node and pmm-client on each database node | For this tutorial, we will install Percona Monitoring and Management server (PMM server) on a separate node and pmm-client on each database node | ||
==Prerequisites== | ==Prerequisites== | ||
| + | We have three (3) different ways of running PMM server | ||
| + | 1- Running PMM server via Docker | ||
| + | 2- Running PMM server as a Virtual Appliance | ||
| + | 3- Running PMM server Using AWS Marketplace | ||
| + | |||
| + | For the purpose of this tutorial, we we be running PMM server via Docker. So you will need node running Docker. I will not convert the installation of docker in this tutorial. | ||
Revision as of 21:38, 9 May 2018
For this tutorial, we will install Percona Monitoring and Management server (PMM server) on a separate node and pmm-client on each database node
Prerequisites
We have three (3) different ways of running PMM server 1- Running PMM server via Docker 2- Running PMM server as a Virtual Appliance 3- Running PMM server Using AWS Marketplace
For the purpose of this tutorial, we we be running PMM server via Docker. So you will need node running Docker. I will not convert the installation of docker in this tutorial.