Hi Everyone,
I have created a pmm-server with:
docker run -d -p 85:80 --volumes-from pmm-data --name pmm-server --restart always -e SERVER_USER=someusername -e SERVER_PASSWORD=somepassword percona/pmm-server:1.0.7
So far so good - I can access it via web and it’s asking for the given credentials.
Now, when I want to set up monitoring, I do
pmm-admin config --server 127.0.0.1:85 --server-user someusername --server-password somepassword
I get a message:
Unable to connect to PMM server by address: 127.0.0.1:85
- Check if the configured address is correct.
- If server is running on non-default port, ensure it was specified along with the address.
- If server is enabled for SSL or self-signe
I’ve tried to search the documentation and googling, but the --server-user and --server-password options are quite poorly documented.
What am I missing?
Client version is pmm-client-1.0.7-1.x86_64
Best,
Istvan Prosinger