Unable to communicate with Consul: Unexpected response code: 400 (Missing node name)

Hi.

I’m having problems to use pmm-admin config.

Whenever I execute command

pmm-admin config --server 172.16.37.6:8088

I get as response the following:

Unable to communicate with Consul: Unexpected response code: 400 (Missing node name)

and configuration file is not created. Then I added [I] to command as shown below

pmm-admin config --verbose --server 172.16.37.6:8088

and I got the following:

I’ve also tried command

pmm-admin config --server 172.16.37.6:8088 --bind-address 172.16.4.29 --client-address 172.16.4.29

but I got the same result.

As you can see I’m lost. Any ideas are very much appreciated.

Environment:

Server
IP: 172.16.37.6
Port: 8088
PMM Server running in a docker container

Client
IP: 172.16.4.29

Thanks in advance.