mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 09:32:47 +00:00
Fix messages install messages.
This commit is contained in:
10
bin/pt-agent
10
bin/pt-agent
@@ -5188,9 +5188,7 @@ sub start_agent {
|
||||
--pid " . ($pid_file || '') . "
|
||||
|
||||
These values can change if a different configuration is received.
|
||||
|
||||
Configure the agent at https://pws.percona.com/agents
|
||||
",
|
||||
",
|
||||
}
|
||||
);
|
||||
$daemon->run();
|
||||
@@ -6871,9 +6869,9 @@ pass=$random_pass
|
||||
my $hostname = `hostname`;
|
||||
chomp($hostname);
|
||||
|
||||
print "pt-agent has started. Visit https://pws.percona.com to enable "
|
||||
. "services for this agent. The agent is listed as its hostname, "
|
||||
. "$hostname.\n";
|
||||
print "\n\npSuccess: pt-agent is installed and running. "
|
||||
. "Visit https://pws.percona.com to enable services. "
|
||||
. "The agent is listed as its hostname: $hostname\n\n";
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user