Address column should show IP instead of server name
Description
How to test
How to document
Attachments
- 11 May 2023, 12:05 PM
- 11 May 2023, 09:42 AM
- 11 May 2023, 08:36 AM
- 09 May 2023, 10:48 AM
- 09 May 2023, 09:11 AM
- 08 May 2023, 03:39 PM
Activity
Naresh May 21, 2023 at 3:27 AM
Thanks @Alexander Tymchuk
Alex Demidoff May 20, 2023 at 7:19 AMEdited
@Naresh Your argument seems to be quite fair. It is a legitimate feature request. We will discuss it internally and try to come up with a solution. Thanks a lot for caring!
Naresh May 12, 2023 at 6:56 AM
@Alexander Tymchuk I think I have to provide IP address instead of hostname.
pmm-admin add mysql --server-insecure-tls --username='pmm' --password='XXXXXXXX' --host='rsdmd101' --port=3306 --service-name=PRDO-REP --disable-tablestats --query-source=slowlog
If I replace hostname with IP, then it will fix it. But --host means people may provide server hostname or IP. Irrespective of the hostname or IP but in the inventory services dashboard we should display nodename=hostname and address=IP.
Naresh May 11, 2023 at 12:09 PMEdited
@Alexander Tymchuk Actually, as per documentation we have followed the below steps.
pmm-admin config --server-insecure-tls --server-url=http://admin:XXXXXXXX@10.11.20.1 --custom-labels="SERVICE_RUNNING=MariaDB, DB_SERVICE_TYPE=STANDALONE, ENV=C-STACK-PROD, DC=NV,APP_TYPE=GOT_REP" --region="LV" 10.101.8.22 generic dbpnd101
Can you please check the above command, it should be matching as per documentation.
Aaditya Dubey May 11, 2023 at 9:42 AM
Hi @Naresh,
Thank you for the report.
Agreed with @Alexander Tymchuk This is how it is working, This can be mark as Feature request and proceed accordingly.
Address column should show IP address instead of hostname. Already node name column is showing the hostname as per the screenshot.