Hello there,
We’re using puppet to deploy percona instances to our database servers.
The puppet doesn’t start instances automaticlly and doesn’t manage mysql service, we do this manually ( this is our requirements ).
When I’m trying to install the pmm-client by puppet I’m facing with the some problems: the “pmm-admin add mysql” command is trying to connect to the mysql instance and it’s fails because the instance is down(as I described before).
There is a some way to add not running mysql instance to the pmm or it should be up ?
Thanks in advance.