-
Type:
Admin & Maintenance Task
-
Status: Done
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 1.16.0
-
Fix Version/s: 1.16.0
-
Component/s: None
-
Labels:None
I have Postgresql Azure, but I can add this instance to PMM from UI (through Add a remote postgreSQL insatnce). When I'm trying to add it I get an error:
"pq: Invalid connection parameters specified. Check connection parameters, and try again."
But this instance can be added successfully with pmm-admin:
nailya.kutlubaeva@bm-dell02-qanqa01:~$ sudo pmm-admin add postgresql --host='pmm-pg.postgres.database.azure.com' --password='1q2w3e$R' --port=5432 --user='postgres@pmm-pg' [linux:metrics] OK, already monitoring this system. [postgresql:metrics] OK, now monitoring PostgreSQL metrics using DSN postgresql:***@pmm-pg.postgres.database.azure.com:5432/postgres nailya.kutlubaeva@bm-dell02-qanqa01