nailya.kutlubaeva@bm-dell06-qanqa03:~/download$ sudo pmm-admin list
Unabletoconnectto PMM server by address:10.10.11.52Looks like the server is password protected.Use'pmm-admin config'todefine server user and password.nailya.kutlubaeva@bm-dell06-qanqa03:~/download$ sudo cat /usr/local/percona/pmm-client/pmm.yml
server_address:10.10.11.52client_address:10.10.11.52bind_address:10.10.11.52client_name: bm-dell06-qanqa03
server_user: qweqwe
server_password:1q2w3e
server_insecure_ssl:true
Install PMM server with authentication:
nailya.kutlubaeva@bm-dell06-qanqa03:~/download$ ~/percona-qa/pmm-tests/pmm-framework.sh --setup --pmm-server-version=1.7.0 --pmm-server-user=qweqwe --pmm-server-password=1q2w3e
Added PXC to monitoring
~/percona-qa/pmm-tests/pmm-framework.sh --addclient=pxc,3
Checked QAN - everything works fine
Updated to 1.8.0 via web (to 201802211555 build)
Updated pmm-client to 1.8
Result:
nailya.kutlubaeva@bm-dell06-qanqa03:~/download$ sudo pmm-admin list Unable to connect to PMM server by address: 10.10.11.52 Looks like the server is password protected. Use 'pmm-admin config' to define server user and password. nailya.kutlubaeva@bm-dell06-qanqa03:~/download$ sudo cat /usr/local/percona/pmm-client/pmm.yml server_address: 10.10.11.52 client_address: 10.10.11.52 bind_address: 10.10.11.52 client_name: bm-dell06-qanqa03 server_user: qweqwe server_password: 1q2w3e server_insecure_ssl: true