Hi,
We have a PMM set up monitoring RDS instances, set up in a standard way using the AWS marketplace image.
All works well, except when I SSH in to the server and issue the
sudo pmm-admin list
(or any other pmm-admin command) I get the response:
PMM client is not configured, missing config file. Please make sure you have run 'pmm-admin config'.
I am not sure whether this means that I need to run the following command:
pmm-admin config --username=xxx --password=xxx --server=xxx.xxx.xxx.xxx
If so I assume that I use the username/password entered during the set up and the aws internal IP of the instance running pmm?
Am I able to troubleshoot in a similar way without running the pmm-admin config command?
Thanks in advance