ISSUE: Database host (client) not appearing on PMM server GUI –> ‘Host’.
-----------------------------------------------------------------------------------------------
Note: Server and client are on a different network
OS : Ubuntu ------ client (14.04), Server (18.04)
Instillation type: Docker based
PMM-version : server-1.17.3 client-1.17.1
1) PMM-server setup done (no issue)
docker run -d -p server.private.i.p:1234:80 -e --METRICS_RETENTION=4380h --volumes-from pmm-data --name pmm-server --restart always percona/pmm-server:latest
2) PMM-client setup done (no issue)
pmm-admin config --server server.public.i.p:1234–bind-address client.private.i.p --client-address client.public.i.p
3) PMM-client config done (no issue)
pmm-admin add mysql --user username --password ‘password’
4) pmm-admin check-network (screenshot attached)
5) pmm-admin list (screenshot attached)
6) pmm gui “MySQL_Overview” dashboard screenshot attached, which reflect even after above command successful run client doesn’t appear in GUI.
7) client side error log: attached. (pmm-linux-metrics-42000.log and pmm-mysql-metrics-42002.log)
Please help to solve this issue.
pmm-clinet_side_all_logs.txt (4.21 KB)