I need to use PMM with RDS. I have an image that was created by my devops following the docker instructions (the AMI image would not connect to the RDS).
Then I go to this page: https://www.percona.com/doc/percona-monitoring-and-management/amazon-rds.html
I’ve turned on P_S and I created the pmm mysql user.
But when I go to the next command:
sudo pmm-admin add mysql:metrics --host …
And of course there is no pmm-admin software. I installed it on the host server of the docker container and tried again.
pmm-admin add …
I’m told to run pmm-admin config.
I have verified the server is running and I can see the OS metrics for the pmm-server. But I can not configure the RDS. They are in the same vpc and vpc subnet.
I’ve done from another ec2, pmm-server docker container and pmm-server that holds the docker container:
curl http:///prometheus/
Found.
It’s just not clear how I tell the pmm-server to take metrics on an RDS server…