You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm add remote mysql(example) service via pmm-admin cli on pmm-server, I get in web-interface inventory Node-name pmm-server everytime, but when I add via web-interface - everything is ok, node-name is sets normally . The nodes are added by cli not monitored, PMM-server can't get metrics from them.
Expected Results
Will be good, for add flag like --nodename=node1.example.com (not exists now)
Actual Results
When I'm add remote mysql(example) service via pmm-admin cli, I get in web-interface inventory Node-name pmm-server every time, but when I add via web-interface- everything is ok, node-name is sets normally
pmm-admin add mysql --service-name=node1.example.com --host=node1.example.com --query-source=perfschema --port=3306 --username=mysql_admin --password=mysql_password --server-url=http://admin:[email protected] --server-insecure-tls --environment=stg --cluster=mysql
MySQL Service added.
Service ID : /service_id/a42076c0-9132-464d-a748-2514b3551ef5
Service name: node1.example.com
Table statistics collection enabled (the limit is 1000, the actual table count is unknown).
Go to web-ui -> Settings -> Inventory and can see 2 nodes with node-name pmm-server:
After try to add via web-ui: web-ui -> Settings -> Inventory -> Add service -> Mysql
Fill fileds:
Service name: node2.example.com
Hostname: node2.example.com
login
password
Then press button "Add service"
Service is added normally:
Relevant logs
No response
Code of Conduct
I agree to follow Percona Community Code of Conduct
The text was updated successfully, but these errors were encountered:
mocart2
changed the title
Fixed Node Name on add remote service via pmm-admin with out metrics scrape
Fixed Node Name on add remote service via pmm-admin without metrics scrape
Nov 29, 2024
Description
When I'm add remote mysql(example) service via pmm-admin cli on pmm-server, I get in web-interface inventory Node-name
pmm-server
everytime, but when I add via web-interface - everything is ok, node-name is sets normally . The nodes are added by cli not monitored, PMM-server can't get metrics from them.Expected Results
Will be good, for add flag like
--nodename=node1.example.com
(not exists now)Actual Results
When I'm add remote mysql(example) service via pmm-admin cli, I get in web-interface inventory Node-name
pmm-server
every time, but when I add via web-interface- everything is ok, node-name is sets normallyVersion
Steps to reproduce
Go to web-ui -> Settings -> Inventory and can see 2 nodes with node-name pmm-server:
After try to add via web-ui: web-ui -> Settings -> Inventory -> Add service -> Mysql
Fill fileds:
Service name: node2.example.com
Hostname: node2.example.com
login
password
Then press button "Add service"
Service is added normally:
Relevant logs
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: